Parachain improvements (#1905)
* Parachain improvements - Set the parachains configuration in Rococo genesis - Don't stop the overseer when a subsystem job is stopped - Several small code changes * Remove unused functionality * Return error from the runtime instead of printing it * Apply suggestions from code review Co-authored-by:Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com> * Update primitives/src/v1.rs Co-authored-by:
Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com> * Update primitives/src/v1.rs Co-authored-by:
Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com> * Fix test * Revert "Update primitives/src/v1.rs" This reverts commit 11fce2785acd1de481ca57815b8e18400f09fd52. * Revert "Update primitives/src/v1.rs" This reverts commit d6439fed4f954360c89fb1e12b73954902c76a41. * Revert "Return error from the runtime instead of printing it" This reverts commit cb4b5c0830ac516a6d54b2c24197e9354f2b98cb. * Revert "Fix test" This reverts commit 0c5fa1b5566d4cd3c55a55d485e707165ce7a59e. * Update runtime/parachains/src/runtime_api_impl/v1.rs Co-authored-by:
Sergei Shulepov <sergei@parity.io> Co-authored-by:
Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com> Co-authored-by:
Sergei Shulepov <sergei@parity.io>
Showing
- polkadot/Cargo.lock 2 additions, 2 deletionspolkadot/Cargo.lock
- polkadot/node/core/backing/src/lib.rs 2 additions, 2 deletionspolkadot/node/core/backing/src/lib.rs
- polkadot/node/core/candidate-selection/src/lib.rs 2 additions, 5 deletionspolkadot/node/core/candidate-selection/src/lib.rs
- polkadot/node/core/candidate-validation/src/lib.rs 2 additions, 2 deletionspolkadot/node/core/candidate-validation/src/lib.rs
- polkadot/node/network/collator-protocol/src/collator_side.rs 1 addition, 3 deletionspolkadot/node/network/collator-protocol/src/collator_side.rs
- polkadot/node/network/collator-protocol/src/validator_side.rs 2 additions, 4 deletions...adot/node/network/collator-protocol/src/validator_side.rs
- polkadot/node/overseer/src/lib.rs 2 additions, 0 deletionspolkadot/node/overseer/src/lib.rs
- polkadot/node/service/Cargo.toml 1 addition, 0 deletionspolkadot/node/service/Cargo.toml
- polkadot/node/service/src/chain_spec.rs 22 additions, 0 deletionspolkadot/node/service/src/chain_spec.rs
- polkadot/node/subsystem-util/src/lib.rs 65 additions, 146 deletionspolkadot/node/subsystem-util/src/lib.rs
- polkadot/runtime/parachains/Cargo.toml 3 additions, 6 deletionspolkadot/runtime/parachains/Cargo.toml
- polkadot/runtime/parachains/src/configuration.rs 2 additions, 2 deletionspolkadot/runtime/parachains/src/configuration.rs
- polkadot/runtime/parachains/src/runtime_api_impl/v1.rs 15 additions, 2 deletionspolkadot/runtime/parachains/src/runtime_api_impl/v1.rs
- polkadot/runtime/rococo/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/rococo/src/lib.rs
Please register or sign in to comment