Update Rust crate bip0039 to v0.14.2 - #559
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #559 +/- ##
=======================================
Coverage 55.44% 55.44%
=======================================
Files 109 109
Lines 6772 6772
Branches 861 861
=======================================
Hits 3755 3755
Misses 2800 2800
Partials 217 217
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
df23f3d to
5861a7f
Compare
5861a7f to
0acf52f
Compare
0acf52f to
88da340
Compare
88da340 to
70a858e
Compare
70a858e to
bdf3cf3
Compare
bdf3cf3 to
ffff065
Compare
|
ffff065 to
7b1868e
Compare
|
Attempted to rebase this update onto current
Blocked on aligning the |
This PR contains the following updates:
=0.12.0→=0.14.20.12→0.14Release Notes
koushiro/rust-bips (bip0039)
v0.14.2Compare Source
What's Changed
Added
Chore
Full Changelog: koushiro/rust-bips@bip0039-v0.14.1...bip0039-v0.14.2
v0.14.1Compare Source
What's Changed
Chore
Full Changelog: koushiro/rust-bips@bip0039-v0.14.0...bip0039-v0.14.1
v0.14.0Compare Source
bip0039 v0.14.0
Breaking Changes
Languagetrait now requires a new method:words() -> &'static [&'static str; 2048].This is a breaking change for external/custom
Languageimplementations (#132).word_of(index)now has a default implementation based onwords().If you maintain a custom
Language, addwords()and ensure the list is 2048 entries,BIP-0039 ordered, NFKD-normalized, and unique.
Bug Fixes
New Features
Language::wordsfor direct access to the full BIP-0039 word list (#132).Performance & Behavior Improvements
randdependency from0.9to0.10, with corresponding RNG-pathupdates (#130).
patterns and make checks more reliable (#129).
#![deny(unsafe_code)]to enforce a stricter safety boundary (#129).Full Changelog: koushiro/rust-bips@bip0039-v0.13.4...bip0039-v0.14.0
v0.13.4Compare Source
What's Changed
Added
Full Changelog: koushiro/rust-bips@bip0039-v0.13.3...bip0039-v0.13.4
v0.13.3Compare Source
What's Changed
Added
v0.13.2Compare Source
What's Changed
Chore
v0.13.1Compare Source
bip0039 v0.13.1
Breaking Changes
Bug Fixes
New Features
Performance & Behavior Improvements
language/wordlistmodules.Full Changelog: koushiro/rust-bips@bip0039-v0.13.0...bip0039-v0.13.1
v0.13.0Compare Source
bip0039 v0.13.0
Breaking Changes
Languagetrait surface changed: removedWORD_LIST/is_sorted/words_by_prefix; custom languages must implementword_of/index_of(or use theWordlistProviderpath).randdependency upgraded to 0.9 (affects consumers enabling therandfeature).Bug Fixes
New Features
Mnemonic::from_normalized_phrasefor parsing already NFKD-normalized phrases.Performance & Behavior Improvements
index_ofO(1).Mnemonicnow usesZeroizingwrappers for more reliable zeroization on drop.Full Changelog: koushiro/rust-bips@bip0039-v0.12.0...bip0039-v0.13.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.