-
Notifications
You must be signed in to change notification settings - Fork 1
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
β¨ (signer-solana) [DSDK-554]: Add GetAddressUseCase #451
β¨ (signer-solana) [DSDK-554]: Add GetAddressUseCase #451
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
{ | ||
title: "Get address", | ||
description: | ||
"Perform all the actions necessary to get an ethereum address from the device", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[MUST] Use Solana
}); | ||
}, | ||
initialValues: { | ||
derivationPath: "44'/501'", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[SHOULD] Defaut Value should be a constant
); | ||
|
||
return ( | ||
<DeviceActionsList title="Keyring Ethereum" deviceActions={deviceActions} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[MUST] Same here copy paste => Signer Solana
e84139a
to
d5d96cb
Compare
d5d96cb
to
9a3beab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π
Just a remark, as we are getting the pubKey shouldn't we call it getPubKey ?
Unlike Ethereum, where the address is derived from the public key, Solana uses the public key directly as the address. To maintain consistency with the Ethereum signer, Iβve retained the |
9a3beab
to
c11b4b8
Compare
π Description
Add
GetAddressUseCase
implementation for thesigner-solana
.Add signer view in the playground app.
Screen.Recording.2024-10-28.at.14.08.33.mov
β Context
β Checklist
Pull Requests must pass CI checks and undergo code review. Set the PR as Draft if it is not yet ready for review.
π§ Checklist for the PR Reviewers