Fix - Allow ExtendProgramChecked in CPI#6245
Conversation
|
The Firedancer team maintains a line-for-line reimplementation of the |
a751fc3 to
67a9cf3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6245 +/- ##
=======================================
Coverage 82.7% 82.7%
=======================================
Files 843 843
Lines 377600 377606 +6
=======================================
+ Hits 312608 312622 +14
+ Misses 64992 64984 -8 🚀 New features to boost your workflow:
|
* Allows invoking ExtendProgramChecked in CPI. * Rekeys the feature enable_extend_program_checked.
* Allows invoking ExtendProgramChecked in CPI. * Rekeys the feature enable_extend_program_checked.
* Allows invoking ExtendProgramChecked in CPI. * Rekeys the feature enable_extend_program_checked.
|
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
* Allows invoking ExtendProgramChecked in CPI. * Rekeys the feature enable_extend_program_checked. (cherry picked from commit f5616d3) # Conflicts: # Cargo.lock # programs/sbf/Cargo.lock # svm/examples/Cargo.lock
* Allows invoking ExtendProgramChecked in CPI. * Rekeys the feature enable_extend_program_checked. (cherry picked from commit f5616d3)
* Allows invoking ExtendProgramChecked in CPI. * Rekeys the feature enable_extend_program_checked. (cherry picked from commit f5616d3)
* Allows invoking ExtendProgramChecked in CPI. * Rekeys the feature enable_extend_program_checked. (cherry picked from commit f5616d3)
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.