-
Notifications
You must be signed in to change notification settings - Fork 256
SIMD-0072: Feature Gate Threshold Automation #72
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
Open
buffalojoec
wants to merge
35
commits into
solana-foundation:main
Choose a base branch
from
buffalojoec:simd-feature-gate-threshold-automation
base: main
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.
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
05f5790
feature-gate-threshold-automation init
buffalojoec c2493f7
bump to 0072
buffalojoec 027c22a
address minor corrections
buffalojoec 61c9f17
revise based on related SIMDs
buffalojoec 49297a3
add garbage collection process
buffalojoec 3ec0b88
add PDA details
buffalojoec 26ce787
revise signal cadence
buffalojoec f2b796f
add instruction layout example
buffalojoec af88bfd
add state layout examples
buffalojoec 46556dd
add multi-sig activation gate
buffalojoec 28faf1a
add additional elaboration
buffalojoec daae4d4
init new version of 0072
buffalojoec 828ecfb
add reusable support signal PDA
buffalojoec c04c84b
update to use validator epoch stake syscall
buffalojoec 855950a
add updates from SIMD 0133
buffalojoec 0fb9358
add some context and wording
buffalojoec d3ee197
add c struct for PDA layout
buffalojoec 22cf22a
hard-coded threshold
buffalojoec be5cfc4
change deadline to 4500 slots
buffalojoec 0420825
clarity suggestions
buffalojoec 93cb9c8
add more program specification
buffalojoec 92ea03f
one PDA per epoch
buffalojoec 17afcf0
remove slots remaining constraint
buffalojoec 3d3f535
Update proposals/0072-feature-gate-threshold-automation.md
buffalojoec 092439f
instruction clarity
buffalojoec 4b0db19
update `StageFeatureForActivation` instruction
buffalojoec da715bd
update `SignalSupportForStagedFeatures` instruction
buffalojoec f7d3420
update runtime step
buffalojoec ac97130
update state init requirement
buffalojoec 7c33aa3
mark as idea
buffalojoec 76b00f6
update design after discussions with justin
buffalojoec de04052
may: update v2 state
buffalojoec db662d8
may: enhance per-epoch signal cranking
buffalojoec e91d7d7
may: batch support signal instructions
buffalojoec 50f2142
may: add more activation details
buffalojoec File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
may: batch support signal instructions
- Loading branch information
commit e91d7d78c3a2f2d638954c7117e563f3db6c2516
There are no files selected for viewing
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
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.
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.
Would these
SignalSupportForStagedFeaturestransactions be treated as regular ones or fast-tracked in a similar way to vote transactions? I assume the formerThere 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.
Yeah, former. I had no intention of special-casing them.