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

Feat: upgraded key system #282

Merged
merged 12 commits into from
Nov 18, 2022
Merged

Feat: upgraded key system #282

merged 12 commits into from
Nov 18, 2022

Conversation

SupremoUGH
Copy link
Contributor

@SupremoUGH SupremoUGH commented Nov 15, 2022

Second part of #153. It consists of the changes related to the key system.

Changes:
manta-accounting:

  • key.rs: Upgrade to the new key system. Deprecated HierarchicalKeyDerivationScheme in favour of AccountCollection.
  • signer.rs: Minimal changes so it compiles.

manta-pay:

  • key.rs: Upgrade to the new system. Now we don't use key pairs, just keys.
  • signer::base: Implemented AccountCollection and DeriveAddresses for KeySecret.
  • signer: minimal changes so it compiles.

Before we can merge this PR, please make sure that all the following items have been checked off:

  • Linked to an issue with discussion and accepted design OR have an explanation in the PR that describes this work.
  • Added one line describing your change in CHANGELOG.md and added the appropriate changelog label to the PR.
  • Re-reviewed Files changed in the GitHub PR explorer.
  • Checked that changes and commits conform to the standards outlined in CONTRIBUTING.md.

Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
@SupremoUGH SupremoUGH self-assigned this Nov 15, 2022
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
@SupremoUGH SupremoUGH added changelog:changed Changelog: add these changes to the `changed` section of the changelog A-cryptography Area: Issues and PRs related to Cryptography P-high Priority: High labels Nov 15, 2022
@SupremoUGH SupremoUGH marked this pull request as ready for review November 15, 2022 16:52
Copy link
Contributor

@bhgomes bhgomes left a comment

Choose a reason for hiding this comment

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

We need bip0039 for the signer changes. @AlexParshh please check this PR in the key system

GhostOfGauss
GhostOfGauss previously approved these changes Nov 16, 2022
manta-accounting/src/wallet/mod.rs Show resolved Hide resolved
manta-accounting/src/wallet/signer.rs Show resolved Hide resolved
manta-accounting/src/wallet/signer.rs Show resolved Hide resolved
manta-pay/src/key.rs Outdated Show resolved Hide resolved
manta-pay/src/key.rs Outdated Show resolved Hide resolved
manta-pay/src/key.rs Outdated Show resolved Hide resolved
manta-pay/src/key.rs Outdated Show resolved Hide resolved
@SupremoUGH SupremoUGH mentioned this pull request Nov 16, 2022
4 tasks
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
GhostOfGauss
GhostOfGauss previously approved these changes Nov 17, 2022
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
@bhgomes bhgomes merged commit 9529499 into main Nov 18, 2022
@bhgomes bhgomes deleted the feat/new-circuits-key-system branch November 18, 2022 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cryptography Area: Issues and PRs related to Cryptography changelog:changed Changelog: add these changes to the `changed` section of the changelog P-high Priority: High
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants