Companion for removal of execution strategies (#7443)
* Companion for removal of execution strategies https://github.com/paritytech/substrate/pull/14387 * Fix some tests ** Adapt to latest changes * Start supporting the offchain transaction pool * Fix tests * FMT * Remove patches * Update Substrate * update lockfile for {"substrate"} * Fix parachain upgrade smoke test * Fix test * Rewrite all tests to use `MockSubstemClient` --------- Co-authored-by: parity-processbot <>
Showing
- polkadot/Cargo.lock 200 additions, 191 deletionspolkadot/Cargo.lock
- polkadot/node/core/runtime-api/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/runtime-api/Cargo.toml
- polkadot/node/core/runtime-api/src/tests.rs 272 additions, 248 deletionspolkadot/node/core/runtime-api/src/tests.rs
- polkadot/node/malus/src/variants/back_garbage_candidate.rs 5 additions, 1 deletionpolkadot/node/malus/src/variants/back_garbage_candidate.rs
- polkadot/node/malus/src/variants/dispute_valid_candidates.rs 5 additions, 1 deletionpolkadot/node/malus/src/variants/dispute_valid_candidates.rs
- polkadot/node/malus/src/variants/suggest_garbage_candidate.rs 5 additions, 1 deletion...adot/node/malus/src/variants/suggest_garbage_candidate.rs
- polkadot/node/metrics/Cargo.toml 0 additions, 1 deletionpolkadot/node/metrics/Cargo.toml
- polkadot/node/metrics/src/tests.rs 0 additions, 10 deletionspolkadot/node/metrics/src/tests.rs
- polkadot/node/service/Cargo.toml 1 addition, 0 deletionspolkadot/node/service/Cargo.toml
- polkadot/node/service/src/lib.rs 38 additions, 28 deletionspolkadot/node/service/src/lib.rs
- polkadot/node/service/src/overseer.rs 22 additions, 6 deletionspolkadot/node/service/src/overseer.rs
- polkadot/node/subsystem-types/Cargo.toml 1 addition, 0 deletionspolkadot/node/subsystem-types/Cargo.toml
- polkadot/node/subsystem-types/src/lib.rs 1 addition, 1 deletionpolkadot/node/subsystem-types/src/lib.rs
- polkadot/node/subsystem-types/src/runtime_client.rs 59 additions, 31 deletionspolkadot/node/subsystem-types/src/runtime_client.rs
- polkadot/node/test/client/src/lib.rs 1 addition, 6 deletionspolkadot/node/test/client/src/lib.rs
- polkadot/node/test/service/src/lib.rs 1 addition, 9 deletionspolkadot/node/test/service/src/lib.rs
- polkadot/rpc/src/lib.rs 13 additions, 6 deletionspolkadot/rpc/src/lib.rs
- polkadot/scripts/ci/gitlab/pipeline/short-benchmarks.yml 1 addition, 1 deletionpolkadot/scripts/ci/gitlab/pipeline/short-benchmarks.yml
- polkadot/scripts/ci/run_benches_for_runtime.sh 0 additions, 2 deletionspolkadot/scripts/ci/run_benches_for_runtime.sh
- polkadot/tests/benchmark_block.rs 1 addition, 1 deletionpolkadot/tests/benchmark_block.rs
Please register or sign in to comment