Adds propose parachain pallet (#2243)
* Adds propose parachain pallet * Update runtime/rococo/src/propose_parachain.rs Co-authored-by:Shawn Tabrizi <shawntabrizi@gmail.com> * Fix runtime benchmarks * Get rid of staking * Fix benchmarking feature.. * Remove accidentally added crate * Bump Rococo spec_version Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
parent
978bd862
Showing
- polkadot/Cargo.lock 1 addition, 0 deletionspolkadot/Cargo.lock
- polkadot/node/service/Cargo.toml 8 additions, 1 deletionpolkadot/node/service/Cargo.toml
- polkadot/node/service/src/chain_spec.rs 0 additions, 2 deletionspolkadot/node/service/src/chain_spec.rs
- polkadot/runtime/common/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/common/src/lib.rs
- polkadot/runtime/parachains/src/paras.rs 1 addition, 1 deletionpolkadot/runtime/parachains/src/paras.rs
- polkadot/runtime/rococo/Cargo.toml 14 additions, 0 deletionspolkadot/runtime/rococo/Cargo.toml
- polkadot/runtime/rococo/src/lib.rs 70 additions, 71 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/rococo/src/propose_parachain.rs 380 additions, 0 deletionspolkadot/runtime/rococo/src/propose_parachain.rs
Please register or sign in to comment