-
Notifications
You must be signed in to change notification settings - Fork 43
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
Remove generate_ed25519_address() from the wallet? #1536
Comments
Pros:
Cons:
So my current take on this matter is, that we SHOULD remove the method from the wallet. I don't see any huge downsides and mostly upsides. Related questions:
|
On the flip side: The nice thing about this method is that it will use the wallet's configuration (generation bip44, bech32_hrp) but removing it means the user needs to get those things first then call the secret manager method then potentially iterate and convert the addresses to Bech32. |
Closed by #1586 |
Description
Move generate_ed25519_address() out of the wallet? Users can just generate with the secret manager before and then provide it to the wallet
Motivation
Simplification and clearer logic, no secret manager required for the wallet at this point
Open questions (optional)
Are there good reasons to not remove it?
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered: