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.
This commit is contained in:
Luke Parker
2025-09-22 02:20:57 -04:00
parent 486409c9ef
commit 77ceb86f9a
20 changed files with 235 additions and 249 deletions

226
Cargo.lock generated
View File

@@ -2870,7 +2870,7 @@ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
[[package]] [[package]]
name = "fork-tree" name = "fork-tree"
version = "13.0.1" 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 = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
] ]
@@ -2903,7 +2903,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619"
[[package]] [[package]]
name = "frame-benchmarking" name = "frame-benchmarking"
version = "41.0.1" 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 = [ dependencies = [
"frame-support", "frame-support",
"frame-support-procedural", "frame-support-procedural",
@@ -2926,7 +2926,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-executive" name = "frame-executive"
version = "41.0.1" 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 = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -2942,7 +2942,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-support" name = "frame-support"
version = "41.0.0" 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 = [ dependencies = [
"array-bytes", "array-bytes",
"bitflags 1.3.2", "bitflags 1.3.2",
@@ -2975,7 +2975,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-support-procedural" name = "frame-support-procedural"
version = "34.0.0" 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 = [ dependencies = [
"Inflector", "Inflector",
"cfg-expr", "cfg-expr",
@@ -2994,7 +2994,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-support-procedural-tools" name = "frame-support-procedural-tools"
version = "13.0.1" 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 = [ dependencies = [
"frame-support-procedural-tools-derive", "frame-support-procedural-tools-derive",
"proc-macro-crate 3.3.0", "proc-macro-crate 3.3.0",
@@ -3006,7 +3006,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-support-procedural-tools-derive" name = "frame-support-procedural-tools-derive"
version = "12.0.0" 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 = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -3016,7 +3016,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-system" name = "frame-system"
version = "41.0.0" 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 = [ dependencies = [
"cfg-if", "cfg-if",
"frame-support", "frame-support",
@@ -3033,7 +3033,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-system-rpc-runtime-api" name = "frame-system-rpc-runtime-api"
version = "37.0.0" 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 = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -3042,7 +3042,7 @@ dependencies = [
[[package]] [[package]]
name = "frame-try-runtime" name = "frame-try-runtime"
version = "0.47.0" 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 = [ dependencies = [
"frame-support", "frame-support",
"parity-scale-codec", "parity-scale-codec",
@@ -6158,7 +6158,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-authorship" name = "pallet-authorship"
version = "41.0.0" 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 = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -6170,7 +6170,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-babe" name = "pallet-babe"
version = "41.0.0" 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 = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -6191,7 +6191,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-grandpa" name = "pallet-grandpa"
version = "41.0.0" 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 = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -6211,7 +6211,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-session" name = "pallet-session"
version = "41.0.0" 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 = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -6222,7 +6222,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-session-original" name = "pallet-session-original"
version = "41.0.0" 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 = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -6242,7 +6242,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-timestamp" name = "pallet-timestamp"
version = "40.0.0" 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 = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -6257,7 +6257,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-transaction-payment" name = "pallet-transaction-payment"
version = "41.0.0" 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 = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -6271,7 +6271,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-transaction-payment-rpc" name = "pallet-transaction-payment-rpc"
version = "44.0.0" 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 = [ dependencies = [
"jsonrpsee", "jsonrpsee",
"pallet-transaction-payment-rpc-runtime-api", "pallet-transaction-payment-rpc-runtime-api",
@@ -6287,7 +6287,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-transaction-payment-rpc-runtime-api" name = "pallet-transaction-payment-rpc-runtime-api"
version = "41.0.0" 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 = [ dependencies = [
"pallet-transaction-payment", "pallet-transaction-payment",
"parity-scale-codec", "parity-scale-codec",
@@ -7678,7 +7678,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-allocator" name = "sc-allocator"
version = "32.0.0" 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 = [ dependencies = [
"log", "log",
"sp-core", "sp-core",
@@ -7689,7 +7689,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-authority-discovery" name = "sc-authority-discovery"
version = "0.51.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@@ -7720,7 +7720,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-basic-authorship" name = "sc-basic-authorship"
version = "0.50.0" 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 = [ dependencies = [
"futures", "futures",
"log", "log",
@@ -7741,7 +7741,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-block-builder" name = "sc-block-builder"
version = "0.45.0" 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 = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -7756,7 +7756,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-chain-spec" name = "sc-chain-spec"
version = "44.0.0" 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 = [ dependencies = [
"array-bytes", "array-bytes",
"parity-scale-codec", "parity-scale-codec",
@@ -7780,7 +7780,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-chain-spec-derive" name = "sc-chain-spec-derive"
version = "12.0.0" 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 = [ dependencies = [
"proc-macro-crate 3.3.0", "proc-macro-crate 3.3.0",
"proc-macro2", "proc-macro2",
@@ -7791,7 +7791,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-cli" name = "sc-cli"
version = "0.53.1" 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 = [ dependencies = [
"array-bytes", "array-bytes",
"chrono", "chrono",
@@ -7832,7 +7832,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-client-api" name = "sc-client-api"
version = "40.0.0" 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 = [ dependencies = [
"fnv", "fnv",
"futures", "futures",
@@ -7858,7 +7858,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-client-db" name = "sc-client-db"
version = "0.47.0" 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 = [ dependencies = [
"hash-db", "hash-db",
"kvdb", "kvdb",
@@ -7885,7 +7885,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus" name = "sc-consensus"
version = "0.50.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@@ -7908,7 +7908,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus-babe" name = "sc-consensus-babe"
version = "0.51.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"fork-tree", "fork-tree",
@@ -7944,7 +7944,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus-epochs" name = "sc-consensus-epochs"
version = "0.50.0" 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 = [ dependencies = [
"fork-tree", "fork-tree",
"parity-scale-codec", "parity-scale-codec",
@@ -7957,7 +7957,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus-grandpa" name = "sc-consensus-grandpa"
version = "0.36.0" 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 = [ dependencies = [
"ahash", "ahash",
"array-bytes", "array-bytes",
@@ -8001,7 +8001,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-consensus-slots" name = "sc-consensus-slots"
version = "0.50.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@@ -8024,7 +8024,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-executor" name = "sc-executor"
version = "0.43.0" 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 = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"parking_lot", "parking_lot",
@@ -8046,7 +8046,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-executor-common" name = "sc-executor-common"
version = "0.39.0" 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 = [ dependencies = [
"sc-allocator", "sc-allocator",
"sp-maybe-compressed-blob", "sp-maybe-compressed-blob",
@@ -8058,7 +8058,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-executor-wasmtime" name = "sc-executor-wasmtime"
version = "0.39.0" 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 = [ dependencies = [
"anyhow", "anyhow",
"log", "log",
@@ -8074,7 +8074,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-informant" name = "sc-informant"
version = "0.50.0" 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 = [ dependencies = [
"console", "console",
"futures", "futures",
@@ -8090,7 +8090,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-keystore" name = "sc-keystore"
version = "36.0.0" 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 = [ dependencies = [
"array-bytes", "array-bytes",
"parking_lot", "parking_lot",
@@ -8104,7 +8104,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-network" name = "sc-network"
version = "0.51.1" 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 = [ dependencies = [
"array-bytes", "array-bytes",
"async-channel", "async-channel",
@@ -8143,14 +8143,13 @@ dependencies = [
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"unsigned-varint 0.8.0", "unsigned-varint 0.8.0",
"wasmtimer",
"zeroize", "zeroize",
] ]
[[package]] [[package]]
name = "sc-network-common" name = "sc-network-common"
version = "0.49.0" 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 = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"parity-scale-codec", "parity-scale-codec",
@@ -8160,7 +8159,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-network-gossip" name = "sc-network-gossip"
version = "0.51.0" 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 = [ dependencies = [
"ahash", "ahash",
"futures", "futures",
@@ -8179,7 +8178,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-network-light" name = "sc-network-light"
version = "0.50.0" 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 = [ dependencies = [
"array-bytes", "array-bytes",
"async-channel", "async-channel",
@@ -8200,7 +8199,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-network-sync" name = "sc-network-sync"
version = "0.50.0" 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 = [ dependencies = [
"array-bytes", "array-bytes",
"async-channel", "async-channel",
@@ -8235,7 +8234,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-network-transactions" name = "sc-network-transactions"
version = "0.50.0" 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 = [ dependencies = [
"array-bytes", "array-bytes",
"futures", "futures",
@@ -8254,7 +8253,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-network-types" name = "sc-network-types"
version = "0.17.0" 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 = [ dependencies = [
"bs58", "bs58",
"bytes", "bytes",
@@ -8275,7 +8274,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-proposer-metrics" name = "sc-proposer-metrics"
version = "0.20.0" 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 = [ dependencies = [
"log", "log",
"substrate-prometheus-endpoint", "substrate-prometheus-endpoint",
@@ -8284,7 +8283,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-rpc" name = "sc-rpc"
version = "46.0.0" 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 = [ dependencies = [
"futures", "futures",
"jsonrpsee", "jsonrpsee",
@@ -8314,7 +8313,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-rpc-api" name = "sc-rpc-api"
version = "0.50.0" 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 = [ dependencies = [
"jsonrpsee", "jsonrpsee",
"parity-scale-codec", "parity-scale-codec",
@@ -8332,7 +8331,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-rpc-server" name = "sc-rpc-server"
version = "23.0.0" 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 = [ dependencies = [
"dyn-clone", "dyn-clone",
"forwarded-header-value", "forwarded-header-value",
@@ -8356,7 +8355,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-rpc-spec-v2" name = "sc-rpc-spec-v2"
version = "0.51.0" 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 = [ dependencies = [
"array-bytes", "array-bytes",
"futures", "futures",
@@ -8389,7 +8388,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-service" name = "sc-service"
version = "0.52.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"directories 6.0.0", "directories 6.0.0",
@@ -8451,7 +8450,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-state-db" name = "sc-state-db"
version = "0.39.0" 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 = [ dependencies = [
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -8462,7 +8461,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-sysinfo" name = "sc-sysinfo"
version = "43.0.0" 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 = [ dependencies = [
"derive_more 1.0.0", "derive_more 1.0.0",
"futures", "futures",
@@ -8482,7 +8481,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-telemetry" name = "sc-telemetry"
version = "29.0.0" 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 = [ dependencies = [
"chrono", "chrono",
"futures", "futures",
@@ -8495,13 +8494,13 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.16", "thiserror 2.0.16",
"wasmtimer", "tokio",
] ]
[[package]] [[package]]
name = "sc-tracing" name = "sc-tracing"
version = "40.0.0" 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 = [ dependencies = [
"chrono", "chrono",
"console", "console",
@@ -8528,7 +8527,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-tracing-proc-macro" name = "sc-tracing-proc-macro"
version = "11.1.0" 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 = [ dependencies = [
"proc-macro-crate 3.3.0", "proc-macro-crate 3.3.0",
"proc-macro2", "proc-macro2",
@@ -8539,7 +8538,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-transaction-pool" name = "sc-transaction-pool"
version = "40.1.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@@ -8569,7 +8568,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-transaction-pool-api" name = "sc-transaction-pool-api"
version = "40.0.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@@ -8586,7 +8585,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-utils" name = "sc-utils"
version = "19.0.0" 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 = [ dependencies = [
"async-channel", "async-channel",
"futures", "futures",
@@ -9787,7 +9786,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-api" name = "sp-api"
version = "37.0.0" 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 = [ dependencies = [
"hash-db", "hash-db",
"log", "log",
@@ -9806,7 +9805,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-api-proc-macro" name = "sp-api-proc-macro"
version = "23.0.0" 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 = [ dependencies = [
"Inflector", "Inflector",
"blake2", "blake2",
@@ -9820,7 +9819,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-application-crypto" name = "sp-application-crypto"
version = "41.0.0" 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 = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"serde", "serde",
@@ -9831,7 +9830,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-arithmetic" name = "sp-arithmetic"
version = "27.0.0" 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 = [ dependencies = [
"integer-sqrt", "integer-sqrt",
"num-traits", "num-traits",
@@ -9843,7 +9842,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-authority-discovery" name = "sp-authority-discovery"
version = "37.0.0" 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 = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -9853,7 +9852,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-block-builder" name = "sp-block-builder"
version = "37.0.0" 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 = [ dependencies = [
"sp-api", "sp-api",
"sp-inherents", "sp-inherents",
@@ -9863,7 +9862,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-blockchain" name = "sp-blockchain"
version = "40.0.0" 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 = [ dependencies = [
"futures", "futures",
"parity-scale-codec", "parity-scale-codec",
@@ -9882,7 +9881,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-consensus" name = "sp-consensus"
version = "0.43.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@@ -9896,7 +9895,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-consensus-babe" name = "sp-consensus-babe"
version = "0.43.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"parity-scale-codec", "parity-scale-codec",
@@ -9913,7 +9912,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-consensus-grandpa" name = "sp-consensus-grandpa"
version = "24.0.0" 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 = [ dependencies = [
"finality-grandpa", "finality-grandpa",
"log", "log",
@@ -9929,7 +9928,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-consensus-slots" name = "sp-consensus-slots"
version = "0.43.0" 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 = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"serde", "serde",
@@ -9939,7 +9938,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-core" name = "sp-core"
version = "37.0.0" 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 = [ dependencies = [
"array-bytes", "array-bytes",
"bitflags 1.3.2", "bitflags 1.3.2",
@@ -9977,7 +9976,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-crypto-hashing" name = "sp-crypto-hashing"
version = "0.1.0" 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 = [ dependencies = [
"blake2b_simd", "blake2b_simd",
"byteorder", "byteorder",
@@ -9990,7 +9989,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-crypto-hashing-proc-macro" name = "sp-crypto-hashing-proc-macro"
version = "0.1.0" 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 = [ dependencies = [
"quote", "quote",
"sp-crypto-hashing", "sp-crypto-hashing",
@@ -10000,7 +9999,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-database" name = "sp-database"
version = "10.0.0" 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 = [ dependencies = [
"kvdb", "kvdb",
"parking_lot", "parking_lot",
@@ -10009,7 +10008,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-debug-derive" name = "sp-debug-derive"
version = "14.0.0" 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 = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -10019,7 +10018,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-externalities" name = "sp-externalities"
version = "0.30.0" 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 = [ dependencies = [
"environmental", "environmental",
"parity-scale-codec", "parity-scale-codec",
@@ -10029,7 +10028,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-genesis-builder" name = "sp-genesis-builder"
version = "0.18.0" 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 = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -10038,7 +10037,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-inherents" name = "sp-inherents"
version = "37.0.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"impl-trait-for-tuples", "impl-trait-for-tuples",
@@ -10050,7 +10049,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-io" name = "sp-io"
version = "41.0.1" 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 = [ dependencies = [
"bytes", "bytes",
"log", "log",
@@ -10071,7 +10070,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-keyring" name = "sp-keyring"
version = "42.0.0" 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 = [ dependencies = [
"sp-core", "sp-core",
"sp-runtime", "sp-runtime",
@@ -10081,7 +10080,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-keystore" name = "sp-keystore"
version = "0.43.0" 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 = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"parking_lot", "parking_lot",
@@ -10092,7 +10091,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-maybe-compressed-blob" name = "sp-maybe-compressed-blob"
version = "11.0.0" 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 = [ dependencies = [
"thiserror 2.0.16", "thiserror 2.0.16",
"zstd", "zstd",
@@ -10101,7 +10100,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-offchain" name = "sp-offchain"
version = "37.0.0" 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 = [ dependencies = [
"sp-api", "sp-api",
"sp-core", "sp-core",
@@ -10111,7 +10110,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-panic-handler" name = "sp-panic-handler"
version = "13.0.2" 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 = [ dependencies = [
"backtrace", "backtrace",
"regex", "regex",
@@ -10120,7 +10119,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-rpc" name = "sp-rpc"
version = "35.0.0" 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 = [ dependencies = [
"rustc-hash 2.1.1", "rustc-hash 2.1.1",
"serde", "serde",
@@ -10130,7 +10129,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-runtime" name = "sp-runtime"
version = "42.0.0" 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 = [ dependencies = [
"either", "either",
"hash256-std-hasher", "hash256-std-hasher",
@@ -10154,7 +10153,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-runtime-interface" name = "sp-runtime-interface"
version = "30.0.0" 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 = [ dependencies = [
"bytes", "bytes",
"parity-scale-codec", "parity-scale-codec",
@@ -10168,7 +10167,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-runtime-interface-proc-macro" name = "sp-runtime-interface-proc-macro"
version = "19.0.0" 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 = [ dependencies = [
"Inflector", "Inflector",
"expander", "expander",
@@ -10181,7 +10180,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-session" name = "sp-session"
version = "39.0.0" 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 = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-api", "sp-api",
@@ -10194,7 +10193,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-staking" name = "sp-staking"
version = "39.0.0" 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 = [ dependencies = [
"impl-trait-for-tuples", "impl-trait-for-tuples",
"parity-scale-codec", "parity-scale-codec",
@@ -10206,7 +10205,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-state-machine" name = "sp-state-machine"
version = "0.46.0" 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 = [ dependencies = [
"hash-db", "hash-db",
"log", "log",
@@ -10226,12 +10225,12 @@ dependencies = [
[[package]] [[package]]
name = "sp-std" name = "sp-std"
version = "14.0.0" 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]] [[package]]
name = "sp-storage" name = "sp-storage"
version = "22.0.0" 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 = [ dependencies = [
"impl-serde", "impl-serde",
"parity-scale-codec", "parity-scale-codec",
@@ -10243,7 +10242,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-timestamp" name = "sp-timestamp"
version = "37.0.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"parity-scale-codec", "parity-scale-codec",
@@ -10255,7 +10254,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-tracing" name = "sp-tracing"
version = "17.1.0" 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 = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"tracing", "tracing",
@@ -10266,7 +10265,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-transaction-pool" name = "sp-transaction-pool"
version = "37.0.0" 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 = [ dependencies = [
"sp-api", "sp-api",
"sp-runtime", "sp-runtime",
@@ -10275,7 +10274,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-trie" name = "sp-trie"
version = "40.0.0" 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 = [ dependencies = [
"ahash", "ahash",
"foldhash 0.1.5", "foldhash 0.1.5",
@@ -10299,7 +10298,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-version" name = "sp-version"
version = "40.0.0" 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 = [ dependencies = [
"impl-serde", "impl-serde",
"parity-scale-codec", "parity-scale-codec",
@@ -10315,7 +10314,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-version-proc-macro" name = "sp-version-proc-macro"
version = "15.0.0" 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 = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"proc-macro-warning 1.84.1", "proc-macro-warning 1.84.1",
@@ -10327,7 +10326,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-wasm-interface" name = "sp-wasm-interface"
version = "22.0.0" 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 = [ dependencies = [
"anyhow", "anyhow",
"impl-trait-for-tuples", "impl-trait-for-tuples",
@@ -10339,7 +10338,7 @@ dependencies = [
[[package]] [[package]]
name = "sp-weights" name = "sp-weights"
version = "32.0.0" 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 = [ dependencies = [
"bounded-collections", "bounded-collections",
"parity-scale-codec", "parity-scale-codec",
@@ -10493,12 +10492,12 @@ dependencies = [
[[package]] [[package]]
name = "substrate-build-script-utils" name = "substrate-build-script-utils"
version = "11.0.0" 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]] [[package]]
name = "substrate-frame-rpc-system" name = "substrate-frame-rpc-system"
version = "45.0.0" 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 = [ dependencies = [
"frame-system-rpc-runtime-api", "frame-system-rpc-runtime-api",
"futures", "futures",
@@ -10517,7 +10516,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-prometheus-endpoint" name = "substrate-prometheus-endpoint"
version = "0.17.6" 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 = [ dependencies = [
"http-body-util", "http-body-util",
"hyper 1.7.0", "hyper 1.7.0",
@@ -10531,7 +10530,7 @@ dependencies = [
[[package]] [[package]]
name = "substrate-wasm-builder" name = "substrate-wasm-builder"
version = "27.0.0" 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 = [ dependencies = [
"cargo_metadata", "cargo_metadata",
"console", "console",
@@ -11805,19 +11804,6 @@ dependencies = [
"syn 2.0.106", "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]] [[package]]
name = "web-sys" name = "web-sys"
version = "0.3.80" version = "0.3.80"

View File

@@ -42,7 +42,7 @@ processor-messages = { package = "serai-processor-messages", path = "../processo
message-queue = { package = "serai-message-queue", path = "../message-queue" } message-queue = { package = "serai-message-queue", path = "../message-queue" }
tributary = { package = "tributary-chain", path = "./tributary" } 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"] } serai-client = { path = "../substrate/client", default-features = false, features = ["serai", "borsh"] }
hex = { version = "0.4", default-features = false, features = ["std"] } 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] [dev-dependencies]
tributary = { package = "tributary-chain", path = "./tributary", features = ["tests"] } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false, features = ["std"] } sp-runtime = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", default-features = false, features = ["std"] }
[features] [features]
longer-reattempts = [] longer-reattempts = []

View File

@@ -76,7 +76,7 @@ message-queue = { package = "serai-message-queue", path = "../message-queue", op
[dev-dependencies] [dev-dependencies]
frost = { package = "modular-frost", path = "../crypto/frost", features = ["tests"] } 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"] } ethereum-serai = { path = "../networks/ethereum", default-features = false, features = ["tests"] }

View File

@@ -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 } borsh = { version = "1", default-features = false, features = ["derive", "de_strict_order"], optional = true }
serde = { version = "1", default-features = false, features = ["derive", "alloc"], 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-primitives = { path = "../primitives", version = "0.1", default-features = false }
serai-coins-primitives = { path = "../coins/primitives", version = "0.1", default-features = false } serai-coins-primitives = { path = "../coins/primitives", version = "0.1", default-features = false }

View File

@@ -28,9 +28,9 @@ serde_json = { version = "1", optional = true }
serai-abi = { path = "../abi", version = "0.1" } serai-abi = { path = "../abi", version = "0.1" }
multiaddr = { version = "0.18", optional = true } multiaddr = { version = "0.18", optional = true }
sp-core = { 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", optional = true } frame-system = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba", optional = true }
async-lock = "3" async-lock = "3"

View File

@@ -21,20 +21,20 @@ workspace = true
[dependencies] [dependencies]
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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"] } serai-primitives = { path = "../../primitives", default-features = false, features = ["serde"] }
coins-primitives = { package = "serai-coins-primitives", path = "../primitives", default-features = false } coins-primitives = { package = "serai-coins-primitives", path = "../primitives", default-features = false }
[dev-dependencies] [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] [features]
std = [ std = [

View File

@@ -25,7 +25,7 @@ scale = { package = "parity-scale-codec", version = "3", default-features = fals
serai-primitives = { path = "../../primitives", default-features = false } serai-primitives = { path = "../../primitives", default-features = false }
[dev-dependencies] [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] [features]
std = ["zeroize", "borsh?/std", "serde?/std", "scale/std", "sp-runtime/std", "serai-primitives/std"] std = ["zeroize", "borsh?/std", "serde?/std", "scale/std", "sp-runtime/std", "serai-primitives/std"]

View File

@@ -21,15 +21,15 @@ workspace = true
[dependencies] [dependencies]
scale = { package = "parity-scale-codec", version = "3.6.1", default-features = false } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false, optional = true } 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 } coins-pallet = { package = "serai-coins-pallet", path = "../../coins/pallet", default-features = false }

View File

@@ -21,8 +21,8 @@ workspace = true
[dependencies] [dependencies]
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 } dex-pallet = { package = "serai-dex-pallet", path = "../../dex/pallet", default-features = false }
coins-pallet = { package = "serai-coins-pallet", path = "../../coins/pallet", default-features = false } coins-pallet = { package = "serai-coins-pallet", path = "../../coins/pallet", default-features = false }

View File

@@ -21,11 +21,11 @@ workspace = true
[dependencies] [dependencies]
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 } 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 } validator-sets-pallet = { package = "serai-validator-sets-pallet", path = "../../validator-sets/pallet", default-features = false }

View File

@@ -21,12 +21,12 @@ workspace = true
[dependencies] [dependencies]
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 } dex-pallet = { package = "serai-dex-pallet", path = "../../dex/pallet", default-features = false }
coins-pallet = { package = "serai-coins-pallet", path = "../../coins/pallet", default-features = false } coins-pallet = { package = "serai-coins-pallet", path = "../../coins/pallet", default-features = false }

View File

@@ -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"] } 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 } serai-primitives = { path = "../../primitives", default-features = false }
validator-sets-primitives = { package = "serai-validator-sets-primitives", path = "../../validator-sets/primitives", default-features = false } validator-sets-primitives = { package = "serai-validator-sets-primitives", path = "../../validator-sets/primitives", default-features = false }

View File

@@ -21,14 +21,14 @@ workspace = true
[dependencies] [dependencies]
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive", "max-encoded-len"] } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-primitives = { path = "../../primitives", default-features = false }
in-instructions-primitives = { package = "serai-in-instructions-primitives", path = "../primitives", default-features = false } in-instructions-primitives = { package = "serai-in-instructions-primitives", path = "../primitives", default-features = false }

View File

@@ -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"] } 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 }
sp-application-crypto = { 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 }
serai-primitives = { path = "../../primitives", default-features = false } serai-primitives = { path = "../../primitives", default-features = false }
coins-primitives = { package = "serai-coins-primitives", path = "../../coins/primitives", default-features = false } coins-primitives = { package = "serai-coins-primitives", path = "../../coins/primitives", default-features = false }

View File

@@ -29,18 +29,18 @@ schnorrkel = "0.11"
libp2p = "0.56" libp2p = "0.56"
sp-core = { 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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"] } serai-runtime = { path = "../runtime", features = ["std"] }
@@ -50,31 +50,31 @@ futures-util = "0.3"
tokio = { version = "1", features = ["sync", "rt-multi-thread"] } tokio = { version = "1", features = ["sync", "rt-multi-thread"] }
jsonrpsee = { version = "0.24", features = ["server"] } jsonrpsee = { version = "0.24", features = ["server"] }
sc-transaction-pool = { 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" }
sc-consensus-babe = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab" } pallet-transaction-payment-rpc = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "b225e429397af981afda8a3d48be027926c466ba" }
serai-env = { path = "../../common/env" } serai-env = { path = "../../common/env" }
[build-dependencies] [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] [features]
default = [] default = []

View File

@@ -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 } borsh = { version = "1", default-features = false, features = ["derive", "de_strict_order"], optional = true }
serde = { version = "1", default-features = false, features = ["derive", "alloc"], 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-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 = "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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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] [dev-dependencies]
rand_core = { version = "0.6", default-features = false, features = ["getrandom"] } rand_core = { version = "0.6", default-features = false, features = ["getrandom"] }

View File

@@ -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"] } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", default-features = false, optional = true } 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-primitives = { path = "../primitives", default-features = false }
serai-abi = { path = "../abi", default-features = false, features = ["serde"] } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 } coins-pallet = { package = "serai-coins-pallet", path = "../coins/pallet", default-features = false }
dex-pallet = { package = "serai-dex-pallet", path = "../dex/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 } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 } 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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] [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] [features]
std = [ std = [

View File

@@ -21,11 +21,11 @@ workspace = true
[dependencies] [dependencies]
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-primitives = { path = "../../primitives", default-features = false }
serai-signals-primitives = { path = "../primitives", default-features = false } serai-signals-primitives = { path = "../primitives", default-features = false }

View File

@@ -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"] } 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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-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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 = "7f2a8865cd0ded35e1d62fc330915d44dfa3beab", 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 } serai-primitives = { path = "../../primitives", default-features = false }
validator-sets-primitives = { package = "serai-validator-sets-primitives", path = "../primitives", default-features = false } validator-sets-primitives = { package = "serai-validator-sets-primitives", path = "../primitives", default-features = false }

View File

@@ -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"] } 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-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 = "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 } serai-primitives = { path = "../../primitives", default-features = false }