feat: store and verify genesis protocol configuration - #2590
Merged
Conversation
Mirko-von-Leipzig
approved these changes
Sep 8, 2026
kkovaacs
force-pushed
the
krisztian/store-protocol-config
branch
from
September 10, 2026 08:58
83567cd to
f5631e6
Compare
kkovaacs
force-pushed
the
krisztian/store-protocol-config
branch
2 times, most recently
from
September 10, 2026 09:21
55f356b to
c35ca81
Compare
kkovaacs
force-pushed
the
krisztian/store-protocol-config
branch
from
September 10, 2026 09:54
c35ca81 to
dab5efe
Compare
Mirko-von-Leipzig
approved these changes
Sep 10, 2026
kkovaacs
force-pushed
the
krisztian/store-protocol-config
branch
from
September 11, 2026 08:52
dab5efe to
0759330
Compare
kkovaacs
force-pushed
the
krisztian/store-protocol-config
branch
from
September 11, 2026 09:06
0759330 to
75ad18f
Compare
kkovaacs
force-pushed
the
krisztian/store-protocol-config
branch
from
September 11, 2026 10:45
75ad18f to
0759330
Compare
kkovaacs
force-pushed
the
krisztian/store-protocol-config
branch
2 times, most recently
from
September 11, 2026 11:29
10b97b3 to
9e40eb9
Compare
kkovaacs
force-pushed
the
krisztian/store-protocol-config
branch
from
September 11, 2026 11:35
9e40eb9 to
b905724
Compare
bobbinth
reviewed
Sep 11, 2026
Comment on lines
+1
to
+4
| CREATE TABLE protocol_configs ( | ||
| commitment BLOB NOT NULL PRIMARY KEY CHECK (length(commitment) = 32), | ||
| protocol_config BLOB NOT NULL | ||
| ) WITHOUT ROWID; |
Contributor
There was a problem hiding this comment.
Don't we also want to store the block height at which a given config became "effective"? i.e., the genesis config would be effective as of block 0 etc.
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.
Summary
Changelog
Stack created with GitHub Stacks CLI • Give Feedback 💬