Support both polkadot and kusama runtimes (#704)
* Allow both polkadot and kusama runtimes * Allow both polkadot and kusama runtimes * Make `collator` build * Removed kusama runtime * Introduced common runtime * Updated for latest substrate * Updated CI targets * Updated CI version check * Removed unused dependency * Pulled latests substrate * Pulled latest substrate * Fixed version * Apply suggestions from code review Co-Authored-By:Bastian Köcher <bkchr@users.noreply.github.com> * NEW_HEADS_IDENTIFIER moved to primitives * Updated CI check script * Fixed script * Set epoch duration for polkadot * ci: check_runtime for both runtimes Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
gabriel klawitter <gabreal@users.noreply.github.com>
Showing
- polkadot/.gitlab-ci.yml 2 additions, 2 deletionspolkadot/.gitlab-ci.yml
- polkadot/Cargo.lock 118 additions, 17 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 5 additions, 3 deletionspolkadot/Cargo.toml
- polkadot/availability-store/Cargo.toml 0 additions, 1 deletionpolkadot/availability-store/Cargo.toml
- polkadot/cli/src/chain_spec.rs 13 additions, 6 deletionspolkadot/cli/src/chain_spec.rs
- polkadot/cli/src/lib.rs 111 additions, 106 deletionspolkadot/cli/src/lib.rs
- polkadot/collator/Cargo.toml 2 additions, 2 deletionspolkadot/collator/Cargo.toml
- polkadot/collator/src/lib.rs 179 additions, 192 deletionspolkadot/collator/src/lib.rs
- polkadot/executor/Cargo.toml 0 additions, 10 deletionspolkadot/executor/Cargo.toml
- polkadot/executor/README.adoc 0 additions, 5 deletionspolkadot/executor/README.adoc
- polkadot/primitives/Cargo.toml 2 additions, 0 deletionspolkadot/primitives/Cargo.toml
- polkadot/primitives/src/parachain.rs 5 additions, 0 deletionspolkadot/primitives/src/parachain.rs
- polkadot/rpc/Cargo.toml 1 addition, 2 deletionspolkadot/rpc/Cargo.toml
- polkadot/rpc/src/lib.rs 6 additions, 5 deletionspolkadot/rpc/src/lib.rs
- polkadot/runtime/common/Cargo.toml 73 additions, 0 deletionspolkadot/runtime/common/Cargo.toml
- polkadot/runtime/common/src/attestations.rs 0 additions, 0 deletionspolkadot/runtime/common/src/attestations.rs
- polkadot/runtime/common/src/claims.rs 0 additions, 0 deletionspolkadot/runtime/common/src/claims.rs
- polkadot/runtime/common/src/crowdfund.rs 0 additions, 0 deletionspolkadot/runtime/common/src/crowdfund.rs
- polkadot/runtime/common/src/impls.rs 42 additions, 17 deletionspolkadot/runtime/common/src/impls.rs
- polkadot/runtime/common/src/lib.rs 56 additions, 0 deletionspolkadot/runtime/common/src/lib.rs
Please register or sign in to comment