Skip to content

Commit 663caed

Browse files
authored
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
1 parent 2ec9c2e commit 663caed

File tree

3 files changed

+63
-29
lines changed

3 files changed

+63
-29
lines changed

Cargo.lock

Lines changed: 60 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ hyper = "1"
127127
http-body = "1"
128128

129129
# Light client support:
130-
smoldot = { version = "0.19.3", default-features = false }
131-
smoldot-light = { version = "0.17.1", default-features = false }
130+
smoldot = { version = "0.20.0", default-features = false }
131+
smoldot-light = { version = "0.18.0", default-features = false }
132132
tokio-stream = "0.1.16"
133133
futures-util = "0.3.31"
134134
rand = "0.8.5"

testing/integration-tests/src/full_client/blocks.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ async fn decode_transaction_extensions_from_blocks() {
351351
"CheckWeight",
352352
"ChargeAssetTxPayment",
353353
"CheckMetadataHash",
354+
"EthSetOrigin",
354355
"WeightReclaim",
355356
];
356357

0 commit comments

Comments
 (0)