Testing cross client devnet #2327
kishansagathiya
started this conversation in
General
Replies: 2 comments
-
Run with injected block history https://substrate.stackexchange.com/questions/436/configure-a-substrate-network-with-injected-block-history |
Beta Was this translation helpful? Give feedback.
0 replies
-
May be we could use this https://polkachu.com/snapshots |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion is meant to gather ideas to test gossamer against polkadot.
Scenarios
Running devnet
to create genesis-spec.json
./polkadot build-spec --disable-default-bootnode --dev > genesis-spec.json
edit
genesis-spec.json
as per your needs. Add extra authorities if you want to.create
genesis.json
fromgenesis-spec.json
../polkadot build-spec --chain genesis-spec.json --raw --disable-default-bootnode > genesis.json
initiate gossamer node
./bin/gossamer init --force --genesis ../polkadot-testing/genesis.json
run polkadot
./polkadot --alice --chain genesis.json
run gossamer
./bin/gossamer --key bob --bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWKFFJcY3rymuRzi8JTt8cdXT9BtSYrggwwMqyzW7c6W6P
Suspicious
This one seems to happen regularly with most versions of polkadot
Beta Was this translation helpful? Give feedback.
All reactions