From 77ceb86f9a4ab03156512eef303405cf4bbffe6e Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 22 Sep 2025 02:20:57 -0400 Subject: [PATCH] Update to a version of substrate without `wasmtimer` Turns out `wasmtimer` is WASM only. This should restore the node's functioning on non-WASM environments. --- Cargo.lock | 226 ++++++++---------- coordinator/Cargo.toml | 6 +- processor/Cargo.toml | 2 +- substrate/abi/Cargo.toml | 12 +- substrate/client/Cargo.toml | 6 +- substrate/coins/pallet/Cargo.toml | 14 +- substrate/coins/primitives/Cargo.toml | 2 +- substrate/dex/pallet/Cargo.toml | 16 +- substrate/economic-security/pallet/Cargo.toml | 4 +- substrate/emissions/pallet/Cargo.toml | 8 +- substrate/genesis-liquidity/pallet/Cargo.toml | 10 +- .../genesis-liquidity/primitives/Cargo.toml | 2 +- substrate/in-instructions/pallet/Cargo.toml | 14 +- .../in-instructions/primitives/Cargo.toml | 4 +- substrate/node/Cargo.toml | 58 ++--- substrate/primitives/Cargo.toml | 12 +- substrate/runtime/Cargo.toml | 52 ++-- substrate/signals/pallet/Cargo.toml | 8 +- substrate/validator-sets/pallet/Cargo.toml | 24 +- .../validator-sets/primitives/Cargo.toml | 4 +- 20 files changed, 235 insertions(+), 249 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0366ecf7..6c6667d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2870,7 +2870,7 @@ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "fork-tree" version = "13.0.1" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "parity-scale-codec", ] @@ -2903,7 +2903,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "41.0.1" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "frame-support", "frame-support-procedural", @@ -2926,7 +2926,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "41.0.1" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "frame-support", "frame-system", @@ -2942,7 +2942,7 @@ dependencies = [ [[package]] name = "frame-support" version = "41.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -2975,7 +2975,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "34.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "Inflector", "cfg-expr", @@ -2994,7 +2994,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.1" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.3.0", @@ -3006,7 +3006,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "proc-macro2", "quote", @@ -3016,7 +3016,7 @@ dependencies = [ [[package]] name = "frame-system" version = "41.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "cfg-if", "frame-support", @@ -3033,7 +3033,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "parity-scale-codec", "sp-api", @@ -3042,7 +3042,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.47.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "frame-support", "parity-scale-codec", @@ -6158,7 +6158,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "41.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "frame-support", "frame-system", @@ -6170,7 +6170,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "41.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6191,7 +6191,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "41.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6211,7 +6211,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "41.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "frame-support", "frame-system", @@ -6222,7 +6222,7 @@ dependencies = [ [[package]] name = "pallet-session-original" version = "41.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "frame-support", "frame-system", @@ -6242,7 +6242,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "40.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6257,7 +6257,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "41.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6271,7 +6271,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "44.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6287,7 +6287,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "41.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7678,7 +7678,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "32.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "log", "sp-core", @@ -7689,7 +7689,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.51.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "async-trait", "futures", @@ -7720,7 +7720,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.50.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "futures", "log", @@ -7741,7 +7741,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.45.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "parity-scale-codec", "sp-api", @@ -7756,7 +7756,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "44.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "array-bytes", "parity-scale-codec", @@ -7780,7 +7780,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -7791,7 +7791,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.53.1" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "array-bytes", "chrono", @@ -7832,7 +7832,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "40.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "fnv", "futures", @@ -7858,7 +7858,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.47.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "hash-db", "kvdb", @@ -7885,7 +7885,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.50.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "async-trait", "futures", @@ -7908,7 +7908,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.51.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "async-trait", "fork-tree", @@ -7944,7 +7944,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.50.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7957,7 +7957,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.36.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "ahash", "array-bytes", @@ -8001,7 +8001,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.50.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "async-trait", "futures", @@ -8024,7 +8024,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.43.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "parity-scale-codec", "parking_lot", @@ -8046,7 +8046,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.39.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -8058,7 +8058,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.39.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "anyhow", "log", @@ -8074,7 +8074,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.50.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "console", "futures", @@ -8090,7 +8090,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "36.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "array-bytes", "parking_lot", @@ -8104,7 +8104,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.51.1" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "array-bytes", "async-channel", @@ -8143,14 +8143,13 @@ dependencies = [ "tokio", "tokio-stream", "unsigned-varint 0.8.0", - "wasmtimer", "zeroize", ] [[package]] name = "sc-network-common" version = "0.49.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -8160,7 +8159,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.51.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "ahash", "futures", @@ -8179,7 +8178,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.50.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "array-bytes", "async-channel", @@ -8200,7 +8199,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.50.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "array-bytes", "async-channel", @@ -8235,7 +8234,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.50.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "array-bytes", "futures", @@ -8254,7 +8253,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.17.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "bs58", "bytes", @@ -8275,7 +8274,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.20.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8284,7 +8283,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "46.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "futures", "jsonrpsee", @@ -8314,7 +8313,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.50.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8332,7 +8331,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "23.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -8356,7 +8355,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.51.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "array-bytes", "futures", @@ -8389,7 +8388,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.52.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "async-trait", "directories 6.0.0", @@ -8451,7 +8450,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.39.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "log", "parity-scale-codec", @@ -8462,7 +8461,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "43.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "derive_more 1.0.0", "futures", @@ -8482,7 +8481,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "29.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "chrono", "futures", @@ -8495,13 +8494,13 @@ dependencies = [ "serde", "serde_json", "thiserror 2.0.16", - "wasmtimer", + "tokio", ] [[package]] name = "sc-tracing" version = "40.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "chrono", "console", @@ -8528,7 +8527,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.1.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -8539,7 +8538,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "40.1.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "async-trait", "futures", @@ -8569,7 +8568,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "40.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "async-trait", "futures", @@ -8586,7 +8585,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "19.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "async-channel", "futures", @@ -9787,7 +9786,7 @@ dependencies = [ [[package]] name = "sp-api" version = "37.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "hash-db", "log", @@ -9806,7 +9805,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "23.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "Inflector", "blake2", @@ -9820,7 +9819,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "41.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "parity-scale-codec", "serde", @@ -9831,7 +9830,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "27.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "integer-sqrt", "num-traits", @@ -9843,7 +9842,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "37.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "parity-scale-codec", "sp-api", @@ -9853,7 +9852,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "37.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "sp-api", "sp-inherents", @@ -9863,7 +9862,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "40.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "futures", "parity-scale-codec", @@ -9882,7 +9881,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.43.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "async-trait", "futures", @@ -9896,7 +9895,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.43.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "async-trait", "parity-scale-codec", @@ -9913,7 +9912,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "24.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "finality-grandpa", "log", @@ -9929,7 +9928,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.43.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "parity-scale-codec", "serde", @@ -9939,7 +9938,7 @@ dependencies = [ [[package]] name = "sp-core" version = "37.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -9977,7 +9976,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "blake2b_simd", "byteorder", @@ -9990,7 +9989,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "quote", "sp-crypto-hashing", @@ -10000,7 +9999,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "kvdb", "parking_lot", @@ -10009,7 +10008,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "proc-macro2", "quote", @@ -10019,7 +10018,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.30.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "environmental", "parity-scale-codec", @@ -10029,7 +10028,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.18.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "parity-scale-codec", "sp-api", @@ -10038,7 +10037,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "37.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10050,7 +10049,7 @@ dependencies = [ [[package]] name = "sp-io" version = "41.0.1" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "bytes", "log", @@ -10071,7 +10070,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "42.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "sp-core", "sp-runtime", @@ -10081,7 +10080,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.43.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "parity-scale-codec", "parking_lot", @@ -10092,7 +10091,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "thiserror 2.0.16", "zstd", @@ -10101,7 +10100,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "37.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "sp-api", "sp-core", @@ -10111,7 +10110,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.2" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "backtrace", "regex", @@ -10120,7 +10119,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "35.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "rustc-hash 2.1.1", "serde", @@ -10130,7 +10129,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "42.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "either", "hash256-std-hasher", @@ -10154,7 +10153,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "30.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "bytes", "parity-scale-codec", @@ -10168,7 +10167,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "19.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "Inflector", "expander", @@ -10181,7 +10180,7 @@ dependencies = [ [[package]] name = "sp-session" version = "39.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "parity-scale-codec", "sp-api", @@ -10194,7 +10193,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "39.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10206,7 +10205,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.46.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "hash-db", "log", @@ -10226,12 +10225,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" [[package]] name = "sp-storage" version = "22.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10243,7 +10242,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "37.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "async-trait", "parity-scale-codec", @@ -10255,7 +10254,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.1.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "parity-scale-codec", "tracing", @@ -10266,7 +10265,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "37.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "sp-api", "sp-runtime", @@ -10275,7 +10274,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "40.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "ahash", "foldhash 0.1.5", @@ -10299,7 +10298,7 @@ dependencies = [ [[package]] name = "sp-version" version = "40.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10315,7 +10314,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "15.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "parity-scale-codec", "proc-macro-warning 1.84.1", @@ -10327,7 +10326,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "22.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10339,7 +10338,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "32.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -10493,12 +10492,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" [[package]] name = "substrate-frame-rpc-system" version = "45.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -10517,7 +10516,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.6" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "http-body-util", "hyper 1.7.0", @@ -10531,7 +10530,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "27.0.0" -source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=7f2a8865cd0ded35e1d62fc330915d44dfa3beab#7f2a8865cd0ded35e1d62fc330915d44dfa3beab" +source = "git+https://github.com/serai-dex/patch-polkadot-sdk?rev=b225e429397af981afda8a3d48be027926c466ba#b225e429397af981afda8a3d48be027926c466ba" dependencies = [ "cargo_metadata", "console", @@ -11805,19 +11804,6 @@ dependencies = [ "syn 2.0.106", ] -[[package]] -name = "wasmtimer" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b" -dependencies = [ - "futures", - "js-sys", - "parking_lot", - "pin-utils", - "wasm-bindgen", -] - [[package]] name = "web-sys" version = "0.3.80" diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 212de24a..b2163b5f 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -42,7 +42,7 @@ processor-messages = { package = "serai-processor-messages", path = "../processo message-queue = { package = "serai-message-queue", path = "../message-queue" } tributary = { package = "tributary-chain", path = "./tributary" } -sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false, features = ["std"] } +sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false, features = ["std"] } serai-client = { path = "../substrate/client", default-features = false, features = ["serai", "borsh"] } hex = { version = "0.4", default-features = false, features = ["std"] } @@ -57,8 +57,8 @@ libp2p = { version = "0.52", default-features = false, features = ["tokio", "tcp [dev-dependencies] tributary = { package = "tributary-chain", path = "./tributary", features = ["tests"] } -sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false, features = ["std"] } -sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false, features = ["std"] } +sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false, features = ["std"] } +sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false, features = ["std"] } [features] longer-reattempts = [] diff --git a/processor/Cargo.toml b/processor/Cargo.toml index 89147266..a0962839 100644 --- a/processor/Cargo.toml +++ b/processor/Cargo.toml @@ -76,7 +76,7 @@ message-queue = { package = "serai-message-queue", path = "../message-queue", op [dev-dependencies] frost = { package = "modular-frost", path = "../crypto/frost", features = ["tests"] } -sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false, features = ["std"] } +sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false, features = ["std"] } ethereum-serai = { path = "../networks/ethereum", default-features = false, features = ["tests"] } diff --git a/substrate/abi/Cargo.toml b/substrate/abi/Cargo.toml index cd8d8791..fff41507 100644 --- a/substrate/abi/Cargo.toml +++ b/substrate/abi/Cargo.toml @@ -21,14 +21,14 @@ scale = { package = "parity-scale-codec", version = "3", default-features = fals borsh = { version = "1", default-features = false, features = ["derive", "de_strict_order"], optional = true } serde = { version = "1", default-features = false, features = ["derive", "alloc"], optional = true } -sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -sp-consensus-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-consensus-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } serai-primitives = { path = "../primitives", version = "0.1", default-features = false } serai-coins-primitives = { path = "../coins/primitives", version = "0.1", default-features = false } diff --git a/substrate/client/Cargo.toml b/substrate/client/Cargo.toml index 5afece9b..e1c00d69 100644 --- a/substrate/client/Cargo.toml +++ b/substrate/client/Cargo.toml @@ -28,9 +28,9 @@ serde_json = { version = "1", optional = true } serai-abi = { path = "../abi", version = "0.1" } multiaddr = { version = "0.18", optional = true } -sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", optional = true } -sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", optional = true } -frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", optional = true } +sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", optional = true } +sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", optional = true } +frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", optional = true } async-lock = "3" diff --git a/substrate/coins/pallet/Cargo.toml b/substrate/coins/pallet/Cargo.toml index 1606f4e1..f48588a4 100644 --- a/substrate/coins/pallet/Cargo.toml +++ b/substrate/coins/pallet/Cargo.toml @@ -21,20 +21,20 @@ workspace = true [dependencies] scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } -frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -pallet-transaction-payment = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +pallet-transaction-payment = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } serai-primitives = { path = "../../primitives", default-features = false, features = ["serde"] } coins-primitives = { package = "serai-coins-primitives", path = "../primitives", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false, features = ["std"] } +sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false, features = ["std"] } [features] std = [ diff --git a/substrate/coins/primitives/Cargo.toml b/substrate/coins/primitives/Cargo.toml index 29196bd9..72dffac6 100644 --- a/substrate/coins/primitives/Cargo.toml +++ b/substrate/coins/primitives/Cargo.toml @@ -25,7 +25,7 @@ scale = { package = "parity-scale-codec", version = "3", default-features = fals serai-primitives = { path = "../../primitives", default-features = false } [dev-dependencies] -sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } [features] std = ["zeroize", "borsh?/std", "serde?/std", "scale/std", "sp-runtime/std", "serai-primitives/std"] diff --git a/substrate/dex/pallet/Cargo.toml b/substrate/dex/pallet/Cargo.toml index bc107145..038cdfd3 100644 --- a/substrate/dex/pallet/Cargo.toml +++ b/substrate/dex/pallet/Cargo.toml @@ -21,15 +21,15 @@ workspace = true [dependencies] scale = { package = "parity-scale-codec", version = "3.6.1", default-features = false } -sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-benchmarking = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false, optional = true } +frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-benchmarking = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false, optional = true } coins-pallet = { package = "serai-coins-pallet", path = "../../coins/pallet", default-features = false } diff --git a/substrate/economic-security/pallet/Cargo.toml b/substrate/economic-security/pallet/Cargo.toml index 08d09b09..7be4a9ed 100644 --- a/substrate/economic-security/pallet/Cargo.toml +++ b/substrate/economic-security/pallet/Cargo.toml @@ -21,8 +21,8 @@ workspace = true [dependencies] scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } -frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } dex-pallet = { package = "serai-dex-pallet", path = "../../dex/pallet", default-features = false } coins-pallet = { package = "serai-coins-pallet", path = "../../coins/pallet", default-features = false } diff --git a/substrate/emissions/pallet/Cargo.toml b/substrate/emissions/pallet/Cargo.toml index 1fdfaa00..2a270a34 100644 --- a/substrate/emissions/pallet/Cargo.toml +++ b/substrate/emissions/pallet/Cargo.toml @@ -21,11 +21,11 @@ workspace = true [dependencies] scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } -frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } coins-pallet = { package = "serai-coins-pallet", path = "../../coins/pallet", default-features = false } validator-sets-pallet = { package = "serai-validator-sets-pallet", path = "../../validator-sets/pallet", default-features = false } diff --git a/substrate/genesis-liquidity/pallet/Cargo.toml b/substrate/genesis-liquidity/pallet/Cargo.toml index 429b87e1..d52235f6 100644 --- a/substrate/genesis-liquidity/pallet/Cargo.toml +++ b/substrate/genesis-liquidity/pallet/Cargo.toml @@ -21,12 +21,12 @@ workspace = true [dependencies] scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } -frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } dex-pallet = { package = "serai-dex-pallet", path = "../../dex/pallet", default-features = false } coins-pallet = { package = "serai-coins-pallet", path = "../../coins/pallet", default-features = false } diff --git a/substrate/genesis-liquidity/primitives/Cargo.toml b/substrate/genesis-liquidity/primitives/Cargo.toml index 7ae2017c..cd2cec67 100644 --- a/substrate/genesis-liquidity/primitives/Cargo.toml +++ b/substrate/genesis-liquidity/primitives/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1", default-features = false, features = ["derive", "alloc" scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } serai-primitives = { path = "../../primitives", default-features = false } validator-sets-primitives = { package = "serai-validator-sets-primitives", path = "../../validator-sets/primitives", default-features = false } diff --git a/substrate/in-instructions/pallet/Cargo.toml b/substrate/in-instructions/pallet/Cargo.toml index 901cd837..1ccb10a2 100644 --- a/substrate/in-instructions/pallet/Cargo.toml +++ b/substrate/in-instructions/pallet/Cargo.toml @@ -21,14 +21,14 @@ workspace = true [dependencies] scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive", "max-encoded-len"] } -sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } serai-primitives = { path = "../../primitives", default-features = false } in-instructions-primitives = { package = "serai-in-instructions-primitives", path = "../primitives", default-features = false } diff --git a/substrate/in-instructions/primitives/Cargo.toml b/substrate/in-instructions/primitives/Cargo.toml index abe8d5bb..f2eb9a2a 100644 --- a/substrate/in-instructions/primitives/Cargo.toml +++ b/substrate/in-instructions/primitives/Cargo.toml @@ -22,8 +22,8 @@ serde = { version = "1", default-features = false, features = ["derive", "alloc" scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } serai-primitives = { path = "../../primitives", default-features = false } coins-primitives = { package = "serai-coins-primitives", path = "../../coins/primitives", default-features = false } diff --git a/substrate/node/Cargo.toml b/substrate/node/Cargo.toml index 0ae64b0a..04ecdcf5 100644 --- a/substrate/node/Cargo.toml +++ b/substrate/node/Cargo.toml @@ -29,18 +29,18 @@ schnorrkel = "0.11" libp2p = "0.56" -sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sp-keystore = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sp-timestamp = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sp-state-machine = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sp-blockchain = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sp-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sp-block-builder = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sp-consensus-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } +sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sp-keystore = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sp-timestamp = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sp-state-machine = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sp-blockchain = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sp-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sp-block-builder = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sp-consensus-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } -frame-benchmarking = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } +frame-benchmarking = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } serai-runtime = { path = "../runtime", features = ["std"] } @@ -50,31 +50,31 @@ futures-util = "0.3" tokio = { version = "1", features = ["sync", "rt-multi-thread"] } jsonrpsee = { version = "0.24", features = ["server"] } -sc-transaction-pool = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sc-transaction-pool-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sc-basic-authorship = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sc-executor = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sc-service = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sc-client-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sc-network = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } +sc-transaction-pool = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sc-transaction-pool-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sc-basic-authorship = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sc-executor = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sc-service = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sc-client-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sc-network = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } -sc-consensus = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sc-consensus-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sc-consensus-grandpa = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sc-authority-discovery = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } +sc-consensus = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sc-consensus-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sc-consensus-grandpa = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sc-authority-discovery = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } -sc-telemetry = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sc-chain-spec = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -sc-cli = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } +sc-telemetry = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sc-chain-spec = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +sc-cli = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } -frame-system-rpc-runtime-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -substrate-frame-rpc-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } -pallet-transaction-payment-rpc = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } +frame-system-rpc-runtime-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +substrate-frame-rpc-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } +pallet-transaction-payment-rpc = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } serai-env = { path = "../../common/env" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } +substrate-build-script-utils = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } [features] default = [] diff --git a/substrate/primitives/Cargo.toml b/substrate/primitives/Cargo.toml index 8f9acca4..23a06cf2 100644 --- a/substrate/primitives/Cargo.toml +++ b/substrate/primitives/Cargo.toml @@ -23,13 +23,13 @@ scale = { package = "parity-scale-codec", version = "3", default-features = fals borsh = { version = "1", default-features = false, features = ["derive", "de_strict_order"], optional = true } serde = { version = "1", default-features = false, features = ["derive", "alloc"], optional = true } -sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } [dev-dependencies] rand_core = { version = "0.6", default-features = false, features = ["getrandom"] } diff --git a/substrate/runtime/Cargo.toml b/substrate/runtime/Cargo.toml index 49c939da..9cc5173d 100644 --- a/substrate/runtime/Cargo.toml +++ b/substrate/runtime/Cargo.toml @@ -23,37 +23,37 @@ hashbrown = { version = "0.14", default-features = false, features = ["ahash", " scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -sp-offchain = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-version = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-inherents = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-offchain = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-version = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-inherents = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -sp-session = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-consensus-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-session = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-consensus-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -sp-authority-discovery = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-authority-discovery = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -sp-transaction-pool = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-block-builder = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-transaction-pool = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-block-builder = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-executive = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-benchmarking = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false, optional = true } +frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-executive = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-benchmarking = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false, optional = true } serai-primitives = { path = "../primitives", default-features = false } serai-abi = { path = "../abi", default-features = false, features = ["serde"] } -pallet-timestamp = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -pallet-authorship = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +pallet-timestamp = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +pallet-authorship = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -pallet-transaction-payment = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +pallet-transaction-payment = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } coins-pallet = { package = "serai-coins-pallet", path = "../coins/pallet", default-features = false } dex-pallet = { package = "serai-dex-pallet", path = "../dex/pallet", default-features = false } @@ -68,15 +68,15 @@ in-instructions-pallet = { package = "serai-in-instructions-pallet", path = "../ signals-pallet = { package = "serai-signals-pallet", path = "../signals/pallet", default-features = false } -pallet-session = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -pallet-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -pallet-grandpa = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +pallet-session = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +pallet-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +pallet-grandpa = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } +substrate-wasm-builder = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" } [features] std = [ diff --git a/substrate/signals/pallet/Cargo.toml b/substrate/signals/pallet/Cargo.toml index 20d2d618..eb973e21 100644 --- a/substrate/signals/pallet/Cargo.toml +++ b/substrate/signals/pallet/Cargo.toml @@ -21,11 +21,11 @@ workspace = true [dependencies] scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } serai-primitives = { path = "../../primitives", default-features = false } serai-signals-primitives = { path = "../primitives", default-features = false } diff --git a/substrate/validator-sets/pallet/Cargo.toml b/substrate/validator-sets/pallet/Cargo.toml index 0a2c7dd0..66cc135e 100644 --- a/substrate/validator-sets/pallet/Cargo.toml +++ b/substrate/validator-sets/pallet/Cargo.toml @@ -23,20 +23,20 @@ hashbrown = { version = "0.14", default-features = false, features = ["ahash", " scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-session = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-staking = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-io = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-application-crypto = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-session = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-staking = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +frame-support = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } -pallet-session = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -pallet-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -pallet-grandpa = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +pallet-session = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +pallet-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +pallet-grandpa = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } serai-primitives = { path = "../../primitives", default-features = false } validator-sets-primitives = { package = "serai-validator-sets-primitives", path = "../primitives", default-features = false } diff --git a/substrate/validator-sets/primitives/Cargo.toml b/substrate/validator-sets/primitives/Cargo.toml index eeca8149..f73178f8 100644 --- a/substrate/validator-sets/primitives/Cargo.toml +++ b/substrate/validator-sets/primitives/Cargo.toml @@ -27,8 +27,8 @@ serde = { version = "1", default-features = false, features = ["derive", "alloc" scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive", "max-encoded-len"] } -sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } -sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false } +sp-core = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } +sp-std = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false } serai-primitives = { path = "../../primitives", default-features = false }