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!: make generateRandomMnemonic async #222

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

mikesposito
Copy link
Member

@mikesposito mikesposito commented Nov 26, 2024

Our HD keyring has been updated to support different kinds of cryptographic functions to randomly generate a mnemonic, which may be an asynchronous operation in some cases.

This PR updates the generateRandomMnemonic on the Keyring type accordingly, even though eth-hd-keyring does not implement the type yet, because KeyringController uses it as keyring interface.

@mikesposito mikesposito merged commit e45343b into main Nov 26, 2024
17 checks passed
@mikesposito mikesposito deleted the mikesposito/generate-random-mnemonic-async branch November 26, 2024 17:50
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