From 1001f9c2830afa385284fb717d15b6d4a6a6b39a Mon Sep 17 00:00:00 2001 From: Shamil Gadelshin Date: Mon, 1 Sep 2025 00:28:30 +0300 Subject: [PATCH] Apply transaction-pool patch. --- Cargo.lock | 2 +- Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f285ed7004..f84f1c0839 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11479,7 +11479,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-stable2503-6#598feddb893f5ad3923a62e41a2f179b6e10c30c" +source = "git+https://github.com/opentensor/transaction-pool.git?rev=5cc8837d4c237d02c013c50b0a0eb70fdcba75bf#5cc8837d4c237d02c013c50b0a0eb70fdcba75bf" dependencies = [ "async-trait", "futures", diff --git a/Cargo.toml b/Cargo.toml index 291edb8c29..3415b8624d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -295,6 +295,7 @@ pow-faucet = [] [patch."https://github.com/paritytech/polkadot-sdk.git"] sc-consensus-grandpa = { git = "https://github.com/opentensor/grandpa.git", rev = "67ff75e915bd44586b8f8443e457b5b101920da8" } +sc-transaction-pool = { git = "https://github.com/opentensor/transaction-pool.git", rev = "5cc8837d4c237d02c013c50b0a0eb70fdcba75bf" } [patch.crates-io] w3f-bls = { git = "https://github.com/opentensor/bls", branch = "fix-no-std" }