feat: add corto-1 genesis - #558
Merged
Merged
Conversation
Add the Corto testnet genesis under corto-1/ and register the network in the README table. Genesis SHA-256: 5bfa9ef731c54e0a5f382988bb12fbbeac14de3f72e4bb2f2e04f16818a01ac3 Validated with celestia-app v9.0.5-arabica (caa667909d3037): genesis validate passes and a clean node completes InitChain with the expected single validator at height 1. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Tick the box to add this pull request to the merge queue (same as
|
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
Adds the Corto testnet (
corto-1) genesis file undercorto-1/and registers the network in the README table, mirroring the layout of the existing testnet directories.corto-12026-07-01T14:00:00Z5bfa9ef731c54e0a5f382988bb12fbbeac14de3f72e4bb2f2e04f16818a01ac3v9.0.5-arabica(caa667909d3037b457afc4747eff8db16d186c65):celestia-appd genesis validatepasses, and a clean node completes InitChain with the height-1 validator set matching the embedded gentx (1 validator, voting power 100000).Review notes
delegator_addressis intentionally empty — celestia-app v9 derives it fromvalidator_address, and the genesis passes InitChain as-is. "Fixing" it would invalidate the signed transaction....@192.168.1.50:26656) and must not be used as a bootstrap peer.peers.txt/seeds.txtwill be added once public P2P endpoints are available.no-changeCI check is expected to fail on this PR: it currently rejects any change matching**/*genesis.json, including new additions. CI is intentionally left untouched, so that check needs an admin override to merge.🤖 Generated with Claude Code