-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump bip39 crate to v2.0.0 #875
Bump bip39 crate to v2.0.0 #875
Conversation
Not sure if #561 is addressed with this for the time being. |
CI is failing due to an unrelated MSRV violation: "error: package We had already seen this issue in LDK (cf. lightningdevkit/rust-lightning#2055), I now opened an issue towards |
The CI issue if fixed in the |
d48a286
to
a4647cf
Compare
Rebased on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK a4647cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK a4647cf
Verified creating and restoring wallet from mnemonic manually with bdk-cli
.
I also did a quick test with CLASSPATH=./tests/jna/jna-5.8.0.jar cargo test --features uniffi/bindgen-tests,uniffi/cli |
Note, this was already bumped to |
8694624 Bump `bip39` to v2.0 (Elias Rohrer) Pull request description: We previously bumped the `bip39` version to 2.0 [in the 0.2X release branch](#875). Back then, bumping it in `master` was [assumed unnecessary](#875 (comment)). It seems this was erroneous, as the current `1.0.1` dependency is present since #793, which was merged before the bump in `release/0.27`. Here, we therefore bump the crate version in `master` after all. ACKs for top commit: notmandatory: ACK 8694624 Tree-SHA512: a109219bc97bb8e965e8b10e72439aa898b710d1d1a154801ce499ad47475a6b23448d85e0de3f306f990573d1fccdae7d587ed41676a01f91d66a719782eae1
Description
The updated version of
rust-bip39
was just released. It also bumped the pinned version ofunicode-normalization
, which previously had lead to some incompatibilities.Notes to the reviewers
Changelog notice
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committing