-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add Transfer2/Approve2/MintTo2/Burn2 instructions for improved hardware wallet support #343
Conversation
a30e531
to
f5db908
Compare
@CriesofCarrots - this is ready for review I think. @t-nelson - this baby is for you. Can you review to ensure it'll work for you in Ledgerland. I don't see why not but more eyes here is better anyway |
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.
Code lgtm! Do we want to add docs in the Instruction enum explaining how each Instruction2 differs from the original?
…re wallet support
Done |
Pull request has been modified.
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.
This looks like it'll give me what I need to offer a better token amount UX on the Ledger App.
Are we still envisioning the token symbol strings being kept in an on-device LUT?
Yeah. We'll just need a hard coded list |
TODO:
Depends-on: #342
Depends-on: #315Fixes: #289