-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix bug in send from KT account with old keystore file * update send input validation * update fee preview * remove webauthn * bump version * fix batch estimate test
- Loading branch information
Showing
9 changed files
with
31 additions
and
93 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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": "kukai", | ||
"version": "1.8.0", | ||
"version": "1.8.2", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "ng", | ||
|
@@ -9,7 +9,7 @@ | |
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
"stage-ghpages-mainnet": "ng lint --fix && ng build --prod && angular-cli-ghpages --repo \"[email protected]:kukai-wallet/kukai-wallet.github.io.git\" --branch staging", | ||
"stage-ghpages-mainnet": "ng lint --fix && ng build --prod && angular-cli-ghpages --repo \"[email protected]:kukai-wallet/wallet.git\" --branch staging", | ||
"stage-ghpages-testnet": "ng lint --fix && ng build --prod && angular-cli-ghpages --repo \"[email protected]:kukai-wallet/testnet.git\" --branch staging", | ||
"deploy-preview-version": "ng lint --fix && ng build --prod && angular-cli-ghpages --repo \"[email protected]:kukai-wallet/preview.git\" --branch master", | ||
"deploy-beta-version": "ng lint --fix && ng build --prod && angular-cli-ghpages --repo \"[email protected]:kukai-wallet/beta.git\" --branch master" | ||
|
@@ -27,7 +27,6 @@ | |
"@angular/platform-browser-dynamic": "^9.1.1", | ||
"@angular/router": "^9.1.1", | ||
"@ledgerhq/hw-transport-u2f": "^5.19.0", | ||
"@ledgerhq/hw-transport-webauthn": "^5.19.0", | ||
"@ng-bootstrap/ng-bootstrap": "^5.1.0", | ||
"@ngx-translate/core": "11.0.1", | ||
"@ngx-translate/http-loader": "4.0.0", | ||
|
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
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