-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
49 additions
and
42 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
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 @@ | ||
[package] | ||
name = "mobile_wallet" | ||
version = "0.25.0" | ||
version = "0.25.1" | ||
authors = ["Concordium AG <[email protected]>"] | ||
edition = "2018" | ||
license-file = "../../LICENSE-APACHE" | ||
|
@@ -26,7 +26,7 @@ base64 = "0.21" | |
|
||
[dependencies.key_derivation] | ||
path = "../rust-src/key_derivation" | ||
version = "1.2.0" | ||
version = "2.0.0" | ||
|
||
[dependencies.ed25519_hd_key_derivation] | ||
path = "../rust-src/ed25519_hd_key_derivation" | ||
|
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,4 +1,8 @@ | ||
# Changelog | ||
|
||
## 2.0.2 | ||
|
||
- Updated the internal library key_derivation to 2.0.0. This enforces that the seed phrase input must be 12, 15, 18, 21 or 24 words. | ||
|
||
## 2.0.1 | ||
- Fixed bug where the user_cli tool was unable to accept the `account` flag as it conflicted with the `expiry` flag that was always set due to a default value being provided. |
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 @@ | ||
[package] | ||
name = "misc_tools" | ||
version = "2.0.1" | ||
version = "2.0.2" | ||
authors = ["Concordium AG <[email protected]>"] | ||
edition = "2018" | ||
license-file = "../../LICENSE-APACHE" | ||
|
@@ -44,7 +44,7 @@ version = "1.0.0" | |
|
||
[dependencies.key_derivation] | ||
path = "../rust-src/key_derivation" | ||
version = "1.1.0" | ||
version = "2.0.0" | ||
|
||
[dependencies.keygen_bls] | ||
path = "../rust-src/keygen_bls" | ||
|
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