From 3818e3fc9a2468ef71e29ba3646ce57943e9bc37 Mon Sep 17 00:00:00 2001 From: vedhavyas Date: Mon, 21 Oct 2024 14:12:23 +0530 Subject: [PATCH] revert treasury changes --- Cargo.lock | 624 +++++++++++++++++------------------ Cargo.toml | 248 +++++++------- primitives/src/governance.rs | 5 +- runtime/local/src/lib.rs | 29 +- runtime/shibuya/src/lib.rs | 29 +- 5 files changed, 479 insertions(+), 456 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d75f85be6..a6e6bcf02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1067,7 +1067,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "hash-db", "log", @@ -1280,7 +1280,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.14.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "scale-info", @@ -2090,7 +2090,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "clap", "parity-scale-codec", @@ -2107,7 +2107,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.17.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2175,7 +2175,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2205,7 +2205,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "anyhow", "async-trait", @@ -2220,7 +2220,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -2243,7 +2243,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2269,7 +2269,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.11.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2291,7 +2291,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2317,7 +2317,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2354,7 +2354,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2371,7 +2371,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.16.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2407,7 +2407,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -2418,7 +2418,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2433,7 +2433,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.16.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2458,7 +2458,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2471,7 +2471,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2487,7 +2487,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2503,7 +2503,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2513,7 +2513,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.16.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2532,7 +2532,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2556,7 +2556,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2575,7 +2575,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "async-trait", @@ -2610,7 +2610,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2649,7 +2649,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3743,7 +3743,7 @@ dependencies = [ [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "async-trait", "fp-storage", @@ -3755,7 +3755,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "async-trait", "fp-consensus", @@ -3771,7 +3771,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "async-trait", "fc-api", @@ -3792,7 +3792,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "fc-db", "fc-storage", @@ -3813,7 +3813,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "ethereum", "ethereum-types", @@ -3867,7 +3867,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "ethereum", "ethereum-types", @@ -3882,7 +3882,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "ethereum", "ethereum-types", @@ -4027,7 +4027,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", ] @@ -4054,7 +4054,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "hex", "impl-serde", @@ -4073,7 +4073,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "ethereum", "parity-scale-codec", @@ -4084,7 +4084,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "ethereum", "ethereum-types", @@ -4096,7 +4096,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "evm", "frame-support", @@ -4111,7 +4111,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "ethereum", "ethereum-types", @@ -4127,7 +4127,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "frame-support", "parity-scale-codec", @@ -4139,7 +4139,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "parity-scale-codec", "serde", @@ -4154,7 +4154,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-support-procedural", @@ -4178,7 +4178,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "42.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "Inflector", "array-bytes", @@ -4228,7 +4228,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -4239,7 +4239,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4255,7 +4255,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "aquamarine", "frame-support", @@ -4285,7 +4285,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "docify", @@ -4300,7 +4300,7 @@ dependencies = [ [[package]] name = "frame-support" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "aquamarine", "array-bytes", @@ -4341,7 +4341,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "30.0.4" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "Inflector", "cfg-expr", @@ -4360,7 +4360,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.2.0", @@ -4372,7 +4372,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "proc-macro2", "quote", @@ -4382,7 +4382,7 @@ dependencies = [ [[package]] name = "frame-system" version = "37.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "cfg-if", "docify", @@ -4402,7 +4402,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -4416,7 +4416,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "parity-scale-codec", @@ -4426,7 +4426,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "parity-scale-codec", @@ -6864,7 +6864,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "log", @@ -6883,7 +6883,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7856,7 +7856,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=stable2407#51052f3a97933b544e28f7e29d9795f87ed89f5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7875,7 +7875,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=stable2407#51052f3a97933b544e28f7e29d9795f87ed89f5d" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -7895,7 +7895,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=stable2407#51052f3a97933b544e28f7e29d9795f87ed89f5d" dependencies = [ "frame-support", "parity-scale-codec", @@ -7910,7 +7910,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=stable2407#51052f3a97933b544e28f7e29d9795f87ed89f5d" dependencies = [ "frame-support", "orml-traits", @@ -7924,7 +7924,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=stable2407#51052f3a97933b544e28f7e29d9795f87ed89f5d" dependencies = [ "frame-support", "frame-system", @@ -7951,7 +7951,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-asset-conversion" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -7969,7 +7969,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -7983,7 +7983,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -8000,7 +8000,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -8016,7 +8016,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", @@ -8032,7 +8032,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", @@ -8047,7 +8047,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", @@ -8060,7 +8060,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -8083,7 +8083,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "aquamarine", "docify", @@ -8104,7 +8104,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "frame-benchmarking", @@ -8119,7 +8119,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", @@ -8138,7 +8138,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -8162,7 +8162,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -8179,7 +8179,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitvec", "frame-benchmarking", @@ -8239,7 +8239,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -8283,7 +8283,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -8302,7 +8302,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -8338,7 +8338,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitflags 1.3.2", "environmental", @@ -8371,7 +8371,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "23.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "proc-macro2", "quote", @@ -8381,7 +8381,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -8393,7 +8393,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8432,7 +8432,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", @@ -8445,7 +8445,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -8482,7 +8482,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8504,7 +8504,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8517,7 +8517,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -8535,7 +8535,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "ethereum", "ethereum-types", @@ -8582,7 +8582,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "environmental", "evm", @@ -8605,7 +8605,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "frame-support", "frame-system", @@ -8642,7 +8642,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "fp-evm", ] @@ -8650,7 +8650,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "fp-evm", "sp-core", @@ -8688,7 +8688,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "fp-evm", "frame-support", @@ -8726,7 +8726,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-ed25519" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "ed25519-dalek", "fp-evm", @@ -8735,7 +8735,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "fp-evm", "num", @@ -8744,7 +8744,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "fp-evm", "tiny-keccak", @@ -8753,7 +8753,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "fp-evm", "ripemd", @@ -8877,7 +8877,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "frame-benchmarking", @@ -8895,7 +8895,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -8917,7 +8917,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "enumflags2", "frame-benchmarking", @@ -8933,7 +8933,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -8952,7 +8952,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -8987,7 +8987,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", @@ -9000,7 +9000,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9016,7 +9016,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "environmental", "frame-benchmarking", @@ -9035,7 +9035,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "7.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "frame-benchmarking", @@ -9052,7 +9052,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9069,7 +9069,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9084,7 +9084,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9099,7 +9099,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", @@ -9117,7 +9117,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "35.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9137,7 +9137,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -9147,7 +9147,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", @@ -9163,7 +9163,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9186,7 +9186,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "frame-benchmarking", @@ -9203,7 +9203,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9241,7 +9241,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9255,7 +9255,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9273,7 +9273,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9287,7 +9287,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9305,7 +9305,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", @@ -9319,7 +9319,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "frame-benchmarking", @@ -9336,7 +9336,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", @@ -9357,7 +9357,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9373,7 +9373,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9390,7 +9390,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9412,7 +9412,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -9423,7 +9423,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "log", "sp-arithmetic", @@ -9432,7 +9432,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "sp-api", @@ -9442,7 +9442,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9478,7 +9478,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "frame-benchmarking", @@ -9493,7 +9493,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "36.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "frame-benchmarking", @@ -9512,7 +9512,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9530,7 +9530,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", @@ -9545,7 +9545,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -9561,7 +9561,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -9573,7 +9573,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "36.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "frame-benchmarking", @@ -9616,7 +9616,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9631,7 +9631,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9645,7 +9645,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9679,7 +9679,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "16.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -9702,7 +9702,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9720,7 +9720,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -10059,7 +10059,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "polkadot-approval-distribution" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitvec", "futures 0.3.30", @@ -10079,7 +10079,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "always-assert", "futures 0.3.30", @@ -10095,7 +10095,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "derive_more", "fatality", @@ -10119,7 +10119,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "fatality", @@ -10152,7 +10152,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "cfg-if", "clap", @@ -10180,7 +10180,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitvec", "fatality", @@ -10202,7 +10202,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "scale-info", @@ -10213,7 +10213,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "derive_more", "fatality", @@ -10238,7 +10238,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -10252,7 +10252,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "futures-timer", @@ -10274,7 +10274,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "always-assert", "async-trait", @@ -10297,7 +10297,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -10315,7 +10315,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitvec", "derive_more", @@ -10348,7 +10348,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitvec", "futures 0.3.30", @@ -10370,7 +10370,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitvec", "fatality", @@ -10390,7 +10390,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "polkadot-node-subsystem", @@ -10405,7 +10405,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "17.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "futures 0.3.30", @@ -10428,7 +10428,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -10442,7 +10442,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "futures-timer", @@ -10459,7 +10459,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "fatality", "futures 0.3.30", @@ -10478,7 +10478,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "futures 0.3.30", @@ -10495,7 +10495,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "16.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "fatality", "futures 0.3.30", @@ -10509,7 +10509,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitvec", "fatality", @@ -10527,7 +10527,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "always-assert", "array-bytes", @@ -10556,7 +10556,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "polkadot-node-primitives", @@ -10572,7 +10572,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "cpu-time", "futures 0.3.30", @@ -10598,7 +10598,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -10613,7 +10613,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "lazy_static", "log", @@ -10632,7 +10632,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bs58 0.5.1", "futures 0.3.30", @@ -10651,7 +10651,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10677,7 +10677,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitvec", "bounded-vec", @@ -10700,7 +10700,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10710,7 +10710,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "17.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "bitvec", @@ -10740,7 +10740,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "17.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "derive_more", @@ -10776,7 +10776,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "futures 0.3.30", @@ -10798,7 +10798,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bounded-collections", "derive_more", @@ -10814,7 +10814,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitvec", "hex-literal", @@ -10840,7 +10840,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -10875,7 +10875,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "16.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitvec", "frame-benchmarking", @@ -10925,7 +10925,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bs58 0.5.1", "frame-benchmarking", @@ -10937,7 +10937,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "16.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -10984,7 +10984,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "frame-benchmarking", @@ -11102,7 +11102,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "arrayvec 0.7.6", "bitvec", @@ -11125,7 +11125,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -11294,7 +11294,7 @@ dependencies = [ [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "derive_more", "environmental", @@ -11323,7 +11323,7 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#46185523fea27f382a5bd11aed4803227c68ad4c" dependencies = [ "case", "num_enum 0.7.3", @@ -12187,7 +12187,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "binary-merkle-tree", "bitvec", @@ -12287,7 +12287,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "polkadot-primitives", @@ -12637,7 +12637,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "log", "sp-core", @@ -12648,7 +12648,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "futures 0.3.30", @@ -12678,7 +12678,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "futures-timer", @@ -12700,7 +12700,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.42.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "sp-api", @@ -12715,7 +12715,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "docify", @@ -12742,7 +12742,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -12753,7 +12753,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.46.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "chrono", @@ -12794,7 +12794,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "fnv", "futures 0.3.30", @@ -12821,7 +12821,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "hash-db", "kvdb", @@ -12847,7 +12847,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "futures 0.3.30", @@ -12871,7 +12871,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "futures 0.3.30", @@ -12900,7 +12900,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "fork-tree", @@ -12936,7 +12936,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -12958,7 +12958,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12994,7 +12994,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -13014,7 +13014,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "fork-tree", "parity-scale-codec", @@ -13027,7 +13027,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.29.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "ahash", "array-bytes", @@ -13071,7 +13071,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "finality-grandpa", "futures 0.3.30", @@ -13091,7 +13091,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "assert_matches", "async-trait", @@ -13126,7 +13126,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "futures 0.3.30", @@ -13149,7 +13149,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -13172,7 +13172,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "polkavm", "sc-allocator", @@ -13185,7 +13185,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "log", "polkavm", @@ -13196,7 +13196,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "anyhow", "cfg-if", @@ -13214,7 +13214,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "ansi_term", "futures 0.3.30", @@ -13231,7 +13231,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "33.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -13245,7 +13245,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.14.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -13274,7 +13274,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13325,7 +13325,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13343,7 +13343,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "ahash", "futures 0.3.30", @@ -13362,7 +13362,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13383,7 +13383,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13420,7 +13420,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "futures 0.3.30", @@ -13439,7 +13439,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.12.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bs58 0.5.1", "ed25519-dalek", @@ -13456,7 +13456,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "bytes", @@ -13490,7 +13490,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -13499,7 +13499,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -13531,7 +13531,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13551,7 +13551,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "16.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "forwarded-header-value", "futures 0.3.30", @@ -13573,7 +13573,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "futures 0.3.30", @@ -13605,7 +13605,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "directories", @@ -13669,7 +13669,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "log", "parity-scale-codec", @@ -13680,7 +13680,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.22.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "clap", "fs4", @@ -13693,7 +13693,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13712,7 +13712,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "derive_more", "futures 0.3.30", @@ -13733,7 +13733,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "chrono", "futures 0.3.30", @@ -13753,7 +13753,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "ansi_term", "chrono", @@ -13783,7 +13783,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -13794,7 +13794,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "futures 0.3.30", @@ -13821,7 +13821,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "futures 0.3.30", @@ -13837,7 +13837,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-channel 1.9.0", "futures 0.3.30", @@ -14641,7 +14641,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "enumn", "parity-scale-codec", @@ -14848,7 +14848,7 @@ dependencies = [ [[package]] name = "sp-api" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "hash-db", @@ -14870,7 +14870,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14884,7 +14884,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "scale-info", @@ -14896,7 +14896,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "integer-sqrt", @@ -14910,7 +14910,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "scale-info", @@ -14922,7 +14922,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "sp-api", "sp-inherents", @@ -14932,7 +14932,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -14951,7 +14951,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "futures 0.3.30", @@ -14966,7 +14966,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "parity-scale-codec", @@ -14982,7 +14982,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "parity-scale-codec", @@ -15000,7 +15000,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "lazy_static", "parity-scale-codec", @@ -15020,7 +15020,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "finality-grandpa", "log", @@ -15037,7 +15037,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "scale-info", @@ -15048,7 +15048,7 @@ dependencies = [ [[package]] name = "sp-core" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -15094,7 +15094,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "blake2b_simd", "byteorder", @@ -15107,7 +15107,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "quote", "sp-crypto-hashing", @@ -15117,7 +15117,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -15126,7 +15126,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "proc-macro2", "quote", @@ -15136,7 +15136,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "environmental", "parity-scale-codec", @@ -15146,7 +15146,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "scale-info", @@ -15158,7 +15158,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -15171,7 +15171,7 @@ dependencies = [ [[package]] name = "sp-io" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bytes", "docify", @@ -15197,7 +15197,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "sp-core", "sp-runtime", @@ -15207,7 +15207,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -15218,7 +15218,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "thiserror", "zstd 0.12.4", @@ -15227,7 +15227,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -15237,7 +15237,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.12.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "scale-info", @@ -15248,7 +15248,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "log", "parity-scale-codec", @@ -15265,7 +15265,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "scale-info", @@ -15278,7 +15278,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "sp-api", "sp-core", @@ -15288,7 +15288,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "backtrace", "lazy_static", @@ -15298,7 +15298,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "rustc-hash", "serde", @@ -15308,7 +15308,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "39.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "either", @@ -15334,7 +15334,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -15353,7 +15353,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "Inflector", "expander", @@ -15366,7 +15366,7 @@ dependencies = [ [[package]] name = "sp-session" version = "35.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "scale-info", @@ -15380,7 +15380,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -15393,7 +15393,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "hash-db", "log", @@ -15413,7 +15413,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -15437,12 +15437,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" [[package]] name = "sp-storage" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15454,7 +15454,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "parity-scale-codec", @@ -15466,7 +15466,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "tracing", @@ -15477,7 +15477,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "sp-api", "sp-runtime", @@ -15486,7 +15486,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "async-trait", "parity-scale-codec", @@ -15500,7 +15500,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "ahash", "hash-db", @@ -15523,7 +15523,7 @@ dependencies = [ [[package]] name = "sp-version" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15540,7 +15540,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -15551,7 +15551,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -15563,7 +15563,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -15629,7 +15629,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -15642,7 +15642,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "14.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "bounded-collections", @@ -15660,7 +15660,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "16.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", @@ -15681,7 +15681,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "environmental", "frame-benchmarking", @@ -15813,7 +15813,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -15838,12 +15838,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" [[package]] name = "substrate-frame-rpc-system" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -15863,7 +15863,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "http-body-util", "hyper 1.4.1", @@ -15877,7 +15877,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15894,7 +15894,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "array-bytes", "build-helper", @@ -16436,7 +16436,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "coarsetime", "polkadot-primitives", @@ -16447,7 +16447,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "expander", "proc-macro-crate 3.2.0", @@ -17343,7 +17343,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "binary-merkle-tree", "bitvec", @@ -17449,7 +17449,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "polkadot-primitives", @@ -17874,7 +17874,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "10.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "Inflector", "proc-macro2", @@ -17885,7 +17885,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "parity-scale-codec", @@ -17899,7 +17899,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2407#88c3250104c1ce074bae14545e8443b18b1c3a67" +source = "git+https://github.com/AstarNetwork/polkadot-sdk?branch=stable2407#6447c63441413ca8972069541775ceea13f5197e" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index 0f52be206..76c2431ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,96 +93,96 @@ ethers = { version = "2.0.9", default-features = false } # 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/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-core-hashing = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-io = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-runtime = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-std = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-tracing = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-api = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-block-builder = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-consensus-aura = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-inherents = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-offchain = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-runtime-interface = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-session = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-transaction-pool = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-version = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-arithmetic = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-staking = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-externalities = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +sp-genesis-builder = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", 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/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sp-consensus = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sp-keyring = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sp-keystore = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sp-timestamp = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sp-trie = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-basic-authorship = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-chain-spec = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-client-api = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-client-db = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-consensus = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-consensus-aura = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-consensus-babe = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-executor = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-consensus-grandpa = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-consensus-manual-seal = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-network = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-network-sync = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-offchain = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-rpc = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-service = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-sysinfo = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-telemetry = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-tracing = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-transaction-pool = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-transaction-pool-api = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-utils = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +substrate-prometheus-endpoint = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +pallet-transaction-payment-rpc = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +substrate-frame-rpc-system = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +sc-cli = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +frame-benchmarking-cli = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } # 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-treasury = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-assets = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-balances = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-proxy = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-utility = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +frame-support = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +frame-system = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +frame-executive = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +frame-metadata-hash-extension = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-aura = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-authorship = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-contracts = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-contracts-uapi = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-identity = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-multisig = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-migrations = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-session = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false, features = ["historical"] } +pallet-sudo = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-timestamp = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-transaction-payment = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-vesting = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +frame-benchmarking = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +frame-system-benchmarking = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +frame-try-runtime = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-preimage = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-scheduler = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-grandpa = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-message-queue = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-membership = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-collective = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-democracy = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-treasury = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } # EVM & Ethereum # (wasm) @@ -225,53 +225,53 @@ fc-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "stabl # 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/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +cumulus-primitives-aura = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +cumulus-primitives-core = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +parachain-info = { package = "staging-parachain-info", git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +parachains-common = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", 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/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-client-consensus-aura = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-client-consensus-common = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-client-consensus-relay-chain = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-client-network = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-client-service = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-client-collator = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-client-consensus-proposer = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-relay-chain-interface = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-relay-chain-minimal-node = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-relay-chain-rpc-interface = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } # 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/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +polkadot-runtime-common = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +polkadot-core-primitives = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +polkadot-runtime-parachains = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", 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/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +xcm = { package = "staging-xcm", git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-xcm = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +pallet-xcm-benchmarks = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +xcm-simulator = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", default-features = false } +xcm-runtime-apis = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407", 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/AstarNetwork/polkadot-sdk", branch = "stable2407" } +polkadot-service = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } # ORML # (wasm) @@ -338,5 +338,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/AstarNetwork/polkadot-sdk", branch = "stable2407" } +substrate-build-script-utils = { git = "https://github.com/AstarNetwork/polkadot-sdk", branch = "stable2407" } diff --git a/primitives/src/governance.rs b/primitives/src/governance.rs index 124d06fbf..a7a1b9094 100644 --- a/primitives/src/governance.rs +++ b/primitives/src/governance.rs @@ -18,7 +18,7 @@ use crate::AccountId; use frame_support::traits::EitherOfDiverse; -use frame_system::{EnsureRoot, EnsureWithSuccess}; +use frame_system::EnsureRoot; pub type OracleMembershipInst = pallet_membership::Instance1; pub type MainCouncilMembershipInst = pallet_membership::Instance2; @@ -44,9 +44,6 @@ pub type EnsureRootOrTwoThirdsMainCouncil = EitherOfDiverse< pallet_collective::EnsureProportionAtLeast, >; -pub type TreasurySpender = - EnsureWithSuccess; - pub type EnsureRootOrHalfMainCouncil = EitherOfDiverse< EnsureRoot, pallet_collective::EnsureProportionAtLeast, diff --git a/runtime/local/src/lib.rs b/runtime/local/src/lib.rs index 4ff80193b..185347545 100644 --- a/runtime/local/src/lib.rs +++ b/runtime/local/src/lib.rs @@ -75,7 +75,7 @@ use astar_primitives::{ EnsureRootOrTwoThirdsCommunityCouncil, EnsureRootOrTwoThirdsMainCouncil, EnsureRootOrTwoThirdsTechnicalCommittee, MainCouncilCollectiveInst, MainCouncilMembershipInst, MainTreasuryInst, TechnicalCommitteeCollectiveInst, - TechnicalCommitteeMembershipInst, TreasurySpender, + TechnicalCommitteeMembershipInst, }, Address, AssetId, Balance, BlockNumber, Hash, Header, Nonce, }; @@ -1020,8 +1020,8 @@ impl pallet_democracy::Config for Runtime { } parameter_types! { + pub const ProposalBond: Permill = Permill::from_percent(5); pub MainTreasuryAccount: AccountId = Treasury::account_id(); - pub const MaxBalance: Balance = Balance::MAX; } impl pallet_treasury::Config for Runtime { @@ -1029,9 +1029,14 @@ impl pallet_treasury::Config for Runtime { type Currency = Balances; type RuntimeEvent = RuntimeEvent; - // Origin to reject the spending proposal + // Two origins which can either approve or reject the spending proposal + type ApproveOrigin = EnsureRootOrTwoThirdsMainCouncil; type RejectOrigin = EnsureRootOrTwoThirdsMainCouncil; + type OnSlash = Treasury; + type ProposalBond = ProposalBond; + type ProposalBondMinimum = ConstU128<{ 10 * AST }>; + type ProposalBondMaximum = ConstU128<{ 100 * AST }>; type SpendPeriod = ConstU32<{ 1 * MINUTES }>; // We don't do periodic burns of the treasury @@ -1046,8 +1051,10 @@ impl pallet_treasury::Config for Runtime { type Paymaster = PayFromAccount; type BalanceConverter = UnityAssetBalanceConversion; - type SpendOrigin = TreasurySpender; - type PayoutPeriod = ConstU32<{ 30 * MINUTES }>; + // New approach to using treasury, useful for OpenGov but not necessarily for us. + type SpendOrigin = frame_support::traits::NeverEnsureOrigin; + // Only used by 'spend' approach which is disabled + type PayoutPeriod = ConstU32<0>; #[cfg(feature = "runtime-benchmarks")] type BenchmarkHelper = (); type WeightInfo = pallet_treasury::weights::SubstrateWeight; @@ -1062,9 +1069,14 @@ impl pallet_treasury::Config for Runtime { type Currency = Balances; type RuntimeEvent = RuntimeEvent; - // Origin to reject the spending proposal + // Two origins which can either approve or reject the spending proposal + type ApproveOrigin = EnsureRootOrTwoThirdsCommunityCouncil; type RejectOrigin = EnsureRootOrTwoThirdsCommunityCouncil; + type OnSlash = CommunityTreasury; + type ProposalBond = ProposalBond; + type ProposalBondMinimum = ConstU128<{ 10 * AST }>; + type ProposalBondMaximum = ConstU128<{ 100 * AST }>; type SpendPeriod = ConstU32<{ 1 * MINUTES }>; // We don't do periodic burns of the community treasury @@ -1080,8 +1092,9 @@ impl pallet_treasury::Config for Runtime { type BalanceConverter = UnityAssetBalanceConversion; // New approach to using treasury, useful for OpenGov but not necessarily for us. - type SpendOrigin = TreasurySpender; - type PayoutPeriod = ConstU32<{ 30 * MINUTES }>; + type SpendOrigin = frame_support::traits::NeverEnsureOrigin; + // Only used by 'spend' approach which is disabled + type PayoutPeriod = ConstU32<0>; #[cfg(feature = "runtime-benchmarks")] type BenchmarkHelper = (); type WeightInfo = pallet_treasury::weights::SubstrateWeight; diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index f2320cb9c..8b441aa0c 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -90,7 +90,7 @@ use astar_primitives::{ EnsureRootOrFourFifthsCommunityCouncil, EnsureRootOrHalfCommunityCouncil, EnsureRootOrHalfMainCouncil, EnsureRootOrHalfTechnicalCommittee, MainCouncilCollectiveInst, MainCouncilMembershipInst, MainTreasuryInst, OracleMembershipInst, - TechnicalCommitteeCollectiveInst, TechnicalCommitteeMembershipInst, TreasurySpender, + TechnicalCommitteeCollectiveInst, TechnicalCommitteeMembershipInst, }, oracle::{CurrencyAmount, CurrencyId, DummyCombineData, Price}, xcm::AssetLocationIdConverter, @@ -1409,8 +1409,8 @@ impl pallet_democracy::Config for Runtime { } parameter_types! { + pub const ProposalBond: Permill = Permill::from_percent(5); pub MainTreasuryAccount: AccountId = Treasury::account_id(); - pub const MaxBalance: Balance = Balance::MAX; } impl pallet_treasury::Config for Runtime { @@ -1418,9 +1418,14 @@ impl pallet_treasury::Config for Runtime { type Currency = Balances; type RuntimeEvent = RuntimeEvent; - // Origin to reject the spending proposal + // Two origins which can either approve or reject the spending proposal + type ApproveOrigin = EnsureRootOrHalfMainCouncil; type RejectOrigin = EnsureRootOrHalfMainCouncil; + type OnSlash = Treasury; + type ProposalBond = ProposalBond; + type ProposalBondMinimum = ConstU128<{ 100 * SBY }>; + type ProposalBondMaximum = ConstU128<{ 10000 * SBY }>; type SpendPeriod = ConstU32<{ 3 * DAYS }>; // We don't do periodic burns of the treasury @@ -1436,8 +1441,9 @@ impl pallet_treasury::Config for Runtime { type BalanceConverter = UnityAssetBalanceConversion; // New approach to using treasury, useful for OpenGov but not necessarily for us. - type SpendOrigin = TreasurySpender; - type PayoutPeriod = ConstU32<{ 3 * DAYS }>; + type SpendOrigin = frame_support::traits::NeverEnsureOrigin; + // Only used by 'spend' approach which is disabled + type PayoutPeriod = ConstU32<0>; #[cfg(feature = "runtime-benchmarks")] type BenchmarkHelper = (); type WeightInfo = pallet_treasury::weights::SubstrateWeight; @@ -1452,9 +1458,14 @@ impl pallet_treasury::Config for Runtime { type Currency = Balances; type RuntimeEvent = RuntimeEvent; - // Origin to reject the spending proposal + // Two origins which can either approve or reject the spending proposal + type ApproveOrigin = EnsureRootOrHalfCommunityCouncil; type RejectOrigin = EnsureRootOrHalfCommunityCouncil; + type OnSlash = CommunityTreasury; + type ProposalBond = ProposalBond; + type ProposalBondMinimum = ConstU128<{ 100 * SBY }>; + type ProposalBondMaximum = ConstU128<{ 10000 * SBY }>; type SpendPeriod = ConstU32<{ 3 * DAYS }>; // We don't do periodic burns of the community treasury @@ -1469,8 +1480,10 @@ impl pallet_treasury::Config for Runtime { type Paymaster = PayFromAccount; type BalanceConverter = UnityAssetBalanceConversion; - type SpendOrigin = TreasurySpender; - type PayoutPeriod = ConstU32<{ 3 * DAYS }>; + // New approach to using treasury, useful for OpenGov but not necessarily for us. + type SpendOrigin = frame_support::traits::NeverEnsureOrigin; + // Only used by 'spend' approach which is disabled + type PayoutPeriod = ConstU32<0>; #[cfg(feature = "runtime-benchmarks")] type BenchmarkHelper = (); type WeightInfo = pallet_treasury::weights::SubstrateWeight;