Skip to content

Instantly share code, notes, and snippets.

@jtremback
Created September 12, 2022 14:21
Show Gist options
  • Save jtremback/bcbebf151ec84e68df224ba763874ec7 to your computer and use it in GitHub Desktop.
Save jtremback/bcbebf151ec84e68df224ba763874ec7 to your computer and use it in GitHub Desktop.

This is the proposal to create consumer chain 2. First, verify the genesis, download and hash the genesis.json file with the following command: 'curl -s https://paste.c-net.org/DriftedSounding > genesis.json; sha256sum genesis.json'. The outputted hash should match this proposal's 'genesis_hash' field. Now, you can inspect the genesis file to make sure that everything is in order. The 'ccvconsumer' field is empty. It will be filled in after this proposal passes. Next, verify the binary. Follow the steps here https://github.com/sainoe/ICS-testnet/blob/main/join-testnet-tutorial.md#install-the-interchain-security-binary to download and build the binary (it is the same one as used for the first consumer chain, so if you already have it locally, you can skip downloading and building it again). Run this command to get the hash 'sha256sum $(which interchain-security-cd)', and see that it matches this proposal's 'binary_hash' field. Now, you can inspect the binary's source code to make sure that everything is in order, and vote yes or no on this proposal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment