-
Notifications
You must be signed in to change notification settings - Fork 26
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
Compute budget and split stake instruction support #90
Conversation
* Added support for compute budget instructions: * request heap frame * set compute unit price * request units * set compute unit limit * added unit tests Co-authored-by: Piotr Swierzy <[email protected]>
* Added split-stake instruction support for: * SystemTransfer + SystemAllocate + SystemAssign + StakeSplit * SystemTransfer + SystemAllocateWithSeed + StakeSplit Co-authored-by: Maciej Nabiałek <[email protected]>
…it and unit price
Fix unit tests
…it and unit price (#15) * Refactor ComputeBudget fees screen - calculate max fees from unit limit and unit price * Fix lint error * Fix max fees calculation - include signatures count * Fix unit tests * Improved logic for calculate_max_fee
|
…lay-refactor 14 compute budget max fee display refactor
16 compute budget fuzzer
The newly builders are based on Alpine Linux that doesn't support `libasan`. See https://gitlab.alpinelinux.org/alpine/aports/-/issues/10304
Add whitelisted SPL tokens to show proper tickers
@sponomarev Unable to reproduce and fix errors with the ragger tests for stax and flex. Problem is visible even on the develop branch (LedgerHQ/app-solana repo) - looks unrelated to the changes present in this PR Whats even more interesting is that locally everything seems ok, regenerating snapshot images did not produce any differences: |
Looks like the tests are failing on this screen (but hard to say with 100% certainty) |
@0xMMBD It seems that there were some SDK updates that slightly changed flex and stax UI. Using the latest dev tools I was able to reproduce the issue and update golden snapshots. You can check it in blockydevs#22 |
Refresh flex & stax golden snapshots
@sponomarev fixes for the tests are merged here already |
@0xMMBD could you please bump the app version ? |
@tdejoigny-ledger is 1.5.2 ok for you? |
Changeset:
Added split-stake instruction support for:
Compute Budget instruction