forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Refactor - Makes loader-v4 the default #2796
Draft
Lichtso
wants to merge
4
commits into
anza-xyz:master
Choose a base branch
from
Lichtso:rekey/enable_loader_v4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
The Firedancer team maintains a line-for-line reimplementation of the |
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
5 times, most recently
from
September 3, 2024 08:18
43b7b38
to
221fd7d
Compare
Lichtso
changed the title
Rekey -
Refactor - Makes loader-v4 the default
Sep 3, 2024
enable_loader_v4
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
5 times, most recently
from
September 3, 2024 13:38
a1303e6
to
f984bbc
Compare
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
2 times, most recently
from
September 5, 2024 18:20
eec5813
to
1cb4d44
Compare
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
6 times, most recently
from
November 11, 2024 20:07
8a2a279
to
19c1df9
Compare
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
from
November 12, 2024 10:51
19c1df9
to
30f3fcb
Compare
Merged
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
2 times, most recently
from
November 14, 2024 14:47
95261f9
to
64c09b6
Compare
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
from
November 19, 2024 14:38
64c09b6
to
2d4b884
Compare
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
from
December 3, 2024 16:34
2d4b884
to
489694d
Compare
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
from
December 12, 2024 14:57
489694d
to
33f0270
Compare
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
from
January 9, 2025 14:01
33f0270
to
fc55020
Compare
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
from
January 9, 2025 14:34
fc55020
to
aca3d37
Compare
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
4 times, most recently
from
January 15, 2025 20:43
aa485fa
to
8a2d4bc
Compare
Lichtso
force-pushed
the
rekey/enable_loader_v4
branch
from
January 16, 2025 02:57
8a2d4bc
to
f7b5eb0
Compare
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
Loader-v4 was originally planned as a PRv2 loader, but will be used as default loader (superseding loader-v3) in PRv1 now.
Summary of Changes
enable_program_runtime_v2_and_loader_v4
toenable_loader_v4
.test_program_upgradeable_locks()
(which was introduced in Prevent the invoke and upgrade of programs in the same tx batch solana-labs/solana#14653) and is superseded bytest_program_sbf_invoke_in_same_tx_as_redeployment()
.test_program_sbf_invoke_upgradeable()
intotest_program_sbf_upgrade()
.test_program_sbf_invoke_upgradeable_via_cpi()
andtest_program_sbf_set_upgrade_authority_via_cpi()
intotest_program_sbf_upgrade_via_cpi()
.