-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from bluegene1/0.5.0
Implemented the function of voting for the node
- Loading branch information
Showing
48 changed files
with
1,081 additions
and
663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
; 安装程序初始定义常量 | ||
!define PRODUCT_NAME "Samurai" | ||
!define PRODUCT_VERSION " 0.4.0.1"; 加版本号,开头多加一个空格! | ||
!define PRODUCT_VERSION " 0.3.0.9"; 加版本号,开头多加一个空格! | ||
!define PRODUCT_PUBLISHER "www.platon.network<[email protected]>" | ||
!define PRODUCT_WEB_SITE "https://www.platon.network" | ||
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Samurai.exe" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Samurai", | ||
"version": "0.4.1", | ||
"version": "0.3.9", | ||
"author": "www.platon.network<[email protected]>", | ||
"description": "Samurai钱包客户端", | ||
"license": null, | ||
|
@@ -22,7 +22,7 @@ | |
}, | ||
"build": { | ||
"productName": "Samurai", | ||
"buildVersion": "0.4.0.1", | ||
"buildVersion": "0.3.0.9", | ||
"appId": "org.simulatedgreg.electron-vue", | ||
"directories": { | ||
"output": "dist" | ||
|
@@ -106,12 +106,9 @@ | |
"bignumber": "^1.1.0", | ||
"bignumber.js": "^8.0.1", | ||
"console-utility": "git+ssh://http://luchenqun:[email protected]/Juzix-ethereum/console-utility.git#develop", | ||
"crypto": "^1.0.1", | ||
"crypto-js": "^3.1.9-1", | ||
"decimal.js": "^10.0.1", | ||
"element-ui": "^1.4.3", | ||
"ethereumjs-tx": "^1.3.7", | ||
"jssha": "^2.3.1", | ||
"keythereum": "^1.0.4", | ||
"less": "^2.7.2", | ||
"less-loader": "^4.0.5", | ||
|
@@ -153,7 +150,6 @@ | |
"less": "^2.7.2", | ||
"less-loader": "^4.0.5", | ||
"multispinner": "^0.2.1", | ||
"sha3": "^2.0.0", | ||
"style-loader": "^0.18.1", | ||
"url-loader": "^0.5.7", | ||
"vue-html-loader": "^1.2.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.