Add Rococo test network (#1363)
* Add Rococo test network * Correct license header * Add bootNodes address * Fix compile errors * Change bootNodes * Change rococo bootNodes * Add new bootNodes * Fix bootNodes typo * Remove public telemetry * Add rococo-local chain spec * Remove staking * Remove staking from chain spec * use rococo-staging chain spec and preserve bootnodes * Same but with --raw * update chain name and remove telemetry * Empty commit to re-trigger CI * Fix revision (temp. until I merge master) * Revert to branch = master to avoid conflicts * Revert to branch = master to avoid conflicts * Disable test (temp) * Revert to branch = master to avoid conflicts * Revert to branch = master to avoid conflicts * Change bootNodes IPs for second rococo network * Revert "Disable test (temp)" This reverts commit a159f12e3131d1a25dabb1a4d2834642f2bcdc26. * Revert purchase * Update chain spec * FUUU * Update service/src/lib.rs Co-authored-by:Robert Habermeier <rphmeier@gmail.com> * Update runtime/rococo/src/lib.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * Fix compilation Co-authored-by:
Evaldo <contato@evaldofelipe.com> Co-authored-by:
David Dorgan <david@parity.io> Co-authored-by:
Cecile Tonglet <cecile.tonglet@cecton.com> Co-authored-by:
Robert Habermeier <rphmeier@gmail.com>
Showing
- polkadot/Cargo.lock 77 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 6 deletionspolkadot/Cargo.toml
- polkadot/cli/src/chain_spec.rs 0 additions, 0 deletionspolkadot/cli/src/chain_spec.rs
- polkadot/cli/src/command.rs 4 additions, 1 deletionpolkadot/cli/src/command.rs
- polkadot/runtime/rococo/Cargo.toml 181 additions, 0 deletionspolkadot/runtime/rococo/Cargo.toml
- polkadot/runtime/rococo/build.rs 26 additions, 0 deletionspolkadot/runtime/rococo/build.rs
- polkadot/runtime/rococo/src/constants.rs 113 additions, 0 deletionspolkadot/runtime/rococo/src/constants.rs
- polkadot/runtime/rococo/src/lib.rs 1024 additions, 0 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/scripts/prepare-test-net.sh 45 additions, 0 deletionspolkadot/scripts/prepare-test-net.sh
- polkadot/service/Cargo.toml 1 addition, 0 deletionspolkadot/service/Cargo.toml
- polkadot/service/res/rococo.json 116 additions, 0 deletionspolkadot/service/res/rococo.json
- polkadot/service/src/chain_spec.rs 314 additions, 2 deletionspolkadot/service/src/chain_spec.rs
- polkadot/service/src/lib.rs 63 additions, 1 deletionpolkadot/service/src/lib.rs
Please register or sign in to comment