Skip to content

Commit b31d304

Browse files
committed
Update patches
1 parent 06ed736 commit b31d304

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

third-party/patches/solana-sbpf.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/Cargo.toml b/Cargo.toml
2-
index b031462..6f81314 100644
2+
index 3b1c0d6..0c735ba 100644
33
--- a/Cargo.toml
44
+++ b/Cargo.toml
55
@@ -31,4 +31,7 @@ shuttle = { version = "0.7.1", optional = true }

third-party/patches/substrate_client_transaction_pool.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/substrate/client/transaction-pool/Cargo.toml b/substrate/client/transaction-pool/Cargo.toml
2-
index 355b1a1..23e226b 100644
2+
index 14238a3..8b83519 100644
33
--- a/substrate/client/transaction-pool/Cargo.toml
44
+++ b/substrate/client/transaction-pool/Cargo.toml
5-
@@ -25,10 +25,10 @@ itertools = { workspace = true }
5+
@@ -29,10 +29,10 @@ itertools = { workspace = true }
66
linked-hash-map = { workspace = true }
77
log = { workspace = true, default-features = true }
88
-parking_lot = { workspace = true, default-features = true }
@@ -15,7 +15,7 @@ index 355b1a1..23e226b 100644
1515
+serde = { features = ["derive", "rc"], workspace = true, default-features = true }
1616
sp-api = { workspace = true, default-features = true }
1717
sp-blockchain = { workspace = true, default-features = true }
18-
@@ -43,4 +43,6 @@ tokio-stream = { workspace = true }
18+
@@ -47,4 +47,6 @@ tokio-stream = { workspace = true }
1919
tracing = { workspace = true, default-features = true }
2020

2121
+test-fuzz = { path = "../../../../../test-fuzz" }

third-party/third_party.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"flags": ["EXPENSIVE", "SKIP_NIGHTLY"],
1414
"url": "https://github.com/paritytech/polkadot-sdk",
15-
"rev": "e1a1e4d88d80cd3883de008378ba5a6d043be362",
15+
"rev": "27fbb06d4b17178da50cc043ef5ec60b0cdfead8",
1616
"patch": "substrate_client_transaction_pool.patch",
1717
"subdir": ".",
1818
"test_package": "sc-transaction-pool",
@@ -32,7 +32,7 @@
3232
{
3333
"flags": [],
3434
"url": "https://github.com/anza-xyz/sbpf",
35-
"rev": "615f120f70d3ef387aab304c5cdf66ad32dae194",
35+
"rev": "9909277fe8ecdae9500cd829814c440263321f1b",
3636
"patch": "solana-sbpf.patch",
3737
"subdir": ".",
3838
"test_package": "solana-sbpf",

0 commit comments

Comments
 (0)