-
Notifications
You must be signed in to change notification settings - Fork 636
v2.2: Fix - Allow ExtendProgramChecked in CPI (backport of #6245) #6443
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
Conversation
Cherry-pick of f5616d3 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
The Firedancer team maintains a line-for-line reimplementation of the |
71134be
to
bc49e7f
Compare
@mergify rebase |
* Allows invoking ExtendProgramChecked in CPI. * Rekeys the feature enable_extend_program_checked. (cherry picked from commit f5616d3)
✅ Branch has been successfully rebased |
bc49e7f
to
d2fd13e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v2.2 #6443 +/- ##
========================================
Coverage 83.4% 83.4%
========================================
Files 807 807
Lines 373478 373484 +6
========================================
+ Hits 311507 311614 +107
+ Misses 61971 61870 -101 🚀 New features to boost your workflow:
|
Problem
See solana-foundation/solana-improvement-documents#164 (comment).
Feature Gate Issue: https://github.com/anza-xyz/feature-gate-tracker/issues/87
Summary of Changes
Allows invoking loader-v3
ExtendProgramChecked
in CPI.Rekeys the feature enable_extend_program_checked.
This is an automatic backport of pull request #6245 done by Mergify.