Skip to content

Commit

Permalink
Merge branch 'aleks/wallet-deterministic' (#1110)
Browse files Browse the repository at this point in the history
* aleks/wallet-deterministic:
  [ci] wasm checksums update
  wasm: update checksums
  Add changelog entry
  Fix dependencies
  Update Cargo.lock
  Use Zeroizing instead of SecStr
  Simplify method signature
  Improve comment
  Apply suggestions from code review
  Additional test cases for ed25519
  Additional test cases for secp256k1
  Remove outdated comment
  Add error messages
  Fix path hardening
  Warn user if path coin type and crypto scheme are incompatible
  Add unit tests for HD wallet functionality
  Rework CLI options; fix bugs
  feat: add HD derivation path support
  Add derivation paths
  Revert "Support mnemonic codes only for ed25519 scheme."
  Support mnemonic codes only for ed25519 scheme.
  Refactor
  Apply suggestions from code review
  Clean code, minor refactoring
  Zeroize user mnemonic phrase input
  Fix comment
  Check if the public key hash already known
  Add test case
  Refactoring
  Improve messages
  Improve comments and messages
  Keypair / wallet recovery from mnemonic code
  Fix help messages
  Draft of wallet bip39 support
  • Loading branch information
tzemanovic committed May 21, 2023
2 parents 8025987 + 100f546 commit 7ffbd6d
Show file tree
Hide file tree
Showing 25 changed files with 1,673 additions and 298 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1110-wallet-deterministic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Implements HD wallet derivation / recovery from a given mnemonic code
([\#1110](https://github.com/anoma/namada/pull/1110))
Loading

0 comments on commit 7ffbd6d

Please sign in to comment.