Skip to content

p2p-org/ics-testnets-interchain-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Liquidity Chain Information

Welcome to Interchain security Game of Chains testnet!

Contents

Status

  • Timeline
    • 2022-12-02: Spawn time: 2022-12-01T17:00:00.000000000Z
    • 2022-12-02: Proposal 35 voting period ends
    • 2022-11-29: Proposal 35 goes into voting period
    • 2022-11-29: Genesis file without CCV state is generated

Interchain security will launch as a consumer chain through a governance proposal in the provider chain. Read the Consumer Chain Start Process page for more details about the workflow.

The following items will be included in the proposal:

  • Genesis file hash
    • The SHA256 is used to verify against the genesis file that the proposer has made available for review.
    • This "fresh" genesis file cannot be used to run the chain: it must be updated with the CCV states after the spawn time is reached.
  • Binary hash
  • Spawn time
    • Even if the proposal passes, the CCV states will not be available from the provider chain until after the spawn time is reached.

Chain Data

Downloading the binary

Interchain security v1.0.0 binaries are available for download.

Building from source

Steps to build:

docker run --rm -ti -v /<your_local_volume>:/app --entrypoint /bin/bash ghcr.io/strangelove-ventures/checksum:v.0.1.0
cd /app/
git clone https://github.com/oopcode/interchain-security.git
cd interchain-security/
git checkout v1.0.0
make build       
sha256sum /interchain-security-cdd
6ea06412c306ccb9d37437754fa76b0c66f0d13edfe1d9d25f5b7e460a2eb1df  /interchain-security-cdd

The binary will output to /interchain-security-cdd, with sha256 checksum 6ea06412c306ccb9d37437754fa76b0c66f0d13edfe1d9d25f5b7e460a2eb1df.

Genesis file

The genesis file for Interchain Security consumer chains must include the CCV (Cross Chain Validation) state generated by the provider chain after the spawn time is reached.

Fresh genesis file without CCV state: genesis.json SHA256 hash sum: e72ebddb22fbf514b63681ee05aae64d4687fc739df84d3ec67ffb873e80bf1e

Final genesis hash: c31d740390934c6bab8308f08a7f736da2164ff25d6bec7ccc949bc581ef2fde final-genesis.json

The genesis file with was generated using the following settings:

  • Chain ID: liquidity
  • Denom: liqd
  • Signed blocks window: "8640"
  • P2p persistent peers:
567120b0bbc33512b9d1864cd4518cdc82cdf097@172.255.98.36:36656,83b14ebbb613dfd8186da794ab947e52927cda4d@23.83.126.76:36656

About

Repository to launch consumer chain for game-of-chains

Resources

Stars

Watchers

Forks

Packages

No packages published