-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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: support additional compute budget ixs #25104
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #25104 +/- ##
===========================================
- Coverage 82.1% 75.1% -7.1%
===========================================
Files 616 38 -578
Lines 169469 2314 -167155
Branches 0 335 +335
===========================================
- Hits 139161 1738 -137423
+ Misses 30308 459 -29849
- Partials 0 117 +117 |
This change is blocked until the runtime change is merged and released in a new version of |
jstarry
force-pushed
the
web3/compute-budget
branch
from
May 20, 2022 07:16
0736ea2
to
536aa65
Compare
jstarry
force-pushed
the
web3/compute-budget
branch
from
May 20, 2022 07:21
536aa65
to
e6ae3b1
Compare
jstarry
changed the title
feat: migrate to updated compute budget program interface
feat: support additional compute budget ixs
May 20, 2022
This was referenced Jun 11, 2022
jeffwashington
pushed a commit
to jeffwashington/solana
that referenced
this pull request
Jun 29, 2022
jeffwashington
pushed a commit
to jeffwashington/solana
that referenced
this pull request
Jun 29, 2022
This was referenced Jul 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
The compute budget interface will be updated before being activated on mainnet and the web3 api needs to be updated to match. For more details see: #25178
Summary of Changes
SetComputeUnitLimit
andSetComputeUnitPrice
prioritization fee ixsFixes #