-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feature gate: init program with RevokePendingActivation
instruction
#5510
Conversation
a5b763a
to
4d129fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great! The revoke logic is perfect, so maybe this PR should just do that, and we can discuss some better activation behavior
Sounds good, I've re-written commit history so this PR reflects only the |
4d129fc
to
26b4365
Compare
RevokePendingActivation
instruction
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it's pretty much there! Just a few last bits, then this is ready
26b4365
to
3411e13
Compare
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
4144973
to
3d85831
Compare
It's worth noting that the test I've set up here is using |
cb72e2a
to
e4afcb4
Compare
e4afcb4
to
5e3ee34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, but let's also get an approval from @CriesofCarrots
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Essentially just nits
5e3ee34
to
f202fdb
Compare
Pull request has been modified.
return Err(ProgramError::IllegalOwner); | ||
} | ||
|
||
// This will also check the program ID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
This PR is the first in a series of re-written commit history to facilitate easier discussion on the Feature Gate Program, as SIMD 0066 progresses.
Original PR: #4987
Notable changes:
RevokePendingActivation
instruction