Adds AuraConsensusDataProvider (#10503)

* adds support for parachains to test-runner

* adds file header

* Apply suggestions from code review

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>

* proper docs, remove unused _client

* fixes

* Update client/consensus/manual-seal/src/consensus/timestamp.rs

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>

* Update client/consensus/manual-seal/src/consensus/timestamp.rs

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>

* pr fixes

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
This commit is contained in:
Seun Lanlege
2022-01-10 15:39:04 +01:00
committed by GitHub
parent 2178cb1939
commit a4057bb9e2
17 changed files with 278 additions and 1368 deletions
+2 -67
View File
@@ -7995,6 +7995,7 @@ dependencies = [
"sc-basic-authorship",
"sc-client-api",
"sc-consensus",
"sc-consensus-aura",
"sc-consensus-babe",
"sc-consensus-epochs",
"sc-transaction-pool",
@@ -8003,6 +8004,7 @@ dependencies = [
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-consensus-aura",
"sp-consensus-babe",
"sp-consensus-slots",
"sp-core",
@@ -10457,73 +10459,6 @@ dependencies = [
"winapi-util",
]
[[package]]
name = "test-runner"
version = "0.9.0"
dependencies = [
"frame-system",
"futures 0.3.16",
"jsonrpc-core",
"log 0.4.14",
"num-traits",
"sc-basic-authorship",
"sc-cli",
"sc-client-api",
"sc-consensus",
"sc-consensus-babe",
"sc-consensus-manual-seal",
"sc-executor",
"sc-finality-grandpa",
"sc-informant",
"sc-network",
"sc-rpc",
"sc-rpc-server",
"sc-service",
"sc-transaction-pool",
"sc-transaction-pool-api",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-externalities",
"sp-finality-grandpa",
"sp-inherents",
"sp-keyring",
"sp-offchain",
"sp-runtime",
"sp-runtime-interface",
"sp-session",
"sp-state-machine",
"sp-transaction-pool",
"sp-wasm-interface",
"tokio",
]
[[package]]
name = "test-runner-example"
version = "0.1.0"
dependencies = [
"frame-benchmarking",
"frame-system",
"node-cli",
"node-primitives",
"node-runtime",
"pallet-asset-tx-payment",
"pallet-transaction-payment",
"sc-consensus",
"sc-consensus-babe",
"sc-consensus-manual-seal",
"sc-executor",
"sc-finality-grandpa",
"sc-service",
"sp-consensus-babe",
"sp-keyring",
"sp-runtime",
"test-runner",
]
[[package]]
name = "textwrap"
version = "0.11.0"