runtime: genesis_utils: remove bls key feature override take 2#10530
Merged
buffalojoec merged 1 commit intoFeb 13, 2026
Conversation
cedb0f1 to
1918797
Compare
Author
|
Needs #10550 |
1918797 to
dc48115
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #10530 +/- ##
=========================================
- Coverage 83.0% 83.0% -0.1%
=========================================
Files 843 843
Lines 315808 315818 +10
=========================================
- Hits 262314 262294 -20
- Misses 53494 53524 +30 🚀 New features to boost your workflow:
|
dc48115 to
c8353c0
Compare
AshwinSekar
approved these changes
Feb 12, 2026
This file contains hidden or 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
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.
Same title, same core change as #10003, only this time we can change much less code, since we decided to split SIMD-0387 into two feature gates and not disable the legacy
InitializeAccountinstruction.Problem
#9310 added support for BLS pubkey management in the Vote program, but it left
a couple of overrides with TODOs in genesis config creation, where the BLS key
feature was temporarily ignored.
Summary of Changes
Remove the overrides in
genesis_utilsand update any local-cluster commands and other tests around the monorepo. There are only a few spots now.Note: Broken off of #9681.