Remove old service, 3rd try (#1776)
* Remove old service, 3rd try i.e. Revert "Revert "Remove Old Service, 2nd try (#1732)" (#1758)" This reverts commit 9a0f08bf . Closes #1757. We now have some evidence that the polkadot validator was producing blocks after all; the reason the blocks_constructed metric was 0 was that as a new metric it hadn't yet been incorporated into that branch's codebase. See https://github.com/paritytech/polkadot/issues/1757#issuecomment-700977602 As this PR is based on a newer `master` branch than the previous one, that should hopefully no longer be an issue. * paras trait now has an Origin type * initial work running a two node local net * use the right incantations so the nodes produce blocks together * improve internal documentation Co-authored-by:Bastian Köcher <git@kchr.de>
Showing
- polkadot/Cargo.lock 4 additions, 60 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 6 deletionspolkadot/Cargo.toml
- polkadot/cli/Cargo.toml 3 additions, 5 deletionspolkadot/cli/Cargo.toml
- polkadot/cli/src/cli.rs 4 additions, 0 deletionspolkadot/cli/src/cli.rs
- polkadot/cli/src/command.rs 18 additions, 10 deletionspolkadot/cli/src/command.rs
- polkadot/cli/src/lib.rs 3 additions, 10 deletionspolkadot/cli/src/lib.rs
- polkadot/node/service/Cargo.toml 54 additions, 41 deletionspolkadot/node/service/Cargo.toml
- polkadot/node/service/res/.gitignore 1 addition, 0 deletionspolkadot/node/service/res/.gitignore
- polkadot/node/service/res/kusama.json 0 additions, 0 deletionspolkadot/node/service/res/kusama.json
- polkadot/node/service/res/polkadot.json 0 additions, 0 deletionspolkadot/node/service/res/polkadot.json
- polkadot/node/service/res/rococo.json 120 additions, 0 deletionspolkadot/node/service/res/rococo.json
- polkadot/node/service/res/westend.json 0 additions, 0 deletionspolkadot/node/service/res/westend.json
- polkadot/node/service/src/chain_spec.rs 760 additions, 297 deletionspolkadot/node/service/src/chain_spec.rs
- polkadot/node/service/src/client.rs 68 additions, 1 deletionpolkadot/node/service/src/client.rs
- polkadot/node/service/src/grandpa_support.rs 8 additions, 28 deletionspolkadot/node/service/src/grandpa_support.rs
- polkadot/node/service/src/lib.rs 124 additions, 55 deletionspolkadot/node/service/src/lib.rs
- polkadot/node/test-service/Cargo.toml 2 additions, 1 deletionpolkadot/node/test-service/Cargo.toml
- polkadot/node/test-service/src/lib.rs 14 additions, 23 deletionspolkadot/node/test-service/src/lib.rs
- polkadot/runtime/kusama/src/lib.rs 3 additions, 3 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/parachains/src/paras.rs 1 addition, 1 deletionpolkadot/runtime/parachains/src/paras.rs
Please register or sign in to comment