feat: zano hf + bip39 - #3359
Open
MrCyjaneK wants to merge 6 commits into
Open
Conversation
MrCyjaneK
force-pushed
the
CW-1249-bip39-zano-hf
branch
2 times, most recently
from
July 1, 2026 10:09
7e26d45 to
fc3cc6e
Compare
MrCyjaneK
force-pushed
the
CW-1249-bip39-zano-hf
branch
2 times, most recently
from
August 19, 2026 18:18
75006d5 to
3269099
Compare
changes in dependencies |
MrCyjaneK
force-pushed
the
CW-1249-bip39-zano-hf
branch
5 times, most recently
from
August 20, 2026 13:37
4e377b7 to
162cc95
Compare
MrCyjaneK
marked this pull request as ready for review
August 20, 2026 15:28
OmarHatem28
reviewed
Aug 20, 2026
Comment on lines
+145
to
+148
| final bip39Mnemonic = await getBip39Mnemonic(); | ||
| if (bip39Mnemonic != null && bip39Mnemonic.isNotEmpty) { | ||
| return bip39Mnemonic; | ||
| } |
Contributor
There was a problem hiding this comment.
does that mean bip39 doesn't have passphrase?
Collaborator
Author
There was a problem hiding this comment.
no the code at the bottom is the legacy path
fix: zano respect 24 word setting fix: rename / delete
MrCyjaneK
force-pushed
the
CW-1249-bip39-zano-hf
branch
from
August 21, 2026 08:38
dcea616 to
7f34713
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
New zano hf and bip39 creation/restore
Pull Request - Checklist