mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
Update test-runner api (#9302)
* better apis * .... * ... * Genensis -> UnimportedGenesis * adds rpc for runtime upgrades * simplify test-runner * clean up test-runner api * remove unused imports * fix doc-test * fix line width * correct Node::clean * correct Node::clean * add deny rules * remove unused extern crates * remove mutex from node * Update test-utils/test-runner/Cargo.toml Co-authored-by: Andronik Ordian <write@reusable.software> * adds docs, removes Node::clean Co-authored-by: Andronik Ordian <write@reusable.software> Co-authored-by: Seun Lanlege <seun@parity.io>
This commit is contained in:
Generated
+6
-3
@@ -9898,16 +9898,19 @@ dependencies = [
|
||||
name = "test-runner"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"env_logger 0.7.1",
|
||||
"frame-system",
|
||||
"futures 0.3.15",
|
||||
"jsonrpc-core",
|
||||
"log",
|
||||
"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",
|
||||
@@ -9919,10 +9922,10 @@ dependencies = [
|
||||
"sp-block-builder",
|
||||
"sp-blockchain",
|
||||
"sp-consensus",
|
||||
"sp-consensus-babe",
|
||||
"sp-core",
|
||||
"sp-externalities",
|
||||
"sp-inherents",
|
||||
"sp-io",
|
||||
"sp-keyring",
|
||||
"sp-keystore",
|
||||
"sp-offchain",
|
||||
@@ -9959,6 +9962,7 @@ dependencies = [
|
||||
"sc-network",
|
||||
"sc-service",
|
||||
"sp-api",
|
||||
"sp-consensus",
|
||||
"sp-consensus-babe",
|
||||
"sp-inherents",
|
||||
"sp-keyring",
|
||||
@@ -10116,7 +10120,6 @@ dependencies = [
|
||||
"libc",
|
||||
"memchr",
|
||||
"mio",
|
||||
"mio-named-pipes",
|
||||
"mio-uds",
|
||||
"num_cpus",
|
||||
"pin-project-lite 0.1.12",
|
||||
|
||||
Reference in New Issue
Block a user