-
Notifications
You must be signed in to change notification settings - Fork 2
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-565]: Implement SignTransaction usecase #489
base: develop
Are you sure you want to change the base?
β¨ (signer-solana) [DSDK-565]: Implement SignTransaction usecase #489
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
...ner/signer-solana/src/internal/app-binder/device-action/__test-utils__/setupOpenAppDAMock.ts
Show resolved
Hide resolved
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.
[ASK] Is this a copy of the testDeviceActions in dmk
? If we reuse it everywhere, it might be worth to export it in the DMK
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.
Yes this is a copy from the ethereum signer. It would not be strange to export it from the public DMK api as it's used only for internal test ?
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.
It could be used by external devs who wants to implement other DeviceActions to have the test utils.
It's definitely non blocking for this PR and I will approve. However I'm thinking that we could have a test-utils packages that could be reuse by the dmk and the other packages. WDYT ?
Or we could make it an internal util package
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.
Yes I think it could be interesting to have something like this !
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.
Few comments, not validating now as I'd like to have your feedback on my comments first π
5b28966
to
2eabc3e
Compare
2eabc3e
to
21bdf9e
Compare
π Description
Add Sign Transaction Use case in sample and Solana signer kit.
Screen.Recording.2024-11-12.at.17.24.06.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