v2.2: Fix - Allow ExtendProgramChecked in CPI (backport of #6245)#6443
v2.2: Fix - Allow ExtendProgramChecked in CPI (backport of #6245)#6443
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
ExtendProgramCheckedin CPI.Rekeys the feature enable_extend_program_checked.
This is an automatic backport of pull request #6245 done by Mergify.