[Genesis] Improve genesis generation and verification#694
Merged
Conversation
* switch to collection with deterministic iteration. Signed-off-by: Giles Cope <gilescope@gmail.com> * fix: keep existing preview ordering Signed-off-by: Giles Cope <gilescope@gmail.com> * chore: add changelog Signed-off-by: Giles Cope <gilescope@gmail.com> --------- Signed-off-by: Giles Cope <gilescope@gmail.com>
Contributor
gilescope
approved these changes
Mar 11, 2026
gilescope
left a comment
Contributor
There was a problem hiding this comment.
I can't comment on the mainnet config specifics, that will need to be verified later.
Contributor
Author
gilescope
added a commit
that referenced
this pull request
Mar 11, 2026
* feat: add deterministic runtime builds * chore: update change file * fix: srtool target clean-up * chore: updare to new mainnet values * set cnight to empty for testing * switch to collection with deterministic iteration. (#678) * switch to collection with deterministic iteration. Signed-off-by: Giles Cope <gilescope@gmail.com> * fix: keep existing preview ordering Signed-off-by: Giles Cope <gilescope@gmail.com> * chore: add changelog Signed-off-by: Giles Cope <gilescope@gmail.com> --------- Signed-off-by: Giles Cope <gilescope@gmail.com> * fix: genesis timestamp * granular generation * mainnet chain-spec * feat: local db-sync + cnigh-config working * filter cnight-config * docs: update * backup * remove temporarily SBOM * temporarily disable sbom in release * feat: add genesis message placeholder * fix: asset name encoding * fix: policy_id decoding * fix: ics and reserve queries * fix conflicts * chain-spec regenerated * fix: add --no-cache to earthly for genesis * feat: make verification steps skippable * fix: enable all verification for mainnet * feat: add genesis message * fix: make clippy happy * fix: genesis message * feat: add bootnodes config file * feat: check fees * add change file + nits * chore: remove mainnet generated files * docs: update with bootnodes info * address comments * update mainnet cardano-tip * regenerate mainner config * fix: perfnet build genesis --------- Signed-off-by: Giles Cope <gilescope@gmail.com> Co-authored-by: Squirrel <giles.cope@shielded.io> Signed-off-by: Giles Cope <gilescope@gmail.com>
Merged
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.








Overview
genesis-construction.sh) with interactive wizard supporting skippable verification steps, genesis messages, and fee checkingpolicy_iddecoding, asset name encoding, SQL amount casting toBIGINT--no-cacheto Earthly commands#694
🗹 TODO before merging
📌 Submission Checklist
🧪 Testing Evidence
Please describe any additional testing aside from CI:
🔱 Fork Strategy
Links