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(flutter/catalyst_key_derivation): Key derivation integration #1149

Merged
merged 158 commits into from
Nov 13, 2024

Conversation

dtscalac
Copy link
Contributor

@dtscalac dtscalac commented Nov 6, 2024

Description

  • Makes the catalyst_key_derivation unit testable.
  • Integrates key derivation package into Catalyst Voices app.
  • Moves Ed25519 related utils from catalyst_cardano_serialization to catalyst_key_derivation.
  • feat: rust key derivation #1063 must be merged first before this PR.

Related Issue(s)

Closes #1012

Screenshots

Before:

before.mov

After:

after.mov

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

bkioshn and others added 30 commits October 29, 2024 15:05
Signed-off-by: bkioshn <[email protected]>
Signed-off-by: bkioshn <[email protected]>
Signed-off-by: bkioshn <[email protected]>
Signed-off-by: bkioshn <[email protected]>
Signed-off-by: bkioshn <[email protected]>
Copy link
Contributor

Test Report | ${\color{lightgreen}Pass: 327/327}$ | ${\color{red}Fail: 0/327}$ |

@dtscalac dtscalac added review me PR is ready for review and removed do not review yet Do not review yet labels Nov 13, 2024
@dtscalac dtscalac marked this pull request as ready for review November 13, 2024 09:05
@dtscalac dtscalac requested a review from minikin November 13, 2024 09:05
@dtscalac dtscalac added the dart Pull requests that update Dart code label Nov 13, 2024
Copy link
Contributor

Test Report | ${\color{lightgreen}Pass: 327/327}$ | ${\color{red}Fail: 0/327}$ |

Copy link
Contributor

Test Report | ${\color{lightgreen}Pass: 327/327}$ | ${\color{red}Fail: 0/327}$ |

Copy link
Contributor

Test Report | ${\color{lightgreen}Pass: 327/327}$ | ${\color{red}Fail: 0/327}$ |

Base automatically changed from feat/rust-key-derivation to main November 13, 2024 11:01
# Conflicts:
#	catalyst_voices/packages/libs/catalyst_key_derivation/Earthfile
#	catalyst_voices/packages/libs/catalyst_key_derivation/README.md
#	catalyst_voices/packages/libs/catalyst_key_derivation/example/lib/main.dart
#	catalyst_voices/packages/libs/catalyst_key_derivation/lib/catalyst_key_derivation.dart
Copy link
Contributor

Test Report | ${\color{lightgreen}Pass: 327/327}$ | ${\color{red}Fail: 0/327}$ |

Copy link
Contributor

@damian-molinski damian-molinski left a comment

Choose a reason for hiding this comment

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

LGTM

@dtscalac dtscalac removed the do not merge yet PR is not ready to be merged yet label Nov 13, 2024
@dtscalac dtscalac merged commit 618f769 into main Nov 13, 2024
38 checks passed
@dtscalac dtscalac deleted the feat/dart-key-derivation branch November 13, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code review me PR is ready for review
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : Add cardano hard and soft key derivation
4 participants