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

refactor(wallet): Remove Generate Mnemonic #1541

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

coreyphillips
Copy link
Collaborator

@coreyphillips coreyphillips commented Feb 7, 2024

Description

  • Removes generateMnemonic function from nodejs-mobile since there is no performance gain to be made.
  • Switches to generateMnemonic from beignet instead.
  • Upgrades beignet to 0.0.22.
  • Upgrades bip39 to 3.1.0.

Type of change

  • Refactoring (improving code without creating new functionality)

Tests

  • No test

QA Notes

New wallets should continue generating 12-word mnemonics as expected.

Removes generateMnemonic from nodejs-mobile.
Switches to generateMnemonic from beignet.
Upgrades beignet to 0.0.22.
@coreyphillips coreyphillips merged commit faa3fb3 into master Feb 8, 2024
4 checks passed
@coreyphillips coreyphillips deleted the remove-generate-mnemonic branch February 8, 2024 18:43
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.

2 participants