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

Remove ed25519 address generation from wallet #1586

Conversation

Alex6323
Copy link
Contributor

@Alex6323 Alex6323 commented Nov 7, 2023

Description of change

  • Removes Ed25519 address generation through the wallet
  • Moves the single address generation to the secret manager (separate PR)
  • Adds tests for the new method in the bindings

Note, that with this PR we remove emitting the event LedgerAddressGeneration, because this was done in generate_ed25519_address fn in the removed file sdk/src/wallet/core/operations/address_generation.rs. That isn't a problem though because it wasn't used by any wallet.

Links to any relevant issues

#1536

@Alex6323 Alex6323 linked an issue Nov 10, 2023 that may be closed by this pull request
@Alex6323 Alex6323 marked this pull request as ready for review December 7, 2023 09:49
@Alex6323 Alex6323 marked this pull request as draft December 11, 2023 10:13
@Alex6323 Alex6323 marked this pull request as ready for review February 1, 2024 17:52
bindings/core/src/lib.rs Outdated Show resolved Hide resolved
Copy link
Member

@thibault-martinez thibault-martinez left a comment

Choose a reason for hiding this comment

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

Conflicts

@Alex6323 Alex6323 marked this pull request as draft February 16, 2024 22:29
@Alex6323 Alex6323 marked this pull request as ready for review March 7, 2024 11:09
@Alex6323 Alex6323 merged commit 85d30ef into iotaledger:2.0 Mar 7, 2024
37 checks passed
@Alex6323 Alex6323 deleted the refactor/wallet/remove-ed25519-address-generation branch March 7, 2024 15:24
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.

Remove generate_ed25519_address() from the wallet?
4 participants