-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
update feature gate no-op program id #33535
update feature gate no-op program id #33535
Conversation
Codecov Report
@@ Coverage Diff @@
## master #33535 +/- ##
=======================================
Coverage 81.7% 81.7%
=======================================
Files 805 805
Lines 218111 218111
=======================================
+ Hits 178323 178379 +56
+ Misses 39788 39732 -56 |
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.
I dumped both programs and confirm that they are byte-for-byte the same, looks good!
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.
I did not confirm the verifiable build, but I trust @joncinque :)
I recommend merging #33527 before this one to save yourself a rebase.
(cherry picked from commit 93d8bcc)
Problem
The no-op program intended to replace the empty account
Feature11111111111111
was only deployed to mainnet-beta. I've deployed it to all clusters but it required a new program ID.Summary of Changes
Updates the no-op program's ID in the feature activation to
37Yr1mVPdfUuy6oC2yPjWtg8xyyVi33TYYqyNQocsAkT
.See updated README with verifiable build information: https://github.com/buffalojoec/noop-programs/tree/main/programs/feature-gate-noop