Skip to content

Commit

Permalink
Rename to Trustaking Core Wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypt0hunter committed Apr 18, 2020
1 parent 23589b8 commit 6006182
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions Scripts/Packager/build-linux-x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dotnet --info
# Initialize dependencies
echo $log_prefix STARTED restoring dotnet and npm packages
cd $build_directory
git submodule update --init --recursive
#git submodule update --init --recursive

cd $build_directory/StratisCore.UI

Expand All @@ -33,7 +33,7 @@ echo $log_prefix FINISHED restoring dotnet and npm packages

# dotnet publish
echo $log_prefix running 'dotnet publish'
cd $build_directory/xds/src/Xds
cd $build_directory/xds/XDS/src/XdsD
#sudo dotnet clean
#sudo dotnet restore
sudo dotnet publish -c $configuration -r $os_platform-$arch -v m -o $build_directory/StratisCore.UI/daemon
Expand Down
4 changes: 2 additions & 2 deletions Scripts/Packager/build-win-x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dotnet --info
# Initialize dependencies
echo $log_prefix STARTED restoring dotnet and npm packages
cd $build_directory
git submodule update --init --recursive
#git submodule update --init --recursive

cd $build_directory/StratisCore.UI

Expand All @@ -35,7 +35,7 @@ echo $log_prefix FINISHED restoring dotnet and npm packages

# dotnet publish
echo $log_prefix running 'dotnet publish'
cd $build_directory/xds/src/Xds
cd $build_directory/xds/XDS/src/XdsD
#dotnet clean
#dotnet restore
dotnet publish -c $configuration -r $os_platform-$arch -v m -o $build_directory/StratisCore.UI/daemon
Expand Down
4 changes: 2 additions & 2 deletions StratisCore.UI/e2e/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ describe('stratis-core App', () => {
page = new AngularElectronPage();
});

it('Page title should be XDS Core Wallet', () => {
it('Page title should be Trustaking XDS Core Wallet', () => {
page.navigateTo('/');
expect(page.getTitle()).toEqual('XDS Core Wallet');
expect(page.getTitle()).toEqual('Trustaking XDS Core Wallet');
});
});
2 changes: 1 addition & 1 deletion StratisCore.UI/electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "com.xds.core",
"productName": "XDS Core Wallet",
"productName": "Trustaking XDS Core Wallet",
"publish": null,
"directories": {
"output": "app-builds"
Expand Down
4 changes: 2 additions & 2 deletions StratisCore.UI/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function createWindow() {
frame: true,
minWidth: 1150,
minHeight: 650,
title: "XDS Core Wallet",
title: "Trustaking XDS Core Wallet",
webPreferences: {
webSecurity: false
},
Expand Down Expand Up @@ -237,7 +237,7 @@ function createTray() {
}
}
]);
systemTray.setToolTip('XDS Core Wallet');
systemTray.setToolTip('Trustaking XDS Core Wallet');
systemTray.setContextMenu(contextMenu);
systemTray.on('click', function() {
if (!mainWindow.isVisible()) {
Expand Down
13 changes: 7 additions & 6 deletions StratisCore.UI/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "XDS-core",
"description": "XDS Core Wallet",
"version": "1.0.6",
"description": "Trustaking XDS Core Wallet",
"version": "1.0.7",
"author": {
"name": "XDS Platform",
"email": "anon@XDS.com"
"name": "Trustaking Platform",
"email": "admin@trustaking.com"
},
"license": "MIT",
"homepage": "https://github.com/sonofsatoshi2020/xds.git",
"homepage": "https://trustaking.com",
"keywords": [
"trustaking.com",
"fullnode",
"ui",
"XDS",
Expand Down Expand Up @@ -85,7 +86,7 @@
"core-js": "2.6.5",
"electron": "4.1.1",
"electron-builder": "20.39.0",
"electron-builder-squirrel-windows": "^22.4.1",
"electron-builder-squirrel-windows": "^22.5.1",
"electron-reload": "1.4.0",
"electron-winstaller": "^4.0.0",
"http-server": "^0.11.1",
Expand Down
2 changes: 1 addition & 1 deletion StratisCore.UI/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class AppComponent implements OnInit, OnDestroy {
}

private setTitle() {
let applicationName = "XDS Core Wallet";
let applicationName = "Trustaking XDS Core Wallet";
let applicationVersion = this.globalService.getApplicationVersion();
let newTitle = applicationName + " " + applicationVersion;
this.titleService.setTitle(newTitle);
Expand Down
2 changes: 1 addition & 1 deletion StratisCore.UI/src/app/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="row justify-content-center">
<div class="col-12 bg-dark pt-2 pb-2 border-bottom">
<img src="./assets/images/logo.png" height="20" width="20" class="float-left mt-2"/> <h4 class="float-left mt-2"><b>&nbsp;XDS Core Wallet</b></h4>
<img src="./assets/images/logo.png" height="20" width="20" class="float-left mt-2"/> <h4 class="float-left mt-2"><b>&nbsp;Trustaking XDS Core Wallet</b></h4>
<h4 class="float-right mt-2">Secure Anonymous Messenger</h4>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="GUI" class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 bg-dark pt-2 pb-2 border-bottom">
<img src="./assets/images/logo.png" height="20" width="20" class="float-left mt-2"/> <h4 class="float-left mt-2"><b>&nbsp;XDS Core Wallet</b></h4>
<img src="./assets/images/logo.png" height="20" width="20" class="float-left mt-2"/> <h4 class="float-left mt-2"><b>&nbsp;Trustaking XDS Core Wallet</b></h4>
<h4 class="float-right mt-2">Secure Anonymous Messenger</h4>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion StratisCore.UI/src/app/setup/create/create.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="GUI" class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 bg-dark pt-2 pb-2 border-bottom">
<img src="./assets/images/logo.png" height="20" width="20" class="float-left mt-2"/> <h4 class="float-left mt-2"><b>&nbsp;XDS Core Wallet</b></h4>
<img src="./assets/images/logo.png" height="20" width="20" class="float-left mt-2"/> <h4 class="float-left mt-2"><b>&nbsp;Trustaking XDS Core Wallet</b></h4>
<h4 class="float-right mt-2">Secure Anonymous Messenger</h4>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="GUI" class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 bg-dark pt-2 pb-2 border-bottom">
<img src="./assets/images/logo.png" height="20" width="20" class="float-left mt-2"/> <h4 class="float-left mt-2"><b>&nbsp;XDS Core Wallet</b></h4>
<img src="./assets/images/logo.png" height="20" width="20" class="float-left mt-2"/> <h4 class="float-left mt-2"><b>&nbsp;Trustaking XDS Core Wallet</b></h4>
<h4 class="float-right mt-2">Secure Anonymous Messenger</h4>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="GUI" class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 bg-dark pt-2 pb-2 border-bottom">
<img src="./assets/images/logo.png" height="20" width="20" class="float-left mt-2"/> <h4 class="float-left mt-2"><b>&nbsp;XDS Core Wallet</b></h4>
<img src="./assets/images/logo.png" height="20" width="20" class="float-left mt-2"/> <h4 class="float-left mt-2"><b>&nbsp;Trustaking XDS Core Wallet</b></h4>
<h4 class="float-right mt-2">Secure Anonymous Messenger</h4>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion StratisCore.UI/src/app/setup/setup.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="GUI" class="container-fluid" style="background-image: url(./assets/images/intro.gif); background-size: cover; height: 100%;">
<div class="row justify-content-center">
<div class="col-12 bg-dark pt-2 pb-2 border-bottom">
<img src="./assets/images/logo.png" height="20" width="20" class="float-left mt-2"/> <h4 class="float-left mt-2"><b>&nbsp;XDS Core Wallet</b></h4>
<img src="./assets/images/logo.png" height="20" width="20" class="float-left mt-2"/> <h4 class="float-left mt-2"><b>&nbsp;Trustaking XDS Core Wallet</b></h4>
<h4 class="float-right mt-2">Secure Anonymous Messenger</h4>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ <h1>
</h1>

<ul class="list-unstyled text-lightblue">
<li><strong>{{ (awaitingMaturity | coinNotation) || (0 | coinNotation) }}</strong><em> (staking)</em></li>
<li><strong class="text-uppercase">{{ (unconfirmedBalance | coinNotation) || (0 | coinNotation) }} {{ coinUnit }}</strong><em> (unconfirmed)</em></li>
</ul>
<div class="float-right">
Expand Down Expand Up @@ -111,7 +110,7 @@ <h3 class="title-bottom-border text-uppercase">Latest Transactions</h3>
<div class="col row-header-column text-right">Details</div>
</div>
<div class="row mr-1 ml-1">
<div class="col-12" *ngFor="let transaction of (transactionArray ? transactionArray.slice(0,10): []); let i=index">
<div class="col-12" *ngFor="let transaction of (transactionArray ? transactionArray.slice(0,8): []); let i=index">
<div class="row rows">
<div class="col text-lightblue row-column">
<span class="text-uppercase">
Expand Down
2 changes: 1 addition & 1 deletion StratisCore.UI/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<base href="./">
<meta charset="utf-8">
<title>XDS Core Wallet</title>
<title>Trustaking XDS Core Wallet</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="./assets/images/icon.ico" type="image/x-icon" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion xds

0 comments on commit 6006182

Please sign in to comment.