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

Fix: An ETH account could not be initialized from its mnemonic #99

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

hoh
Copy link
Member

@hoh hoh commented Feb 8, 2024

Users could not easily import or migrate accounts using their mnemonic representation.

Solution: Add a static method from_mnemonic on the ETHAccount class.

Discussion: This is a first step and this behaviour can be extended to more chains in the future.

Users could not easily import or migrate accounts using their mnemonic representation.

Solution: Add a static method `from_mnemonic` on the `ETHAccount` class.

Discussion: This is a first step and this behaviour can be extended to more chains in the future.
@hoh hoh requested a review from MHHukiewitz February 8, 2024 16:59
Copy link

github-actions bot commented Feb 8, 2024


Please note that this categorization is based solely on the provided information and may not fully reflect the complexity of the PR. It would be beneficial if you could provide additional rules or context to fine-tune the categorization process.

@github-actions github-actions bot added the BLUE This PR is simple and straightforward. label Feb 8, 2024
Copy link
Member

@MHHukiewitz MHHukiewitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MHHukiewitz MHHukiewitz merged commit 03de4b3 into main Feb 8, 2024
11 checks passed
@MHHukiewitz MHHukiewitz deleted the hoh-eth-from-mnemonic branch February 8, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLUE This PR is simple and straightforward.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants