The duality-testnet-1
chain will be launched as a persistent chain to test Interchain Security functionality.
- Chain-ID:
duality-testnet-1
- minimum-gas-prices: ``
- timeout_commit:
2s
- Spawn time:
2023-07-12T15:00:00Z
- GitHub repo: duality-labs/duality
- Release:
v0.3.4
-
Reference binary: dualityd-linux-amd64
-
Binary sha256sum:
39f3d1cc943a70df579285053732fcf357a5dc241124a44a2e549333433509c2
-
Genesis file without CCV state: duality-testnet-1-genesis-without-ccv.json, verify with
shasum -a 256 duality-testnet-1-genesis-without-ccv.json
-
SHA256 for genesis file without CCV state:
c8f52491ade11a69907712e5d257e63a1a55ac47236c7259714ce8aa767b3640
-
Genesis file hash
- The SHA256 is used to verify against the genesis file (without CCV state) that the proposer has made available for review.
- The
duality-testnet-1-genesis-without-ccv.json
file cannot be used to run the chain: it must be updated with the CCV (Cross Chain Validation) state after the spawn time is reached. - The genesis file includes funds for a relayer and a faucet account as well as account with funds for different internal needs,
signed_blocks_window
has been set to864000
, andmin_signed_per_window
has been set to5%
.
-
Binary hash
- The
dualityd-linux-amd64
binary is only provided to verify the SHA256. It was built with Interchain Security releasev3.0.0-rc2
. You can generate the binary following the build instructions in that repo or using one of the scripts provided here.
- The
-
Spawn time
- Even if a proposal passes, the CCV state will not be available from the provider chain until after the spawn time is reached.
If you want to build genesis by your own please take into account difference between the
ccvconsumer
section generated by version v9.0.2 ofgaiad
and theccvconsumer
section required for duality to run. Please check and add"soft_opt_out_threshold": "0.05"
to theparams
section if it absent.
For more information regarding the consumer chain creation process, see CCV: Overview and Basic Concepts.
Endpoints are exposed as subdomains for the sentry and snapshot nodes (described below) as follows:
https://rpc.testnet-1.duality.xyz
https://grpc.testnet-1.duality.xyz
https://rest.testnet-1.duality.xyz
(orhttps://lcd.testnet-1.duality.xyz
)
Seed nodes:
df5b21498dd5594a609e2e2af41434bbd9297ffd@p2p.testnet-1.duality.xyz:26656
- 4 Cores
- 32 GB RAM
- 2x512 GB SSD
Name | Version |
---|---|
Duality | v0.3.4 |
Go | v1.19.10 |
The scripts provided in this repo will install Duality and set up a Cosmovisor service with the auto-download feature enabled on your machine.
The script provided in this repo will install dualityd
and set up a Cosmovisor service on your machine.
Run script provided to set up a duality-testnet-1
service:
join-rs-duality-testnet-1.sh
will create aduality-testnet-1
service withcosmovisor
support.- Script must be run either as root or from a sudoer account.
- Script will attempt to build a binary from the [duality-labs/duality] repo.
Build and install the dualityd
binary.
git clone -b v0.3.4 https://github.com/duality-labs/duality.git
cd duality
make install
after installation please check installed version by running:
dualityd version --long
You should see the following:
name: duality
server_name: dualityd
version: 0.3.4
commit: 15cb02ba6b8c87723c7fd4bd4ce0c3bf660d6aff