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/dsdk 276 create keyring-eth module #6792

Merged
merged 2 commits into from
May 27, 2024
Merged

Conversation

aussedatlo
Copy link
Contributor

@aussedatlo aussedatlo commented Apr 30, 2024

βœ… Checklist

  • npx changeset was attached.
  • Covered by automatic tests.
  • Impact of the changes:
    • ...

πŸ“ Description

Create keyring-eth module to implement a simple keyring interface with:

  • getAddress
  • signTransaction
  • signMessage

This PR handle two ticket:

❓ Context


🧐 Checklist for the PR Reviewers

  • The code aligns with the requirements described in the linked JIRA or GitHub issue.
  • The PR description clearly documents the changes made and explains any technical trade-offs or design decisions.
  • There are no undocumented trade-offs, technical debt, or maintainability issues.
  • The PR has been tested thoroughly, and any potential edge cases have been considered and handled.
  • Any new dependencies have been justified and documented.
  • Performance considerations have been taken into account. (changes have been profiled or benchmarked if necessary)

Copy link

vercel bot commented Apr 30, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
web-tools βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback May 27, 2024 0:34am
4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-docs ⬜️ Ignored (Inspect) Visit Preview May 27, 2024 0:34am
ledger-live-github-bot ⬜️ Ignored (Inspect) Visit Preview May 27, 2024 0:34am
native-ui-storybook ⬜️ Ignored (Inspect) Visit Preview May 27, 2024 0:34am
react-ui-storybook ⬜️ Ignored (Inspect) Visit Preview May 27, 2024 0:34am

@aussedatlo aussedatlo changed the base branch from develop to feat/dsdk-284-context-module-cal April 30, 2024 16:00
@live-github-bot live-github-bot bot added the ledgerjs Has changes in the ledgerjs open source libs label Apr 30, 2024
@aussedatlo aussedatlo force-pushed the feat/dsdk-284-context-module-cal branch from 8261cc8 to c23a6a8 Compare May 3, 2024 08:31
@aussedatlo aussedatlo force-pushed the feat/dsdk-284-context-module-cal branch from c23a6a8 to df2bf9a Compare May 3, 2024 08:54
@aussedatlo aussedatlo force-pushed the feat/dsdk-284-context-module-cal branch from df2bf9a to a06bb82 Compare May 7, 2024 07:37
@aussedatlo aussedatlo marked this pull request as draft May 7, 2024 07:40
@aussedatlo aussedatlo force-pushed the feat/dsdk-284-context-module-cal branch 10 times, most recently from cb53f9f to 0bde643 Compare May 16, 2024 10:32
Base automatically changed from feat/dsdk-284-context-module-cal to develop May 17, 2024 13:33

This comment was marked as outdated.

lambertkevin
lambertkevin previously approved these changes May 27, 2024
Copy link
Contributor

@lambertkevin lambertkevin left a comment

Choose a reason for hiding this comment

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

LGTM, just one question, and it's more a (nice to have) feature request than anything πŸ‘

libs/ledgerjs/packages/keyring-eth/src/KeyringEth.ts Outdated Show resolved Hide resolved
@aussedatlo aussedatlo merged commit 4855793 into develop May 27, 2024
56 checks passed
@aussedatlo aussedatlo deleted the feat/dsdk-276-keyring-eth branch May 27, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ledgerjs Has changes in the ledgerjs open source libs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants