Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into update-subxt-v0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Nov 23, 2023
2 parents 44f612f + e4e464a commit b2db9f7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
29 changes: 20 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
codec = { package = "parity-scale-codec", version = "3.0.0" }
scale-info = { package = "scale-info", version = "2.10.0" }
clap = { version = "4.4", features = ["derive", "env"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
jsonrpsee = { version = "0.20", features = ["ws-client"] }
log = "0.4"
serde = "1.0"
Expand Down
1 change: 1 addition & 0 deletions tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ pub fn run_polkadot_node(chain: Chain) -> (KillChildOnDrop, String) {
"--execution",
"Native",
"--offchain-worker=Never",
"--rpc-cors=all",
])
.spawn()
.unwrap(),
Expand Down

0 comments on commit b2db9f7

Please sign in to comment.