From 0ab621a50af7d7e6863eaae06e54047bb5eb5856 Mon Sep 17 00:00:00 2001 From: Dino Pacandi Date: Thu, 28 Nov 2024 11:41:49 +0100 Subject: [PATCH] Attempt to fix OOM issue for warp sync --- Cargo.lock | 637 +++++++++++++++++++++++++++-------------------------- Cargo.toml | 304 ++++++++++++------------- 2 files changed, 471 insertions(+), 470 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fc98b755..ca2bcf0e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1073,7 +1073,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "hash-db", "log", @@ -1286,7 +1286,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.14.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "scale-info", @@ -2096,7 +2096,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "clap", "parity-scale-codec", @@ -2113,7 +2113,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2136,7 +2136,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.17.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2181,7 +2181,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2211,7 +2211,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "anyhow", "async-trait", @@ -2226,7 +2226,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -2249,7 +2249,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2275,7 +2275,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.11.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2297,7 +2297,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2323,7 +2323,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2360,7 +2360,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2377,7 +2377,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.16.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2413,7 +2413,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -2424,7 +2424,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2439,7 +2439,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.16.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2464,7 +2464,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2477,7 +2477,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2493,7 +2493,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2509,7 +2509,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2519,7 +2519,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.16.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2538,7 +2538,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2562,7 +2562,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2581,7 +2581,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "async-trait", @@ -2616,7 +2616,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2655,7 +2655,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3749,7 +3749,7 @@ dependencies = [ [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "async-trait", "fp-storage", @@ -3761,7 +3761,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "async-trait", "fp-consensus", @@ -3777,7 +3777,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "async-trait", "fc-api", @@ -3798,7 +3798,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "fc-db", "fc-storage", @@ -3819,7 +3819,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "ethereum", "ethereum-types", @@ -3873,7 +3873,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "ethereum", "ethereum-types", @@ -3888,7 +3888,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "ethereum", "ethereum-types", @@ -4033,7 +4033,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", ] @@ -4060,7 +4060,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "hex", "impl-serde", @@ -4079,7 +4079,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "ethereum", "parity-scale-codec", @@ -4090,7 +4090,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "ethereum", "ethereum-types", @@ -4102,7 +4102,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "evm", "frame-support", @@ -4117,7 +4117,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "ethereum", "ethereum-types", @@ -4133,7 +4133,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "frame-support", "parity-scale-codec", @@ -4145,7 +4145,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "parity-scale-codec", "serde", @@ -4160,7 +4160,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-support-procedural", @@ -4184,7 +4184,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "42.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "Inflector", "array-bytes", @@ -4234,7 +4234,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -4245,7 +4245,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4261,7 +4261,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "aquamarine", "frame-support", @@ -4291,7 +4291,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "docify", @@ -4306,7 +4306,7 @@ dependencies = [ [[package]] name = "frame-support" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "aquamarine", "array-bytes", @@ -4347,7 +4347,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "30.0.4" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "Inflector", "cfg-expr", @@ -4366,7 +4366,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.2.0", @@ -4378,7 +4378,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "proc-macro2", "quote", @@ -4388,7 +4388,7 @@ dependencies = [ [[package]] name = "frame-system" version = "37.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "cfg-if", "docify", @@ -4408,7 +4408,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -4422,7 +4422,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "parity-scale-codec", @@ -4432,7 +4432,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "parity-scale-codec", @@ -6870,7 +6870,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "log", @@ -6889,7 +6889,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7862,7 +7862,7 @@ dependencies = [ [[package]] name = "orml-oracle" version = "0.13.0" -source = "git+https://github.com/AstarNetwork/open-runtime-module-library?branch=stable2407#0f6cc403416e8e2a0d9f1f40745b463ee56b8439" +source = "git+https://github.com/AstarNetwork/open-runtime-module-library?branch=oom-fix-stable2407#10398a1dcdd1b7202cfb14cd20fc2ddb378c93e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -7881,7 +7881,7 @@ dependencies = [ [[package]] name = "orml-traits" version = "0.13.0" -source = "git+https://github.com/AstarNetwork/open-runtime-module-library?branch=stable2407#0f6cc403416e8e2a0d9f1f40745b463ee56b8439" +source = "git+https://github.com/AstarNetwork/open-runtime-module-library?branch=oom-fix-stable2407#10398a1dcdd1b7202cfb14cd20fc2ddb378c93e3" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -7901,7 +7901,7 @@ dependencies = [ [[package]] name = "orml-utilities" version = "0.13.0" -source = "git+https://github.com/AstarNetwork/open-runtime-module-library?branch=stable2407#0f6cc403416e8e2a0d9f1f40745b463ee56b8439" +source = "git+https://github.com/AstarNetwork/open-runtime-module-library?branch=oom-fix-stable2407#10398a1dcdd1b7202cfb14cd20fc2ddb378c93e3" dependencies = [ "frame-support", "parity-scale-codec", @@ -7916,7 +7916,7 @@ dependencies = [ [[package]] name = "orml-xcm-support" version = "0.13.0" -source = "git+https://github.com/AstarNetwork/open-runtime-module-library?branch=stable2407#0f6cc403416e8e2a0d9f1f40745b463ee56b8439" +source = "git+https://github.com/AstarNetwork/open-runtime-module-library?branch=oom-fix-stable2407#10398a1dcdd1b7202cfb14cd20fc2ddb378c93e3" dependencies = [ "frame-support", "orml-traits", @@ -7930,7 +7930,7 @@ dependencies = [ [[package]] name = "orml-xtokens" version = "0.13.0" -source = "git+https://github.com/AstarNetwork/open-runtime-module-library?branch=stable2407#0f6cc403416e8e2a0d9f1f40745b463ee56b8439" +source = "git+https://github.com/AstarNetwork/open-runtime-module-library?branch=oom-fix-stable2407#10398a1dcdd1b7202cfb14cd20fc2ddb378c93e3" dependencies = [ "frame-support", "frame-system", @@ -7957,7 +7957,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-asset-conversion" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -7975,7 +7975,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -7989,7 +7989,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -8006,7 +8006,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -8022,7 +8022,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", @@ -8038,7 +8038,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", @@ -8053,7 +8053,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", @@ -8066,7 +8066,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -8089,7 +8089,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "aquamarine", "docify", @@ -8110,7 +8110,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "frame-benchmarking", @@ -8125,7 +8125,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", @@ -8144,7 +8144,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -8168,13 +8168,13 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", - "pallet-treasury 36.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2407)", + "pallet-treasury 36.0.1 (git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix)", "parity-scale-codec", "scale-info", "sp-core", @@ -8185,7 +8185,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitvec", "frame-benchmarking", @@ -8245,14 +8245,14 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "pallet-bounties", - "pallet-treasury 36.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2407)", + "pallet-treasury 36.0.1 (git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix)", "parity-scale-codec", "scale-info", "sp-core", @@ -8289,7 +8289,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -8308,7 +8308,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -8344,7 +8344,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitflags 1.3.2", "environmental", @@ -8377,7 +8377,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "23.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "proc-macro2", "quote", @@ -8387,7 +8387,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -8399,7 +8399,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8438,7 +8438,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", @@ -8451,7 +8451,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -8488,7 +8488,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8510,7 +8510,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8523,7 +8523,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -8541,7 +8541,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "ethereum", "ethereum-types", @@ -8588,7 +8588,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "environmental", "evm", @@ -8611,7 +8611,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "frame-support", "frame-system", @@ -8648,7 +8648,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "fp-evm", ] @@ -8656,7 +8656,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "fp-evm", "sp-core", @@ -8694,7 +8694,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "fp-evm", "frame-support", @@ -8732,7 +8732,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-ed25519" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "ed25519-dalek", "fp-evm", @@ -8741,7 +8741,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "fp-evm", "num", @@ -8750,7 +8750,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "fp-evm", "tiny-keccak", @@ -8759,7 +8759,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "fp-evm", "ripemd", @@ -8883,7 +8883,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "frame-benchmarking", @@ -8901,7 +8901,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -8923,7 +8923,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "enumflags2", "frame-benchmarking", @@ -8939,7 +8939,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -8958,7 +8958,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -8993,7 +8993,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", @@ -9006,7 +9006,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9022,7 +9022,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "environmental", "frame-benchmarking", @@ -9041,7 +9041,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "7.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "frame-benchmarking", @@ -9058,7 +9058,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9075,7 +9075,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9090,7 +9090,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9105,7 +9105,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", @@ -9123,7 +9123,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "35.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9143,7 +9143,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -9153,7 +9153,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", @@ -9169,7 +9169,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9192,7 +9192,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "frame-benchmarking", @@ -9209,7 +9209,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9247,7 +9247,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9261,7 +9261,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9279,7 +9279,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9293,7 +9293,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9311,7 +9311,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", @@ -9325,7 +9325,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "frame-benchmarking", @@ -9342,7 +9342,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", @@ -9363,7 +9363,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9379,7 +9379,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9396,7 +9396,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9418,7 +9418,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -9429,7 +9429,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "log", "sp-arithmetic", @@ -9438,7 +9438,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "sp-api", @@ -9448,7 +9448,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9484,7 +9484,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "frame-benchmarking", @@ -9499,7 +9499,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "36.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "frame-benchmarking", @@ -9518,13 +9518,13 @@ dependencies = [ [[package]] name = "pallet-tips" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", - "pallet-treasury 36.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2407)", + "pallet-treasury 36.0.1 (git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix)", "parity-scale-codec", "scale-info", "serde", @@ -9536,7 +9536,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", @@ -9551,7 +9551,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -9567,7 +9567,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -9598,7 +9598,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "36.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "frame-benchmarking", @@ -9641,7 +9641,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9656,7 +9656,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9670,7 +9670,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9704,7 +9704,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "16.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -9727,7 +9727,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-benchmarking", "frame-support", @@ -9745,7 +9745,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -10084,7 +10084,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "polkadot-approval-distribution" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitvec", "futures 0.3.30", @@ -10104,7 +10104,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "always-assert", "futures 0.3.30", @@ -10120,7 +10120,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "derive_more", "fatality", @@ -10144,7 +10144,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "fatality", @@ -10177,7 +10177,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "cfg-if", "clap", @@ -10205,7 +10205,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitvec", "fatality", @@ -10227,7 +10227,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "scale-info", @@ -10238,7 +10238,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "derive_more", "fatality", @@ -10263,7 +10263,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -10277,7 +10277,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "futures-timer", @@ -10299,7 +10299,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "always-assert", "async-trait", @@ -10322,7 +10322,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -10340,7 +10340,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitvec", "derive_more", @@ -10373,7 +10373,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitvec", "futures 0.3.30", @@ -10395,7 +10395,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitvec", "fatality", @@ -10415,7 +10415,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "polkadot-node-subsystem", @@ -10430,7 +10430,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "17.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "futures 0.3.30", @@ -10453,7 +10453,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -10467,7 +10467,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "futures-timer", @@ -10484,7 +10484,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "fatality", "futures 0.3.30", @@ -10503,7 +10503,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "futures 0.3.30", @@ -10520,7 +10520,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "16.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "fatality", "futures 0.3.30", @@ -10534,7 +10534,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitvec", "fatality", @@ -10552,7 +10552,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "always-assert", "array-bytes", @@ -10581,7 +10581,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "polkadot-node-primitives", @@ -10597,7 +10597,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "cpu-time", "futures 0.3.30", @@ -10623,7 +10623,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -10638,7 +10638,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "lazy_static", "log", @@ -10657,7 +10657,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bs58 0.5.1", "futures 0.3.30", @@ -10676,7 +10676,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10702,7 +10702,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitvec", "bounded-vec", @@ -10725,7 +10725,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10735,7 +10735,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "17.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "bitvec", @@ -10765,7 +10765,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "17.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "derive_more", @@ -10801,7 +10801,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "futures 0.3.30", @@ -10823,7 +10823,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bounded-collections", "derive_more", @@ -10839,7 +10839,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitvec", "hex-literal", @@ -10865,7 +10865,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -10900,7 +10900,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "16.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitvec", "frame-benchmarking", @@ -10923,7 +10923,7 @@ dependencies = [ "pallet-staking-reward-fn", "pallet-timestamp", "pallet-transaction-payment", - "pallet-treasury 36.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2407)", + "pallet-treasury 36.0.1 (git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix)", "pallet-vesting", "parity-scale-codec", "polkadot-primitives", @@ -10950,7 +10950,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bs58 0.5.1", "frame-benchmarking", @@ -10962,7 +10962,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "16.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -11009,7 +11009,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "frame-benchmarking", @@ -11127,7 +11127,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "arrayvec 0.7.6", "bitvec", @@ -11150,7 +11150,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -11319,7 +11319,7 @@ dependencies = [ [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "derive_more", "environmental", @@ -11348,7 +11348,7 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" +source = "git+https://github.com/AstarNetwork/frontier?branch=oom-issue-fix-stable2407#f222204cfa15ff48753eb44895b07dd1c3dc34f2" dependencies = [ "case", "num_enum 0.7.3", @@ -12212,7 +12212,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "binary-merkle-tree", "bitvec", @@ -12265,7 +12265,7 @@ dependencies = [ "pallet-tips", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury 36.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2407)", + "pallet-treasury 36.0.1 (git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix)", "pallet-utility", "pallet-vesting", "pallet-whitelist", @@ -12312,7 +12312,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "polkadot-primitives", @@ -12662,7 +12662,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "log", "sp-core", @@ -12673,7 +12673,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "futures 0.3.30", @@ -12703,7 +12703,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "futures-timer", @@ -12725,7 +12725,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.42.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "sp-api", @@ -12740,7 +12740,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "docify", @@ -12767,7 +12767,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -12778,7 +12778,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.46.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "chrono", @@ -12819,7 +12819,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "fnv", "futures 0.3.30", @@ -12846,7 +12846,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "hash-db", "kvdb", @@ -12866,13 +12866,14 @@ dependencies = [ "sp-database", "sp-runtime", "sp-state-machine", + "sp-storage", "sp-trie", ] [[package]] name = "sc-consensus" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "futures 0.3.30", @@ -12896,7 +12897,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "futures 0.3.30", @@ -12925,7 +12926,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "fork-tree", @@ -12961,7 +12962,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -12983,7 +12984,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13019,7 +13020,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -13039,7 +13040,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "fork-tree", "parity-scale-codec", @@ -13052,7 +13053,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.29.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "ahash", "array-bytes", @@ -13096,7 +13097,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "finality-grandpa", "futures 0.3.30", @@ -13116,7 +13117,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "assert_matches", "async-trait", @@ -13151,7 +13152,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "futures 0.3.30", @@ -13174,7 +13175,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -13197,7 +13198,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "polkavm", "sc-allocator", @@ -13210,7 +13211,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "log", "polkavm", @@ -13221,7 +13222,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "anyhow", "cfg-if", @@ -13239,7 +13240,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "ansi_term", "futures 0.3.30", @@ -13256,7 +13257,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "33.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -13270,7 +13271,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.14.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -13299,7 +13300,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13350,7 +13351,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13368,7 +13369,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "ahash", "futures 0.3.30", @@ -13387,7 +13388,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13408,7 +13409,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13445,7 +13446,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "futures 0.3.30", @@ -13464,7 +13465,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.12.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bs58 0.5.1", "ed25519-dalek", @@ -13481,7 +13482,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "bytes", @@ -13515,7 +13516,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -13524,7 +13525,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -13556,7 +13557,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13576,7 +13577,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "16.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "forwarded-header-value", "futures 0.3.30", @@ -13598,7 +13599,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "futures 0.3.30", @@ -13630,7 +13631,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "directories", @@ -13694,7 +13695,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "log", "parity-scale-codec", @@ -13705,7 +13706,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.22.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "clap", "fs4", @@ -13718,7 +13719,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13737,7 +13738,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "derive_more", "futures 0.3.30", @@ -13758,7 +13759,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "chrono", "futures 0.3.30", @@ -13778,7 +13779,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "ansi_term", "chrono", @@ -13808,7 +13809,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -13819,7 +13820,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "futures 0.3.30", @@ -13846,7 +13847,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "futures 0.3.30", @@ -13862,7 +13863,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-channel 1.9.0", "futures 0.3.30", @@ -14667,7 +14668,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "enumn", "parity-scale-codec", @@ -14874,7 +14875,7 @@ dependencies = [ [[package]] name = "sp-api" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "hash-db", @@ -14896,7 +14897,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14910,7 +14911,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "scale-info", @@ -14922,7 +14923,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "integer-sqrt", @@ -14936,7 +14937,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "scale-info", @@ -14948,7 +14949,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "sp-api", "sp-inherents", @@ -14958,7 +14959,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -14977,7 +14978,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "futures 0.3.30", @@ -14992,7 +14993,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "parity-scale-codec", @@ -15008,7 +15009,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "parity-scale-codec", @@ -15026,7 +15027,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "lazy_static", "parity-scale-codec", @@ -15046,7 +15047,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "finality-grandpa", "log", @@ -15063,7 +15064,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "scale-info", @@ -15074,7 +15075,7 @@ dependencies = [ [[package]] name = "sp-core" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -15120,7 +15121,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "blake2b_simd", "byteorder", @@ -15133,7 +15134,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "quote", "sp-crypto-hashing", @@ -15143,7 +15144,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -15152,7 +15153,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "proc-macro2", "quote", @@ -15162,7 +15163,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "environmental", "parity-scale-codec", @@ -15172,7 +15173,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "scale-info", @@ -15184,7 +15185,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -15197,7 +15198,7 @@ dependencies = [ [[package]] name = "sp-io" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bytes", "docify", @@ -15223,7 +15224,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "sp-core", "sp-runtime", @@ -15233,7 +15234,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -15244,7 +15245,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "thiserror", "zstd 0.12.4", @@ -15253,7 +15254,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -15263,7 +15264,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.12.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "scale-info", @@ -15274,7 +15275,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "log", "parity-scale-codec", @@ -15291,7 +15292,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "scale-info", @@ -15304,7 +15305,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "sp-api", "sp-core", @@ -15314,7 +15315,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "backtrace", "lazy_static", @@ -15324,7 +15325,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "rustc-hash", "serde", @@ -15334,7 +15335,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "39.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "either", @@ -15360,7 +15361,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -15379,7 +15380,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "Inflector", "expander", @@ -15392,7 +15393,7 @@ dependencies = [ [[package]] name = "sp-session" version = "35.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "scale-info", @@ -15406,7 +15407,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -15419,7 +15420,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "hash-db", "log", @@ -15439,7 +15440,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -15463,12 +15464,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" [[package]] name = "sp-storage" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15480,7 +15481,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "parity-scale-codec", @@ -15492,7 +15493,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "tracing", @@ -15503,7 +15504,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "sp-api", "sp-runtime", @@ -15512,7 +15513,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "async-trait", "parity-scale-codec", @@ -15526,7 +15527,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "ahash", "hash-db", @@ -15549,7 +15550,7 @@ dependencies = [ [[package]] name = "sp-version" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15566,7 +15567,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -15577,7 +15578,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -15589,7 +15590,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -15655,7 +15656,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -15668,7 +15669,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "14.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "bounded-collections", @@ -15686,7 +15687,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "16.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", @@ -15707,7 +15708,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "environmental", "frame-benchmarking", @@ -15839,7 +15840,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -15864,12 +15865,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" [[package]] name = "substrate-frame-rpc-system" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -15889,7 +15890,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "http-body-util", "hyper 1.4.1", @@ -15903,7 +15904,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15920,7 +15921,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "array-bytes", "build-helper", @@ -16462,7 +16463,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "coarsetime", "polkadot-primitives", @@ -16473,7 +16474,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "expander", "proc-macro-crate 3.2.0", @@ -17369,7 +17370,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "binary-merkle-tree", "bitvec", @@ -17429,7 +17430,7 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury 36.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2407)", + "pallet-treasury 36.0.1 (git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix)", "pallet-utility", "pallet-vesting", "pallet-whitelist", @@ -17475,7 +17476,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "polkadot-primitives", @@ -17900,7 +17901,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "10.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "Inflector", "proc-macro2", @@ -17911,7 +17912,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "parity-scale-codec", @@ -17925,7 +17926,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#fc627930d54785acaaa30fe003190244221ca36a" +source = "git+https://github.com/dinonard/polkadot-sdk?branch=oom-sync-fix#6436254fa59748d39d3f4118cbb8943b738cef20" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index 7f984d4f1..693ae1abd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,95 +95,95 @@ docify = { version = "0.2.8" } # Substrate # (wasm) -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-core-hashing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-io = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-staking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } +sp-core = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-core-hashing = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-io = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-runtime = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-std = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-tracing = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-api = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-block-builder = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-consensus-aura = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-inherents = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-offchain = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-runtime-interface = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-session = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-transaction-pool = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-version = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-arithmetic = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-staking = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-externalities = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +sp-genesis-builder = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } # (native) -sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sp-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sp-trie = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-client-db = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } +sp-blockchain = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sp-consensus = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sp-keyring = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sp-keystore = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sp-timestamp = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sp-trie = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-basic-authorship = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-chain-spec = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-client-api = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-client-db = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-consensus = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-consensus-aura = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-consensus-babe = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-executor = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-consensus-grandpa = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-consensus-manual-seal = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-network = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-network-sync = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-offchain = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-rpc = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-service = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-sysinfo = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-telemetry = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-tracing = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-transaction-pool = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-transaction-pool-api = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-utils = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +substrate-prometheus-endpoint = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +pallet-transaction-payment-rpc = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +substrate-frame-rpc-system = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +sc-cli = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +frame-benchmarking-cli = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } # Substrate pallets # (wasm) -pallet-assets = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -frame-metadata-hash-extension = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-contracts = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-contracts-uapi = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-migrations = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false, features = ["historical"] } -pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-assets = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-balances = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-proxy = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-utility = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +frame-support = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +frame-system = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +frame-executive = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +frame-metadata-hash-extension = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-aura = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-authorship = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-contracts = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-contracts-uapi = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-identity = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-multisig = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-migrations = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-session = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false, features = ["historical"] } +pallet-sudo = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-timestamp = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-transaction-payment = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-vesting = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +frame-benchmarking = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +frame-system-benchmarking = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +frame-try-runtime = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-preimage = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-scheduler = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-grandpa = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-message-queue = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-membership = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-collective = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-democracy = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } # EVM & Ethereum # (wasm) @@ -196,90 +196,90 @@ ethereum = { version = "0.15.0", default-features = false } # Frontier # (wasm) -fp-rpc = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } -fp-self-contained = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false, features = ["serde"] } -pallet-ethereum = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false, features = ["forbid-evm-reentrancy"] } -pallet-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false, features = ["forbid-evm-reentrancy"] } -pallet-evm-precompile-blake2 = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } -pallet-evm-precompile-ed25519 = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } -pallet-base-fee = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } -pallet-evm-chain-id = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } -fp-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } -fp-ethereum = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } -precompile-utils = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", default-features = false } +fp-rpc = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } +fp-self-contained = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false, features = ["serde"] } +pallet-ethereum = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false, features = ["forbid-evm-reentrancy"] } +pallet-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false, features = ["forbid-evm-reentrancy"] } +pallet-evm-precompile-blake2 = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } +pallet-evm-precompile-ed25519 = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } +pallet-base-fee = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } +fp-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } +fp-ethereum = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } +precompile-utils = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", default-features = false } # (native) -fc-consensus = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407" } -fc-db = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407" } -fc-api = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407" } -fc-mapping-sync = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407" } -fc-rpc = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407", features = ["rpc-binary-search-estimate", "txpool"] } -fc-rpc-core = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407" } -fp-consensus = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407" } -fp-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407" } -fc-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2407" } +fc-consensus = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407" } +fc-db = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407" } +fc-api = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407" } +fc-mapping-sync = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407" } +fc-rpc = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407", features = ["rpc-binary-search-estimate", "txpool"] } +fc-rpc-core = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407" } +fp-consensus = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407" } +fp-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407" } +fc-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "oom-issue-fix-stable2407" } # Cumulus # (wasm) -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -cumulus-primitives-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -parachain-info = { package = "staging-parachain-info", git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -parachains-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } +cumulus-pallet-aura-ext = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +cumulus-primitives-aura = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +cumulus-primitives-core = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +parachain-info = { package = "staging-parachain-info", git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +parachains-common = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } # (native) -cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-client-consensus-relay-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-client-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-relay-chain-rpc-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } +cumulus-client-cli = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-client-consensus-aura = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-client-consensus-common = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-client-consensus-relay-chain = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-client-network = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-client-service = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-client-collator = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-client-consensus-proposer = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-relay-chain-interface = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-relay-chain-minimal-node = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-relay-chain-rpc-interface = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } # Polkadot # (wasm) -polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } +polkadot-primitives = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +polkadot-runtime-common = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +polkadot-core-primitives = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +polkadot-runtime-parachains = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } # XCM # (wasm) -cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -xcm-simulator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } -xcm-runtime-apis = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +xcm = { package = "staging-xcm", git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-xcm = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +pallet-xcm-benchmarks = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +xcm-simulator = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } +xcm-runtime-apis = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix", default-features = false } # (native) -polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -polkadot-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } +polkadot-cli = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +polkadot-service = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } # ORML # (wasm) -orml-xtokens = { git = "https://github.com/AstarNetwork/open-runtime-module-library", branch = "stable2407", default-features = false } -orml-traits = { git = "https://github.com/AstarNetwork/open-runtime-module-library", branch = "stable2407", default-features = false } -orml-xcm-support = { git = "https://github.com/AstarNetwork/open-runtime-module-library", branch = "stable2407", default-features = false } -orml-oracle = { git = "https://github.com/AstarNetwork/open-runtime-module-library", branch = "stable2407", default-features = false } +orml-xtokens = { git = "https://github.com/AstarNetwork/open-runtime-module-library", branch = "oom-fix-stable2407", default-features = false } +orml-traits = { git = "https://github.com/AstarNetwork/open-runtime-module-library", branch = "oom-fix-stable2407", default-features = false } +orml-xcm-support = { git = "https://github.com/AstarNetwork/open-runtime-module-library", branch = "oom-fix-stable2407", default-features = false } +orml-oracle = { git = "https://github.com/AstarNetwork/open-runtime-module-library", branch = "oom-fix-stable2407", default-features = false } # Astar pallets & modules # (wasm) @@ -340,5 +340,5 @@ moonbeam-rpc-core-trace = { path = "./vendor/rpc-core/trace" } moonbeam-rpc-core-debug = { path = "./vendor/rpc-core/debug" } # Build deps -substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } -substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" } +substrate-wasm-builder = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" } +substrate-build-script-utils = { git = "https://github.com/dinonard/polkadot-sdk", branch = "oom-sync-fix" }