Skip to content
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

runtime: migrate stake program to core bpf #3655

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

2501babe
Copy link
Member

Problem

with the bpf stake program preparing for audits, we would like to add the runtime hooks to deploy it when ready

Summary of Changes

add support for the core bpf stake program migration

Feature Gate Issue: #3654

@2501babe 2501babe self-assigned this Nov 15, 2024
@2501babe 2501babe added feature-gate Pull Request adds or modifies a runtime feature gate v2.1 Backport to v2.1 branch labels Nov 15, 2024
Copy link

mergify bot commented Nov 15, 2024

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.

@2501babe 2501babe force-pushed the 20241114_stake_migration branch from 7fb8187 to e67650b Compare November 18, 2024 15:15
@2501babe 2501babe marked this pull request as ready for review November 18, 2024 23:10
buffalojoec
buffalojoec previously approved these changes Nov 19, 2024
Copy link

@buffalojoec buffalojoec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm 🚢

Copy link

@joncinque joncinque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Just the comment about the doc for the feature

sdk/feature-set/src/lib.rs Outdated Show resolved Hide resolved
Co-authored-by: Jon C <me@jonc.dev>
Copy link

@joncinque joncinque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@2501babe 2501babe merged commit 14bb15f into anza-xyz:master Nov 20, 2024
51 checks passed
@2501babe 2501babe deleted the 20241114_stake_migration branch November 20, 2024 05:02
mergify bot pushed a commit that referenced this pull request Nov 20, 2024
2501babe added a commit that referenced this pull request Nov 21, 2024
…3714)

runtime: migrate stake program to core bpf (#3655)

(cherry picked from commit 14bb15f)

Co-authored-by: hana <81144685+2501babe@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-gate Pull Request adds or modifies a runtime feature gate v2.1 Backport to v2.1 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants