Bump smoldot / smoldot-light to latest (#2110)

* Bump smoldot / smoldot-light

* Add new EthSetOrigin tx extension to fix test on new polkadot

* Fix runtime API call in test
This commit is contained in:
James Wilson
2025-10-21 22:44:22 +01:00
committed by GitHub
parent 2ec9c2e57c
commit 663caed412
3 changed files with 63 additions and 29 deletions
+2 -2
View File
@@ -127,8 +127,8 @@ hyper = "1"
http-body = "1"
# Light client support:
smoldot = { version = "0.19.3", default-features = false }
smoldot-light = { version = "0.17.1", default-features = false }
smoldot = { version = "0.20.0", default-features = false }
smoldot-light = { version = "0.18.0", default-features = false }
tokio-stream = "0.1.16"
futures-util = "0.3.31"
rand = "0.8.5"