Merge branch 'master' into v0.50.x

This commit is contained in:
James Wilson
2025-11-10 11:39:49 +00:00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ subxt-signer = { path = "../signer", features = ["unstable-eth"] }
subxt-rpcs = { workspace = true, features = ["subxt", "mock-rpc-client"] }
# Tracing subscriber is useful for light-client examples to ensure that
# the `bootNodes` and chain spec are configured correctly. If all is fine, then
# the light-client wlll emit INFO logs with
# the light-client will emit INFO logs with
# `GrandPa warp sync finished` and `Finalized block runtime ready.`
tracing-subscriber = { workspace = true }
# These deps are needed to test the reconnecting rpc client