Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit a502cfb

Browse files
bkchrEgorPopelyaev
authored andcommitted
Companion for removal of execution strategies (#7443)
* Companion for removal of execution strategies paritytech/substrate#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 <>
1 parent 2ce6c5d commit a502cfb

File tree

21 files changed

+438
-372
lines changed

21 files changed

+438
-372
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/core/runtime-api/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ polkadot-node-subsystem = { path = "../../subsystem" }
1717
polkadot-node-subsystem-types = { path = "../../subsystem-types" }
1818

1919
[dev-dependencies]
20-
sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" }
21-
sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" }
20+
sp-api = { git = "https://github.com/paritytech/substrate", branch ="polkadot-v1.0.0" }
2221
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" }
23-
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" }
22+
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0"}
23+
async-trait = "0.1.57"
2424
futures = { version = "0.3.21", features = ["thread-pool"] }
2525
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
2626
polkadot-node-primitives = { path = "../../primitives" }

0 commit comments

Comments
 (0)