Skip to content
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

feat(bip39): support additional language wordlist #119

Merged
merged 3 commits into from
Apr 4, 2023

Conversation

0xYYY
Copy link
Contributor

@0xYYY 0xYYY commented Apr 2, 2023

Resolves #118.

Add wordlist support for all languages defined in bip-0039, following the layout of bip39/src/wordlist/english.rs.

(Accompanying PR in foundry that utilizes this feature: foundry-rs/foundry#4688. Expecting feedback from there to affect this PR, e.g. API design change of Wordlist.)

@prestwich
Copy link
Member

clippy is erroring because PARSED is re-exported from all language files. Let's avoid exporting PARSED at all, and just re-export the wordlist structs 👍

@prestwich
Copy link
Member

approved and set to auto-merge after checks pass, thank you for the work! 🖖

@prestwich prestwich merged commit 8d3f212 into summa-tx:main Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support wordlist in other languages
2 participants