From f7083ed967d6340b453309af0f953074d4287a50 Mon Sep 17 00:00:00 2001 From: Gianfranco Date: Thu, 1 Aug 2024 05:38:44 -0300 Subject: [PATCH] updating foucoco, pendulum runtimes --- Cargo.lock | 2478 ++++++++-------------------- Cargo.toml | 9 +- runtime/amplitude/src/lib.rs | 6 +- runtime/foucoco/Cargo.toml | 14 +- runtime/foucoco/src/lib.rs | 246 ++- runtime/foucoco/src/xcm_config.rs | 16 +- runtime/pendulum/Cargo.toml | 8 +- runtime/pendulum/src/lib.rs | 241 ++- runtime/pendulum/src/xcm_config.rs | 16 +- 9 files changed, 928 insertions(+), 2106 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16b490dfb..e164f5a93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,15 +12,6 @@ dependencies = [ "regex", ] -[[package]] -name = "addr2line" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" -dependencies = [ - "gimli 0.26.2", -] - [[package]] name = "addr2line" version = "0.19.0" @@ -139,20 +130,20 @@ dependencies = [ "cumulus-pallet-session-benchmarking 3.0.0", "cumulus-pallet-xcm 0.1.0", "cumulus-pallet-xcmp-queue 0.1.0", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-primitives-timestamp", "cumulus-primitives-utility 0.1.0", "currency", "dia-oracle", "dia-oracle-runtime-api", "fee", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-executive 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "frame-system-benchmarking 4.0.0-dev", "frame-system-rpc-runtime-api 4.0.0-dev", - "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-try-runtime 0.10.0-dev", "hex-literal 0.3.4", "issue", "log", @@ -164,13 +155,13 @@ dependencies = [ "module-vault-registry-rpc-runtime-api", "nomination", "oracle", - "orml-asset-registry 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", + "orml-asset-registry", "orml-currencies", "orml-currencies-allowance-extension", "orml-tokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", "orml-traits", - "orml-xcm-support 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", - "orml-xtokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", + "orml-xcm-support", + "orml-xtokens", "pallet-aura 4.0.0-dev", "pallet-authorship 4.0.0-dev", "pallet-balances 4.0.0-dev", @@ -188,7 +179,7 @@ dependencies = [ "pallet-scheduler 4.0.0-dev", "pallet-session 4.0.0-dev", "pallet-timestamp 4.0.0-dev", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "pallet-transaction-payment 4.0.0-dev", "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", "pallet-treasury 4.0.0-dev", "pallet-utility 4.0.0-dev", @@ -210,11 +201,11 @@ dependencies = [ "security", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-block-builder 4.0.0-dev", "sp-consensus-aura 0.10.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-offchain 4.0.0-dev", "sp-runtime 24.0.0", @@ -1113,9 +1104,9 @@ source = "git+https://github.com/bifrost-finance/bifrost?rev=46ba3689c2fe1011cce dependencies = [ "bifrost-primitives", "bifrost-ve-minting", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "hex-literal 0.4.1", "log", "orml-traits", @@ -1138,7 +1129,7 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-core 21.0.0", "sp-rpc 6.0.0", @@ -1152,7 +1143,7 @@ source = "git+https://github.com/bifrost-finance/bifrost?rev=46ba3689c2fe1011cce dependencies = [ "bifrost-primitives", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-std 8.0.0", ] @@ -1162,7 +1153,7 @@ version = "0.8.0" source = "git+https://github.com/bifrost-finance/bifrost?rev=46ba3689c2fe1011cce0d752cb479e0e522e2e76#46ba3689c2fe1011cce0d752cb479e0e522e2e76" dependencies = [ "bstringify", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "orml-oracle 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library?rev=b3694e631df7f1ca16b1973122937753fcdee9d4)", "parity-scale-codec", "scale-info", @@ -1180,9 +1171,9 @@ version = "0.8.0" source = "git+https://github.com/bifrost-finance/bifrost?rev=46ba3689c2fe1011cce0d752cb479e0e522e2e76#46ba3689c2fe1011cce0d752cb479e0e522e2e76" dependencies = [ "bifrost-primitives", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "hex-literal 0.4.1", "log", "orml-traits", @@ -1734,15 +1725,6 @@ dependencies = [ "nom", ] -[[package]] -name = "cfg-expr" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db" -dependencies = [ - "smallvec", -] - [[package]] name = "cfg-expr" version = "0.15.8" @@ -1802,8 +1784,8 @@ dependencies = [ name = "chain-extension-common" version = "0.1.0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-contracts", "parity-scale-codec", @@ -1924,8 +1906,8 @@ name = "clients-info" version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-arithmetic 16.0.0", @@ -2124,7 +2106,7 @@ version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70" dependencies = [ - "cranelift-entity 0.95.1", + "cranelift-entity", ] [[package]] @@ -2137,7 +2119,7 @@ dependencies = [ "cranelift-bforest", "cranelift-codegen-meta", "cranelift-codegen-shared", - "cranelift-entity 0.95.1", + "cranelift-entity", "cranelift-isle", "gimli 0.27.3", "hashbrown 0.13.2", @@ -2162,15 +2144,6 @@ version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8" -[[package]] -name = "cranelift-entity" -version = "0.93.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f42ea692c7b450ad18b8c9889661505d51c09ec4380cf1c2d278dbb2da22cae1" -dependencies = [ - "serde", -] - [[package]] name = "cranelift-entity" version = "0.95.1" @@ -2216,13 +2189,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac" dependencies = [ "cranelift-codegen", - "cranelift-entity 0.95.1", + "cranelift-entity", "cranelift-frontend", "itertools 0.10.5", "log", "smallvec", - "wasmparser 0.102.0", - "wasmtime-types 8.0.1", + "wasmparser", + "wasmtime-types", ] [[package]] @@ -2359,7 +2332,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "futures", "parity-scale-codec", "parking_lot 0.12.2", @@ -2368,7 +2341,7 @@ dependencies = [ "polkadot-overseer 1.0.0", "polkadot-primitives 1.0.0", "sc-client-api 4.0.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-core 21.0.0", "sp-runtime 24.0.0", @@ -2385,7 +2358,7 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-primitives-aura", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-primitives-parachain-inherent 0.1.0", "cumulus-relay-chain-interface 0.1.0", "futures", @@ -2401,18 +2374,18 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry 4.0.0-dev", "schnellru", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-block-builder 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-consensus-aura 0.10.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-keystore 0.27.0", "sp-runtime 24.0.0", "sp-state-machine 0.28.0", - "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-timestamp 4.0.0-dev", "substrate-prometheus-endpoint 0.10.0-dev", "tracing", ] @@ -2424,7 +2397,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-relay-chain-interface 0.1.0", "dyn-clone", "futures", @@ -2437,10 +2410,10 @@ dependencies = [ "schnellru", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", - "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-consensus-slots 0.10.0-dev", "sp-core 21.0.0", "sp-runtime 24.0.0", - "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-timestamp 4.0.0-dev", "sp-trie 22.0.0", "substrate-prometheus-endpoint 0.10.0-dev", "tracing", @@ -2455,7 +2428,7 @@ dependencies = [ "async-trait", "cumulus-primitives-parachain-inherent 0.1.0", "sp-consensus 0.10.0-dev", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-runtime 24.0.0", "sp-state-machine 0.28.0", "thiserror", @@ -2490,7 +2463,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-relay-chain-interface 0.1.0", "futures", "futures-timer", @@ -2518,7 +2491,7 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface 0.1.0", "cumulus-relay-chain-minimal-node", @@ -2535,7 +2508,7 @@ dependencies = [ "sc-telemetry 4.0.0-dev", "sc-transaction-pool 4.0.0-dev", "sc-utils 4.0.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-core 21.0.0", @@ -2549,8 +2522,8 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "cumulus-pallet-parachain-system 0.1.0", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "pallet-aura 4.0.0-dev", "pallet-timestamp 4.0.0-dev", "parity-scale-codec", @@ -2585,9 +2558,9 @@ name = "cumulus-pallet-dmp-queue" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -2622,11 +2595,11 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro 0.1.0", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-primitives-parachain-inherent 0.1.0", "environmental", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -2634,7 +2607,7 @@ dependencies = [ "scale-info", "sp-core 21.0.0", "sp-externalities 0.19.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-runtime 24.0.0", "sp-state-machine 0.28.0", @@ -2705,9 +2678,9 @@ name = "cumulus-pallet-session-benchmarking" version = "3.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "pallet-session 4.0.0-dev", "parity-scale-codec", "sp-runtime 24.0.0", @@ -2734,9 +2707,9 @@ name = "cumulus-pallet-xcm" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-io 23.0.0", @@ -2767,10 +2740,10 @@ name = "cumulus-pallet-xcmp-queue" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "polkadot-runtime-common 1.0.0", @@ -2816,29 +2789,12 @@ dependencies = [ "parity-scale-codec", "polkadot-core-primitives 1.0.0", "polkadot-primitives 1.0.0", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-consensus-aura 0.10.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", ] -[[package]] -name = "cumulus-primitives-core" -version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 0.9.42", - "polkadot-parachain", - "polkadot-primitives 0.9.42", - "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", - "xcm", -] - [[package]] name = "cumulus-primitives-core" version = "0.1.0" @@ -2849,7 +2805,7 @@ dependencies = [ "polkadot-parachain-primitives 1.0.0", "polkadot-primitives 1.0.0", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", "sp-trie 22.0.0", @@ -2880,15 +2836,15 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-relay-chain-interface 0.1.0", "cumulus-test-relay-sproof-builder 0.1.0", "parity-scale-codec", "sc-client-api 4.0.0-dev", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-runtime 24.0.0", "sp-state-machine 0.28.0", "sp-std 8.0.0", @@ -2926,12 +2882,12 @@ name = "cumulus-primitives-timestamp" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "futures", "parity-scale-codec", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-std 8.0.0", - "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-timestamp 4.0.0-dev", ] [[package]] @@ -2939,8 +2895,8 @@ name = "cumulus-primitives-utility" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", + "frame-support 4.0.0-dev", "log", "parity-scale-codec", "polkadot-runtime-common 1.0.0", @@ -2979,7 +2935,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-relay-chain-interface 0.1.0", "futures", "futures-timer", @@ -2990,7 +2946,7 @@ dependencies = [ "sc-sysinfo 6.0.0-dev", "sc-telemetry 4.0.0-dev", "sc-tracing 4.0.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-core 21.0.0", "sp-runtime 24.0.0", @@ -3003,13 +2959,13 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer 1.0.0", "sc-client-api 4.0.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-state-machine 0.28.0", "thiserror", @@ -3041,7 +2997,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "array-bytes 6.2.3", "async-trait", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-relay-chain-interface 0.1.0", "cumulus-relay-chain-rpc-interface", "futures", @@ -3062,7 +3018,7 @@ dependencies = [ "sc-tracing 4.0.0-dev", "sc-utils 4.0.0-dev", "schnellru", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-consensus-babe 0.10.0-dev", "sp-runtime 24.0.0", @@ -3075,7 +3031,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-relay-chain-interface 0.1.0", "either", "futures", @@ -3093,8 +3049,8 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", + "sp-authority-discovery 4.0.0-dev", "sp-consensus-babe 0.10.0-dev", "sp-core 21.0.0", "sp-runtime 24.0.0", @@ -3112,7 +3068,7 @@ name = "cumulus-test-relay-sproof-builder" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "parity-scale-codec", "polkadot-primitives 1.0.0", "sp-runtime 24.0.0", @@ -3141,13 +3097,13 @@ name = "currency" version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "orml-currencies", "orml-tokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", "orml-traits", "pallet-balances 4.0.0-dev", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "pallet-transaction-payment 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", @@ -3412,9 +3368,9 @@ name = "dia-oracle" version = "0.1.0" source = "git+https://github.com/pendulum-chain/oracle-pallet?branch=polkadot-v1.1.0#b98aa3436f3a94d78904357923a98a35affe3677" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -3431,8 +3387,8 @@ version = "0.1.0" source = "git+https://github.com/pendulum-chain/oracle-pallet?branch=polkadot-v1.1.0#b98aa3436f3a94d78904357923a98a35affe3677" dependencies = [ "dia-oracle", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "sp-api 4.0.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", ] @@ -3645,19 +3601,10 @@ dependencies = [ "digest 0.10.7", "elliptic-curve", "rfc6979", - "signature 2.2.0", + "signature", "spki", ] -[[package]] -name = "ed25519" -version = "1.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" -dependencies = [ - "signature 1.6.4", -] - [[package]] name = "ed25519" version = "2.2.3" @@ -3665,19 +3612,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature 2.2.0", -] - -[[package]] -name = "ed25519-dalek" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" -dependencies = [ - "curve25519-dalek 3.2.0", - "ed25519 1.5.3", - "sha2 0.9.9", - "zeroize", + "signature", ] [[package]] @@ -3687,7 +3622,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519 2.2.3", + "ed25519", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -3716,7 +3651,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519 2.2.3", + "ed25519", "hashbrown 0.14.5", "hex", "rand_core 0.6.4", @@ -3965,19 +3900,6 @@ dependencies = [ "quote", ] -[[package]] -name = "expander" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f360349150728553f92e4c997a16af8915f418d3a0f21b440d34c5632f16ed84" -dependencies = [ - "blake2 0.10.6", - "fs-err", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "expander" version = "2.1.0" @@ -4059,9 +3981,9 @@ version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ "currency", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "oracle", "pallet-balances 4.0.0-dev", "parity-scale-codec", @@ -4240,20 +4162,20 @@ dependencies = [ "cumulus-pallet-session-benchmarking 3.0.0", "cumulus-pallet-xcm 0.1.0", "cumulus-pallet-xcmp-queue 0.1.0", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-primitives-timestamp", "cumulus-primitives-utility 0.1.0", "currency", "dia-oracle", "dia-oracle-runtime-api", "fee", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-executive 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "frame-system-benchmarking 4.0.0-dev", "frame-system-rpc-runtime-api 4.0.0-dev", - "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-try-runtime 0.10.0-dev", "hex-literal 0.3.4", "issue", "log", @@ -4265,14 +4187,14 @@ dependencies = [ "module-vault-registry-rpc-runtime-api", "nomination", "oracle", - "orml-asset-registry 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.42)", + "orml-asset-registry", "orml-currencies", "orml-currencies-allowance-extension", "orml-tokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", "orml-tokens-management-extension", "orml-traits", - "orml-xcm-support 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.42)", - "orml-xtokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.42)", + "orml-xcm-support", + "orml-xtokens", "pallet-aura 4.0.0-dev", "pallet-authorship 4.0.0-dev", "pallet-balances 4.0.0-dev", @@ -4291,7 +4213,7 @@ dependencies = [ "pallet-session 4.0.0-dev", "pallet-sudo", "pallet-timestamp 4.0.0-dev", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "pallet-transaction-payment 4.0.0-dev", "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", "pallet-treasury 4.0.0-dev", "pallet-utility 4.0.0-dev", @@ -4313,11 +4235,11 @@ dependencies = [ "security", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-block-builder 4.0.0-dev", "sp-consensus-aura 0.10.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-offchain 4.0.0-dev", "sp-runtime 24.0.0", @@ -4345,46 +4267,21 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" -[[package]] -name = "frame-benchmarking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-application-crypto 7.0.0", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-runtime-interface 7.0.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-support-procedural 4.0.0-dev", + "frame-system 4.0.0-dev", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-core 21.0.0", "sp-io 23.0.0", @@ -4431,9 +4328,9 @@ dependencies = [ "chrono", "clap", "comfy-table", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "gethostname", "handlebars", "itertools 0.10.5", @@ -4452,12 +4349,12 @@ dependencies = [ "sc-sysinfo 6.0.0-dev", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-core 21.0.0", "sp-database 4.0.0-dev", "sp-externalities 0.19.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-keystore 0.27.0", "sp-runtime 24.0.0", @@ -4498,8 +4395,8 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "frame-election-provider-solution-type 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-arithmetic 16.0.0", @@ -4532,9 +4429,9 @@ name = "frame-executive" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "frame-try-runtime 0.10.0-dev", "log", "parity-scale-codec", "scale-info", @@ -4564,18 +4461,6 @@ dependencies = [ "sp-tracing 14.0.0", ] -[[package]] -name = "frame-metadata" -version = "15.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "878babb0b136e731cc77ec2fd883ff02745ff21e6fb662729953d44923df009c" -dependencies = [ - "cfg-if", - "parity-scale-codec", - "scale-info", - "serde", -] - [[package]] name = "frame-metadata" version = "16.0.0" @@ -4595,8 +4480,8 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "array-bytes 6.2.3", "docify", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -4625,39 +4510,6 @@ dependencies = [ "tokio-retry", ] -[[package]] -name = "frame-support" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "bitflags 1.3.2", - "environmental", - "frame-metadata 15.1.0", - "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "impl-trait-for-tuples", - "k256", - "log", - "once_cell", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-core-hashing-proc-macro 5.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-tracing 6.0.0", - "sp-weights 4.0.0", - "tt-call", -] - [[package]] name = "frame-support" version = "4.0.0-dev" @@ -4667,8 +4519,8 @@ dependencies = [ "bitflags 1.3.2", "docify", "environmental", - "frame-metadata 16.0.0", - "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-metadata", + "frame-support-procedural 4.0.0-dev", "impl-trait-for-tuples", "k256", "log", @@ -4679,17 +4531,17 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-arithmetic 16.0.0", "sp-core 21.0.0", "sp-core-hashing-proc-macro 9.0.0", "sp-debug-derive 8.0.0", "sp-genesis-builder 0.1.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", - "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-metadata-ir 0.1.0", "sp-runtime 24.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-state-machine 0.28.0", "sp-std 8.0.0", "sp-tracing 10.0.0", @@ -4708,7 +4560,7 @@ dependencies = [ "bitflags 1.3.2", "docify", "environmental", - "frame-metadata 16.0.0", + "frame-metadata", "frame-support-procedural 20.0.0", "impl-trait-for-tuples", "k256", @@ -4739,32 +4591,16 @@ dependencies = [ "tt-call", ] -[[package]] -name = "frame-support-procedural" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "Inflector", - "cfg-expr 0.10.3", - "derive-syn-parse 0.1.5", - "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "itertools 0.10.5", - "proc-macro-warning 0.3.1", - "proc-macro2", - "quote", - "syn 2.0.65", -] - [[package]] name = "frame-support-procedural" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "Inflector", - "cfg-expr 0.15.8", + "cfg-expr", "derive-syn-parse 0.1.5", "expander 2.1.0", - "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support-procedural-tools 4.0.0-dev", "itertools 0.10.5", "macro_magic 0.4.2", "proc-macro-warning 0.4.2", @@ -4780,7 +4616,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d6bc383298353ff2790ac1a301262c21ac196dbc26ef67a2213c46524a06dd1" dependencies = [ "Inflector", - "cfg-expr 0.15.8", + "cfg-expr", "derive-syn-parse 0.1.5", "expander 2.1.0", "frame-support-procedural-tools 9.0.0", @@ -4793,24 +4629,12 @@ dependencies = [ "syn 2.0.65", ] -[[package]] -name = "frame-support-procedural-tools" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "proc-macro-crate 1.3.1", - "proc-macro2", - "quote", - "syn 2.0.65", -] - [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support-procedural-tools-derive 3.0.0", "proc-macro-crate 1.3.1", "proc-macro2", "quote", @@ -4830,16 +4654,6 @@ dependencies = [ "syn 2.0.65", ] -[[package]] -name = "frame-support-procedural-tools-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.65", -] - [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" @@ -4861,31 +4675,13 @@ dependencies = [ "syn 2.0.65", ] -[[package]] -name = "frame-system" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-version 5.0.0", - "sp-weights 4.0.0", -] - [[package]] name = "frame-system" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "cfg-if", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -4918,29 +4714,14 @@ dependencies = [ "sp-weights 24.0.0", ] -[[package]] -name = "frame-system-benchmarking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-core 21.0.0", @@ -4970,7 +4751,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", ] [[package]] @@ -4983,26 +4764,14 @@ dependencies = [ "sp-api 23.0.0", ] -[[package]] -name = "frame-try-runtime" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - [[package]] name = "frame-try-runtime" version = "0.10.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", ] @@ -5274,16 +5043,6 @@ dependencies = [ "polyval", ] -[[package]] -name = "gimli" -version = "0.26.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" -dependencies = [ - "fallible-iterator", - "stable_deref_trait", -] - [[package]] name = "gimli" version = "0.27.3" @@ -5958,9 +5717,9 @@ dependencies = [ "base64 0.13.1", "currency", "fee", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "hex", "log", "oracle", @@ -6222,7 +5981,7 @@ name = "kusama-runtime-constants" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "polkadot-primitives 1.0.0", "polkadot-runtime-common 1.0.0", "smallvec", @@ -6455,7 +6214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ "bs58 0.4.0", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "log", "multiaddr", "multihash", @@ -7102,15 +6861,6 @@ dependencies = [ "libc", ] -[[package]] -name = "memoffset" -version = "0.6.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" -dependencies = [ - "autocfg", -] - [[package]] name = "memoffset" version = "0.8.0" @@ -7129,12 +6879,6 @@ dependencies = [ "hash-db", ] -[[package]] -name = "memory_units" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3" - [[package]] name = "merlin" version = "2.0.1" @@ -7231,7 +6975,7 @@ dependencies = [ "parity-scale-codec", "sc-client-api 4.0.0-dev", "sc-offchain", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-consensus-beefy 4.0.0-dev", @@ -7249,7 +6993,7 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-core 21.0.0", "sp-mmr-primitives 4.0.0-dev", @@ -7311,7 +7055,7 @@ dependencies = [ "jsonrpsee", "module-issue-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-runtime 24.0.0", ] @@ -7321,9 +7065,9 @@ name = "module-issue-rpc-runtime-api" version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-std 8.0.0", ] @@ -7335,7 +7079,7 @@ dependencies = [ "jsonrpsee", "module-oracle-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-runtime 24.0.0", "spacewalk-primitives", @@ -7346,11 +7090,11 @@ name = "module-oracle-rpc-runtime-api" version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-std 8.0.0", "spacewalk-primitives", ] @@ -7363,7 +7107,7 @@ dependencies = [ "module-oracle-rpc-runtime-api", "module-pallet-staking-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-runtime 24.0.0", ] @@ -7372,12 +7116,12 @@ dependencies = [ name = "module-pallet-staking-rpc-runtime-api" version = "1.0.0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "module-oracle-rpc-runtime-api", "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-arithmetic 16.0.0", "sp-std 8.0.0", ] @@ -7390,7 +7134,7 @@ dependencies = [ "jsonrpsee", "module-redeem-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-runtime 24.0.0", ] @@ -7400,9 +7144,9 @@ name = "module-redeem-rpc-runtime-api" version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-std 8.0.0", ] @@ -7414,7 +7158,7 @@ dependencies = [ "jsonrpsee", "module-replace-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-runtime 24.0.0", ] @@ -7424,9 +7168,9 @@ name = "module-replace-rpc-runtime-api" version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-std 8.0.0", ] @@ -7439,7 +7183,7 @@ dependencies = [ "module-oracle-rpc-runtime-api", "module-vault-registry-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-runtime 24.0.0", ] @@ -7449,10 +7193,10 @@ name = "module-vault-registry-rpc-runtime-api" version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "module-oracle-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-std 8.0.0", ] @@ -7691,9 +7435,9 @@ source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983a dependencies = [ "currency", "fee", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "oracle", "orml-currencies", "orml-tokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", @@ -7803,18 +7547,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" -[[package]] -name = "object" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" -dependencies = [ - "crc32fast", - "hashbrown 0.12.3", - "indexmap 1.9.3", - "memchr", -] - [[package]] name = "object" version = "0.30.4" @@ -7882,9 +7614,9 @@ source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983a dependencies = [ "currency", "dia-oracle", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "once_cell", "orml-oracle 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", "pallet-balances 4.0.0-dev", @@ -7976,32 +7708,13 @@ dependencies = [ "num-traits", ] -[[package]] -name = "orml-asset-registry" -version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.42#4ae0372e2c624e6acc98305564b9d395f70814c0" -dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "orml-traits", - "pallet-xcm 0.9.42", - "parity-scale-codec", - "scale-info", - "serde", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm", - "xcm-builder", - "xcm-executor", -] - [[package]] name = "orml-asset-registry" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "orml-traits", "pallet-xcm 1.0.0", @@ -8021,8 +7734,8 @@ name = "orml-currencies" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "orml-traits", "orml-utilities 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", "parity-scale-codec", @@ -8037,9 +7750,9 @@ dependencies = [ name = "orml-currencies-allowance-extension" version = "1.0.0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "mocktopus", "orml-currencies", "orml-tokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", @@ -8060,8 +7773,8 @@ name = "orml-oracle" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "orml-traits", "orml-utilities 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", "parity-scale-codec", @@ -8078,8 +7791,8 @@ name = "orml-oracle" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=b3694e631df7f1ca16b1973122937753fcdee9d4#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "orml-traits", "orml-utilities 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library?rev=b3694e631df7f1ca16b1973122937753fcdee9d4)", "parity-scale-codec", @@ -8096,8 +7809,8 @@ name = "orml-tokens" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "orml-traits", "parity-scale-codec", @@ -8113,8 +7826,8 @@ name = "orml-tokens" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=b3694e631df7f1ca16b1973122937753fcdee9d4#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "orml-traits", "parity-scale-codec", @@ -8129,9 +7842,9 @@ dependencies = [ name = "orml-tokens-management-extension" version = "1.0.0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "mocktopus", "orml-currencies", "orml-tokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", @@ -8153,7 +7866,7 @@ name = "orml-traits" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack//open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "impl-trait-for-tuples", "num-traits", "orml-utilities 0.4.1-dev (git+https://github.com/open-web3-stack//open-runtime-module-library?branch=polkadot-v1.1.0)", @@ -8173,7 +7886,7 @@ name = "orml-utilities" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack//open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", @@ -8188,7 +7901,7 @@ name = "orml-utilities" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", @@ -8203,7 +7916,7 @@ name = "orml-utilities" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=b3694e631df7f1ca16b1973122937753fcdee9d4#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", @@ -8218,8 +7931,8 @@ name = "orml-xcm" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "pallet-xcm 1.0.0", "parity-scale-codec", "scale-info", @@ -8227,26 +7940,12 @@ dependencies = [ "staging-xcm 1.0.0", ] -[[package]] -name = "orml-xcm-support" -version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.42#4ae0372e2c624e6acc98305564b9d395f70814c0" -dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "orml-traits", - "parity-scale-codec", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm", - "xcm-executor", -] - [[package]] name = "orml-xcm-support" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "orml-traits", "parity-scale-codec", "sp-runtime 24.0.0", @@ -8255,38 +7954,17 @@ dependencies = [ "staging-xcm-executor 1.0.0", ] -[[package]] -name = "orml-xtokens" -version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.42#4ae0372e2c624e6acc98305564b9d395f70814c0" -dependencies = [ - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.42)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "orml-traits", - "orml-xcm-support 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.42)", - "pallet-xcm 0.9.42", - "parity-scale-codec", - "scale-info", - "serde", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm", - "xcm-executor", -] - [[package]] name = "orml-xtokens" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4" dependencies = [ - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "orml-traits", - "orml-xcm-support 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", + "orml-xcm-support", "pallet-xcm 1.0.0", "parity-scale-codec", "scale-info", @@ -8354,10 +8032,10 @@ name = "pallet-asset-tx-payment" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "pallet-transaction-payment 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", @@ -8391,9 +8069,9 @@ name = "pallet-assets" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -8424,8 +8102,8 @@ name = "pallet-aura" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-timestamp 4.0.0-dev", "parity-scale-codec", @@ -8459,13 +8137,13 @@ name = "pallet-authority-discovery" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "pallet-session 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-application-crypto 23.0.0", - "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-authority-discovery 4.0.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", ] @@ -8492,8 +8170,8 @@ name = "pallet-authorship" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", @@ -8521,9 +8199,9 @@ name = "pallet-babe" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-authorship 4.0.0-dev", "pallet-session 4.0.0-dev", @@ -8536,7 +8214,7 @@ dependencies = [ "sp-io 23.0.0", "sp-runtime 24.0.0", "sp-session 4.0.0-dev", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -8572,10 +8250,10 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "aquamarine", "docify", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-election-provider-support 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-balances 4.0.0-dev", "parity-scale-codec", @@ -8615,9 +8293,9 @@ name = "pallet-balances" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -8646,8 +8324,8 @@ name = "pallet-beefy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-authorship 4.0.0-dev", "pallet-session 4.0.0-dev", @@ -8657,7 +8335,7 @@ dependencies = [ "sp-consensus-beefy 4.0.0-dev", "sp-runtime 24.0.0", "sp-session 4.0.0-dev", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -8689,8 +8367,8 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "array-bytes 6.2.3", "binary-merkle-tree 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-beefy 4.0.0-dev", "pallet-mmr 4.0.0-dev", @@ -8698,7 +8376,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-consensus-beefy 4.0.0-dev", "sp-core 21.0.0", "sp-io 23.0.0", @@ -8738,9 +8416,9 @@ name = "pallet-bounties" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-treasury 4.0.0-dev", "parity-scale-codec", @@ -8775,9 +8453,9 @@ name = "pallet-child-bounties" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-bounties 4.0.0-dev", "pallet-treasury 4.0.0-dev", @@ -8814,9 +8492,9 @@ name = "pallet-collator-selection" version = "3.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-authorship 4.0.0-dev", "pallet-session 4.0.0-dev", @@ -8824,7 +8502,7 @@ dependencies = [ "rand 0.8.5", "scale-info", "sp-runtime 24.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -8853,9 +8531,9 @@ name = "pallet-collective" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -8890,9 +8568,9 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "impl-trait-for-tuples", "log", "pallet-balances 4.0.0-dev", @@ -8903,13 +8581,13 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-core 21.0.0", "sp-io 23.0.0", "sp-runtime 24.0.0", "sp-std 8.0.0", "wasm-instrument 0.4.0", - "wasmi 0.31.2", + "wasmi", ] [[package]] @@ -8941,9 +8619,9 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "assert_matches", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", @@ -8975,9 +8653,9 @@ name = "pallet-democracy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -9012,10 +8690,10 @@ name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-election-provider-support 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-election-provider-support-benchmarking 4.0.0-dev", "parity-scale-codec", @@ -9059,9 +8737,9 @@ name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-election-provider-support 4.0.0-dev", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-system 4.0.0-dev", "parity-scale-codec", "sp-npos-elections 4.0.0-dev", "sp-runtime 24.0.0", @@ -9088,9 +8766,9 @@ name = "pallet-elections-phragmen" version = "5.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -9098,7 +8776,7 @@ dependencies = [ "sp-io 23.0.0", "sp-npos-elections 4.0.0-dev", "sp-runtime 24.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -9128,16 +8806,16 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "docify", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-election-provider-support 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", "sp-io 23.0.0", "sp-runtime 24.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -9166,9 +8844,9 @@ name = "pallet-grandpa" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-authorship 4.0.0-dev", "pallet-session 4.0.0-dev", @@ -9180,7 +8858,7 @@ dependencies = [ "sp-io 23.0.0", "sp-runtime 24.0.0", "sp-session 4.0.0-dev", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -9214,9 +8892,9 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "enumflags2", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-io 23.0.0", @@ -9246,9 +8924,9 @@ name = "pallet-im-online" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-authorship 4.0.0-dev", "parity-scale-codec", @@ -9257,7 +8935,7 @@ dependencies = [ "sp-core 21.0.0", "sp-io 23.0.0", "sp-runtime 24.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -9287,9 +8965,9 @@ name = "pallet-indices" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-core 21.0.0", @@ -9322,8 +9000,8 @@ name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "safe-mix", "scale-info", @@ -9336,9 +9014,9 @@ name = "pallet-membership" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -9371,9 +9049,9 @@ name = "pallet-message-queue" version = "7.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -9410,9 +9088,9 @@ name = "pallet-mmr" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -9447,9 +9125,9 @@ name = "pallet-multisig" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -9528,9 +9206,9 @@ name = "pallet-nis" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-arithmetic 16.0.0", @@ -9561,8 +9239,8 @@ name = "pallet-nomination-pools" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-balances 4.0.0-dev", "parity-scale-codec", @@ -9570,7 +9248,7 @@ dependencies = [ "sp-core 21.0.0", "sp-io 23.0.0", "sp-runtime 24.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", "sp-tracing 10.0.0", ] @@ -9600,10 +9278,10 @@ name = "pallet-nomination-pools-benchmarking" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-election-provider-support 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "pallet-bags-list 4.0.0-dev", "pallet-nomination-pools 1.0.0", "pallet-staking 4.0.0-dev", @@ -9611,7 +9289,7 @@ dependencies = [ "scale-info", "sp-runtime 24.0.0", "sp-runtime-interface 17.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -9643,7 +9321,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "pallet-nomination-pools 1.0.0", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-std 8.0.0", ] @@ -9664,15 +9342,15 @@ name = "pallet-offences" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-balances 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", "sp-runtime 24.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -9699,10 +9377,10 @@ name = "pallet-offences-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-election-provider-support 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-babe 4.0.0-dev", "pallet-balances 4.0.0-dev", @@ -9714,7 +9392,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime 24.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -9748,9 +9426,9 @@ name = "pallet-preimage" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -9783,9 +9461,9 @@ name = "pallet-proxy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-io 23.0.0", @@ -9814,9 +9492,9 @@ name = "pallet-ranked-collective" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -9851,9 +9529,9 @@ name = "pallet-recovery" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-io 23.0.0", @@ -9883,9 +9561,9 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "assert_matches", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -9921,9 +9599,9 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "docify", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -9957,8 +9635,8 @@ name = "pallet-session" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "impl-trait-for-tuples", "log", "pallet-timestamp 4.0.0-dev", @@ -9968,7 +9646,7 @@ dependencies = [ "sp-io 23.0.0", "sp-runtime 24.0.0", "sp-session 4.0.0-dev", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-state-machine 0.28.0", "sp-std 8.0.0", "sp-trie 22.0.0", @@ -10002,9 +9680,9 @@ name = "pallet-session-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "pallet-session 4.0.0-dev", "pallet-staking 4.0.0-dev", "parity-scale-codec", @@ -10037,9 +9715,9 @@ name = "pallet-society" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "rand_chacha 0.2.2", @@ -10074,10 +9752,10 @@ name = "pallet-staking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-election-provider-support 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-authorship 4.0.0-dev", "pallet-session 4.0.0-dev", @@ -10088,7 +9766,7 @@ dependencies = [ "sp-application-crypto 23.0.0", "sp-io 23.0.0", "sp-runtime 24.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -10163,7 +9841,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", ] [[package]] @@ -10181,9 +9859,9 @@ name = "pallet-state-trie-migration" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -10216,9 +9894,9 @@ name = "pallet-sudo" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-io 23.0.0", @@ -10231,18 +9909,18 @@ name = "pallet-timestamp" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-runtime 24.0.0", "sp-std 8.0.0", "sp-storage 13.0.0", - "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-timestamp 4.0.0-dev", ] [[package]] @@ -10271,9 +9949,9 @@ name = "pallet-tips" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-treasury 4.0.0-dev", "parity-scale-codec", @@ -10305,29 +9983,13 @@ dependencies = [ "sp-std 12.0.0", ] -[[package]] -name = "pallet-transaction-payment" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", @@ -10362,7 +10024,7 @@ dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-core 21.0.0", "sp-rpc 6.0.0", @@ -10375,9 +10037,9 @@ name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "pallet-transaction-payment 4.0.0-dev", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-runtime 24.0.0", "sp-weights 20.0.0", ] @@ -10400,9 +10062,9 @@ name = "pallet-treasury" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "impl-trait-for-tuples", "pallet-balances 4.0.0-dev", "parity-scale-codec", @@ -10453,9 +10115,9 @@ name = "pallet-utility" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-core 21.0.0", @@ -10486,9 +10148,9 @@ name = "pallet-vesting" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -10517,12 +10179,12 @@ name = "pallet-whitelist" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", ] @@ -10543,36 +10205,15 @@ dependencies = [ "sp-std 12.0.0", ] -[[package]] -name = "pallet-xcm" -version = "0.9.42" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" -dependencies = [ - "bounded-collections", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm", - "xcm-executor", -] - [[package]] name = "pallet-xcm" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "bounded-collections", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -10612,9 +10253,9 @@ name = "pallet-xcm-benchmarks" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -10671,9 +10312,9 @@ name = "parachain-info" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "sp-runtime 24.0.0", @@ -10684,9 +10325,9 @@ dependencies = [ name = "parachain-staking" version = "1.7.2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "module-pallet-staking-rpc-runtime-api", "pallet-aura 4.0.0-dev", @@ -10697,13 +10338,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-arithmetic 16.0.0", "sp-consensus-aura 0.10.0-dev", "sp-core 21.0.0", "sp-io 23.0.0", "sp-runtime 24.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -10712,10 +10353,10 @@ name = "parachains-common" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-primitives-utility 0.1.0", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "kusama-runtime-constants 1.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "log", "num-traits", @@ -10988,14 +10629,14 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-service", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-primitives-parachain-inherent 0.1.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface 0.1.0", "cumulus-relay-chain-minimal-node", "cumulus-relay-chain-rpc-interface", "foucoco-runtime", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-benchmarking-cli", "jsonrpsee", "log", @@ -11031,7 +10672,7 @@ dependencies = [ "sc-transaction-pool 4.0.0-dev", "sc-transaction-pool-api 4.0.0-dev", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-arithmetic 16.0.0", "sp-block-builder 4.0.0-dev", "sp-blockchain 4.0.0-dev", @@ -11042,7 +10683,7 @@ dependencies = [ "sp-offchain 4.0.0-dev", "sp-runtime 24.0.0", "sp-session 4.0.0-dev", - "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-timestamp 4.0.0-dev", "sp-transaction-pool 4.0.0-dev", "spacewalk-primitives", "staging-xcm 1.0.0", @@ -11069,20 +10710,20 @@ dependencies = [ "cumulus-pallet-session-benchmarking 3.0.0", "cumulus-pallet-xcm 0.1.0", "cumulus-pallet-xcmp-queue 0.1.0", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-primitives-timestamp", "cumulus-primitives-utility 0.1.0", "currency", "dia-oracle", "dia-oracle-runtime-api", "fee", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-executive 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "frame-system-benchmarking 4.0.0-dev", "frame-system-rpc-runtime-api 4.0.0-dev", - "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", + "frame-try-runtime 0.10.0-dev", "hex-literal 0.3.4", "issue", "log", @@ -11094,13 +10735,13 @@ dependencies = [ "module-vault-registry-rpc-runtime-api", "nomination", "oracle", - "orml-asset-registry 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", + "orml-asset-registry", "orml-currencies", "orml-currencies-allowance-extension", "orml-tokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", "orml-traits", - "orml-xcm-support 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.42)", - "orml-xtokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.42)", + "orml-xcm-support", + "orml-xtokens", "pallet-aura 4.0.0-dev", "pallet-authorship 4.0.0-dev", "pallet-balances 4.0.0-dev", @@ -11118,7 +10759,7 @@ dependencies = [ "pallet-scheduler 4.0.0-dev", "pallet-session 4.0.0-dev", "pallet-timestamp 4.0.0-dev", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "pallet-transaction-payment 4.0.0-dev", "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", "pallet-treasury 4.0.0-dev", "pallet-utility 4.0.0-dev", @@ -11140,11 +10781,11 @@ dependencies = [ "security", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-block-builder 4.0.0-dev", "sp-consensus-aura 0.10.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-offchain 4.0.0-dev", "sp-runtime 24.0.0", @@ -11426,18 +11067,6 @@ dependencies = [ "tracing-gum 1.0.0", ] -[[package]] -name = "polkadot-core-primitives" -version = "0.9.42" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - [[package]] name = "polkadot-core-primitives" version = "1.0.0" @@ -11587,7 +11216,7 @@ dependencies = [ "schnorrkel 0.9.1", "sp-application-crypto 23.0.0", "sp-consensus 0.10.0-dev", - "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-consensus-slots 0.10.0-dev", "sp-runtime 24.0.0", "thiserror", "tracing-gum 1.0.0", @@ -11733,7 +11362,7 @@ dependencies = [ "polkadot-overseer 1.0.0", "polkadot-primitives 1.0.0", "sp-blockchain 4.0.0-dev", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "thiserror", "tracing-gum 1.0.0", ] @@ -12074,8 +11703,8 @@ dependencies = [ "sc-network 0.10.0-dev", "sc-transaction-pool-api 4.0.0-dev", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", + "sp-authority-discovery 4.0.0-dev", "sp-consensus-babe 0.10.0-dev", "substrate-prometheus-endpoint 0.10.0-dev", "thiserror", @@ -12157,7 +11786,7 @@ dependencies = [ "polkadot-primitives 1.0.0", "sc-client-api 4.0.0-dev", "schnellru", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-core 21.0.0", "tikv-jemalloc-ctl", "tracing-gum 1.0.0", @@ -12186,23 +11815,6 @@ dependencies = [ "tracing-gum 4.0.0", ] -[[package]] -name = "polkadot-parachain" -version = "0.9.42" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" -dependencies = [ - "bounded-collections", - "derive_more", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "parity-scale-codec", - "polkadot-core-primitives 0.9.42", - "scale-info", - "serde", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - [[package]] name = "polkadot-parachain-primitives" version = "1.0.0" @@ -12210,7 +11822,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "bounded-collections", "derive_more", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "parity-scale-codec", "polkadot-core-primitives 1.0.0", "scale-info", @@ -12258,53 +11870,27 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.42" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "bitvec", "hex-literal 0.4.1", "parity-scale-codec", - "polkadot-core-primitives 0.9.42", - "polkadot-parachain", + "polkadot-core-primitives 1.0.0", + "polkadot-parachain-primitives 1.0.0", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-application-crypto 7.0.0", - "sp-arithmetic 6.0.0", - "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-io 7.0.0", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-std 5.0.0", -] - -[[package]] -name = "polkadot-primitives" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" -dependencies = [ - "bitvec", - "hex-literal 0.4.1", - "parity-scale-codec", - "polkadot-core-primitives 1.0.0", - "polkadot-parachain-primitives 1.0.0", - "scale-info", - "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-arithmetic 16.0.0", - "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-authority-discovery 4.0.0-dev", + "sp-consensus-slots 0.10.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-keystore 0.27.0", "sp-runtime 24.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -12356,7 +11942,7 @@ dependencies = [ "sc-rpc 4.0.0-dev", "sc-sync-state-rpc", "sc-transaction-pool-api 4.0.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-block-builder 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", @@ -12373,14 +11959,14 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "bitvec", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-election-provider-support 4.0.0-dev", "frame-executive 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "frame-system-benchmarking 4.0.0-dev", "frame-system-rpc-runtime-api 4.0.0-dev", - "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-try-runtime 0.10.0-dev", "hex-literal 0.4.1", "log", "pallet-authority-discovery 4.0.0-dev", @@ -12420,7 +12006,7 @@ dependencies = [ "pallet-staking-runtime-api 4.0.0-dev", "pallet-timestamp 4.0.0-dev", "pallet-tips 4.0.0-dev", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "pallet-transaction-payment 4.0.0-dev", "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", "pallet-treasury 4.0.0-dev", "pallet-utility 4.0.0-dev", @@ -12438,21 +12024,21 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-arithmetic 16.0.0", - "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-authority-discovery 4.0.0-dev", "sp-block-builder 4.0.0-dev", "sp-consensus-babe 0.10.0-dev", "sp-consensus-beefy 4.0.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-mmr-primitives 4.0.0-dev", "sp-npos-elections 4.0.0-dev", "sp-offchain 4.0.0-dev", "sp-runtime 24.0.0", "sp-session 4.0.0-dev", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", "sp-storage 13.0.0", "sp-transaction-pool 4.0.0-dev", @@ -12574,10 +12160,10 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "bitvec", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-election-provider-support 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "impl-trait-for-tuples", "libsecp256k1", "log", @@ -12590,7 +12176,7 @@ dependencies = [ "pallet-staking 4.0.0-dev", "pallet-staking-reward-fn 4.0.0-dev", "pallet-timestamp 4.0.0-dev", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "pallet-transaction-payment 4.0.0-dev", "pallet-treasury 4.0.0-dev", "pallet-vesting 4.0.0-dev", "parity-scale-codec", @@ -12601,14 +12187,14 @@ dependencies = [ "serde", "serde_derive", "slot-range-helper 1.0.0", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-npos-elections 4.0.0-dev", "sp-runtime 24.0.0", "sp-session 4.0.0-dev", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", "staging-xcm 1.0.0", "static_assertions", @@ -12669,7 +12255,7 @@ name = "polkadot-runtime-constants" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "polkadot-primitives 1.0.0", "polkadot-runtime-common 1.0.0", "smallvec", @@ -12699,7 +12285,7 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "parity-scale-codec", "polkadot-primitives 1.0.0", "sp-std 8.0.0", @@ -12728,9 +12314,9 @@ dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "impl-trait-for-tuples", "log", "pallet-authority-discovery 4.0.0-dev", @@ -12751,15 +12337,15 @@ dependencies = [ "rustc-hex", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-keystore 0.27.0", "sp-runtime 24.0.0", "sp-session 4.0.0-dev", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", "staging-xcm 1.0.0", "staging-xcm-executor 1.0.0", @@ -12819,10 +12405,10 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "async-trait", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-benchmarking-cli", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "frame-system-rpc-runtime-api 4.0.0-dev", "futures", "hex-literal 0.4.1", @@ -12834,7 +12420,7 @@ dependencies = [ "pallet-babe 4.0.0-dev", "pallet-im-online 4.0.0-dev", "pallet-staking 4.0.0-dev", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "pallet-transaction-payment 4.0.0-dev", "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", "parity-db", "parity-scale-codec", @@ -12902,8 +12488,8 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", + "sp-authority-discovery 4.0.0-dev", "sp-block-builder 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", @@ -12911,7 +12497,7 @@ dependencies = [ "sp-consensus-beefy 4.0.0-dev", "sp-consensus-grandpa 4.0.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-keyring 24.0.0", "sp-keystore 0.27.0", @@ -12921,7 +12507,7 @@ dependencies = [ "sp-session 4.0.0-dev", "sp-state-machine 0.28.0", "sp-storage 13.0.0", - "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-timestamp 4.0.0-dev", "sp-transaction-pool 4.0.0-dev", "sp-version 22.0.0", "sp-weights 20.0.0", @@ -12951,7 +12537,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives 1.0.0", "sp-keystore 0.27.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "thiserror", "tracing-gum 1.0.0", ] @@ -13036,9 +12622,9 @@ name = "pooled-rewards" version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "parity-scale-codec", "scale-info", @@ -13135,8 +12721,8 @@ version = "0.1.0" dependencies = [ "chain-extension-common", "dia-oracle", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "orml-currencies", "orml-tokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", @@ -13258,17 +12844,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "proc-macro-warning" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e99670bafb56b9a106419397343bdbc8b8742c3cc449fec6345f86173f47cd4" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.65", -] - [[package]] name = "proc-macro-warning" version = "0.4.2" @@ -13607,9 +13182,9 @@ source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983a dependencies = [ "currency", "fee", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "hex", "log", "oracle", @@ -13767,9 +13342,9 @@ source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983a dependencies = [ "currency", "fee", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "hex", "log", "nomination", @@ -13810,9 +13385,9 @@ name = "reward" version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", @@ -13830,9 +13405,9 @@ version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ "currency", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "oracle", "orml-currencies", @@ -13934,14 +13509,14 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "binary-merkle-tree 4.0.0-dev", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-executive 4.0.0-dev", "frame-metadata-hash-extension", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "frame-system-benchmarking 4.0.0-dev", "frame-system-rpc-runtime-api 4.0.0-dev", - "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-try-runtime 0.10.0-dev", "hex-literal 0.4.1", "log", "pallet-authority-discovery 4.0.0-dev", @@ -13976,7 +13551,7 @@ dependencies = [ "pallet-sudo", "pallet-timestamp 4.0.0-dev", "pallet-tips 4.0.0-dev", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "pallet-transaction-payment 4.0.0-dev", "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", "pallet-treasury 4.0.0-dev", "pallet-utility 4.0.0-dev", @@ -13993,19 +13568,19 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", + "sp-authority-discovery 4.0.0-dev", "sp-block-builder 4.0.0-dev", "sp-consensus-babe 0.10.0-dev", "sp-consensus-beefy 4.0.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-mmr-primitives 4.0.0-dev", "sp-offchain 4.0.0-dev", "sp-runtime 24.0.0", "sp-session 4.0.0-dev", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", "sp-storage 13.0.0", "sp-transaction-pool 4.0.0-dev", @@ -14022,7 +13597,7 @@ name = "rococo-runtime-constants" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "polkadot-primitives 1.0.0", "polkadot-runtime-common 1.0.0", "smallvec", @@ -14087,14 +13662,14 @@ dependencies = [ name = "runtime-common" version = "0.1.0" dependencies = [ - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "dia-oracle", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "orml-asset-registry 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "orml-asset-registry", "orml-traits", - "orml-xcm-support 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", + "orml-xcm-support", "parity-scale-codec", "paste", "scale-info", @@ -14119,16 +13694,16 @@ dependencies = [ "cumulus-pallet-dmp-queue 0.1.0", "cumulus-pallet-xcm 0.1.0", "cumulus-pallet-xcmp-queue 0.1.0", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-primitives-utility 0.1.0", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "orml-asset-registry 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "orml-asset-registry", "orml-tokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", "orml-traits", "orml-xcm", - "orml-xcm-support 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", - "orml-xtokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", + "orml-xcm-support", + "orml-xtokens", "pallet-assets 4.0.0-dev", "pallet-balances 4.0.0-dev", "pallet-xcm 1.0.0", @@ -14402,8 +13977,8 @@ dependencies = [ "rand 0.8.5", "sc-client-api 4.0.0-dev", "sc-network 0.10.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", + "sp-authority-discovery 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-core 21.0.0", "sp-keystore 0.27.0", @@ -14455,11 +14030,11 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry 4.0.0-dev", "sc-transaction-pool-api 4.0.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-runtime 24.0.0", "substrate-prometheus-endpoint 0.10.0-dev", ] @@ -14471,11 +14046,11 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "parity-scale-codec", "sc-client-api 4.0.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-block-builder 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-runtime 24.0.0", ] @@ -14650,7 +14225,7 @@ dependencies = [ "sc-executor 0.10.0-dev", "sc-transaction-pool-api 4.0.0-dev", "sc-utils 4.0.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-core 21.0.0", @@ -14759,7 +14334,7 @@ dependencies = [ "sc-client-api 4.0.0-dev", "sc-utils 4.0.0-dev", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-core 21.0.0", @@ -14809,15 +14384,15 @@ dependencies = [ "sc-consensus 0.10.0-dev", "sc-consensus-slots", "sc-telemetry 4.0.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-block-builder 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-consensus-aura 0.10.0-dev", - "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-consensus-slots 0.10.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-keystore 0.27.0", "sp-runtime 24.0.0", "substrate-prometheus-endpoint 0.10.0-dev", @@ -14845,15 +14420,15 @@ dependencies = [ "sc-telemetry 4.0.0-dev", "sc-transaction-pool-api 4.0.0-dev", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-block-builder 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-consensus-babe 0.10.0-dev", - "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-consensus-slots 0.10.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-keystore 0.27.0", "sp-runtime 24.0.0", "substrate-prometheus-endpoint 0.10.0-dev", @@ -14871,7 +14446,7 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api 0.10.0-dev", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", @@ -14901,7 +14476,7 @@ dependencies = [ "sc-network-gossip", "sc-network-sync 0.10.0-dev", "sc-utils 4.0.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-arithmetic 16.0.0", "sp-blockchain 4.0.0-dev", @@ -14976,7 +14551,7 @@ dependencies = [ "sc-transaction-pool-api 4.0.0-dev", "sc-utils 4.0.0-dev", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-arithmetic 16.0.0", "sp-blockchain 4.0.0-dev", @@ -15029,17 +14604,17 @@ dependencies = [ "sc-transaction-pool 4.0.0-dev", "sc-transaction-pool-api 4.0.0-dev", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-consensus-aura 0.10.0-dev", "sp-consensus-babe 0.10.0-dev", - "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-consensus-slots 0.10.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-keystore 0.27.0", "sp-runtime 24.0.0", - "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-timestamp 4.0.0-dev", "substrate-prometheus-endpoint 0.10.0-dev", "thiserror", ] @@ -15060,9 +14635,9 @@ dependencies = [ "sp-arithmetic 16.0.0", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", - "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-consensus-slots 0.10.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-runtime 24.0.0", "sp-state-machine 0.28.0", ] @@ -15077,7 +14652,7 @@ dependencies = [ "sc-executor-common 0.10.0-dev", "sc-executor-wasmtime 0.10.0-dev", "schnellru", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-core 21.0.0", "sp-externalities 0.19.0", "sp-io 23.0.0", @@ -15151,7 +14726,7 @@ dependencies = [ "sc-executor-common 0.10.0-dev", "sp-runtime-interface 17.0.0", "sp-wasm-interface 14.0.0", - "wasmtime 8.0.1", + "wasmtime", ] [[package]] @@ -15170,7 +14745,7 @@ dependencies = [ "sc-executor-common 0.26.0", "sp-runtime-interface 21.0.0", "sp-wasm-interface 18.0.0", - "wasmtime 8.0.1", + "wasmtime", ] [[package]] @@ -15615,7 +15190,7 @@ dependencies = [ "sc-network-common 0.10.0-dev", "sc-transaction-pool-api 4.0.0-dev", "sc-utils 4.0.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-core 21.0.0", "sp-externalities 0.19.0", "sp-keystore 0.27.0", @@ -15652,7 +15227,7 @@ dependencies = [ "sc-transaction-pool-api 4.0.0-dev", "sc-utils 4.0.0-dev", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-core 21.0.0", "sp-keystore 0.27.0", @@ -15787,7 +15362,7 @@ dependencies = [ "sc-transaction-pool-api 4.0.0-dev", "sc-utils 4.0.0-dev", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-core 21.0.0", "sp-runtime 24.0.0", @@ -15867,7 +15442,7 @@ dependencies = [ "sc-utils 4.0.0-dev", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-core 21.0.0", @@ -16106,7 +15681,7 @@ dependencies = [ "sc-client-api 4.0.0-dev", "sc-tracing-proc-macro 4.0.0-dev", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-core 21.0.0", "sp-rpc 6.0.0", @@ -16187,7 +15762,7 @@ dependencies = [ "sc-transaction-pool-api 4.0.0-dev", "sc-utils 4.0.0-dev", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-core 21.0.0", "sp-runtime 24.0.0", @@ -16524,8 +16099,8 @@ name = "security" version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", @@ -16720,12 +16295,6 @@ dependencies = [ "libc", ] -[[package]] -name = "signature" -version = "1.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" - [[package]] name = "signature" version = "2.2.0" @@ -16876,7 +16445,7 @@ dependencies = [ "smallvec", "soketto", "twox-hash", - "wasmi 0.31.2", + "wasmi", "x25519-dalek 2.0.1", "zeroize", ] @@ -16986,26 +16555,6 @@ dependencies = [ "sha-1", ] -[[package]] -name = "sp-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-core 7.0.0", - "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", - "sp-version 5.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "4.0.0-dev" @@ -17015,10 +16564,10 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api-proc-macro 4.0.0-dev", "sp-core 21.0.0", "sp-externalities 0.19.0", - "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-metadata-ir 0.1.0", "sp-runtime 24.0.0", "sp-state-machine 0.28.0", "sp-std 8.0.0", @@ -17049,20 +16598,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-api-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander 1.0.0", - "proc-macro-crate 1.3.1", - "proc-macro2", - "quote", - "syn 2.0.65", -] - [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" @@ -17092,19 +16627,6 @@ dependencies = [ "syn 2.0.65", ] -[[package]] -name = "sp-application-crypto" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-std 5.0.0", -] - [[package]] name = "sp-application-crypto" version = "23.0.0" @@ -17132,20 +16654,6 @@ dependencies = [ "sp-std 12.0.0", ] -[[package]] -name = "sp-arithmetic" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std 5.0.0", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "16.0.0" @@ -17175,19 +16683,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-authority-discovery" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-application-crypto 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" @@ -17195,7 +16690,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-runtime 24.0.0", "sp-std 8.0.0", @@ -17220,8 +16715,8 @@ name = "sp-block-builder" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", + "sp-inherents 4.0.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", ] @@ -17248,7 +16743,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.2", "schnellru", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-consensus 0.10.0-dev", "sp-database 4.0.0-dev", "sp-runtime 24.0.0", @@ -17284,7 +16779,7 @@ dependencies = [ "futures", "log", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-runtime 24.0.0", "sp-state-machine 0.28.0", "thiserror", @@ -17314,13 +16809,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", - "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-consensus-slots 0.10.0-dev", + "sp-inherents 4.0.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", - "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-timestamp 4.0.0-dev", ] [[package]] @@ -17350,14 +16845,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", - "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-consensus-slots 0.10.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", - "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-timestamp 4.0.0-dev", ] [[package]] @@ -17389,7 +16884,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-core 21.0.0", "sp-io 23.0.0", @@ -17429,7 +16924,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-core 21.0.0", "sp-keystore 0.27.0", @@ -17456,18 +16951,6 @@ dependencies = [ "sp-std 12.0.0", ] -[[package]] -name = "sp-consensus-slots" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-std 5.0.0", - "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", -] - [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" @@ -17477,7 +16960,7 @@ dependencies = [ "scale-info", "serde", "sp-std 8.0.0", - "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-timestamp 4.0.0-dev", ] [[package]] @@ -17493,50 +16976,6 @@ dependencies = [ "sp-timestamp 23.0.0", ] -[[package]] -name = "sp-core" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "array-bytes 4.2.0", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections", - "bs58 0.4.0", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "lazy_static", - "libsecp256k1", - "log", - "merlin 2.0.1", - "parity-scale-codec", - "parking_lot 0.12.2", - "paste", - "primitive-types", - "rand 0.8.5", - "regex", - "scale-info", - "schnorrkel 0.9.1", - "secp256k1", - "secrecy", - "serde", - "sp-core-hashing 5.0.0", - "sp-debug-derive 5.0.0", - "sp-externalities 0.13.0", - "sp-runtime-interface 7.0.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", - "ss58-registry", - "substrate-bip39", - "thiserror", - "tiny-bip39", - "zeroize", -] - [[package]] name = "sp-core" version = "21.0.0" @@ -17631,20 +17070,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core-hashing" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.8", - "sha3", - "sp-std 5.0.0", - "twox-hash", -] - [[package]] name = "sp-core-hashing" version = "9.0.0" @@ -17672,17 +17097,6 @@ dependencies = [ "twox-hash", ] -[[package]] -name = "sp-core-hashing-proc-macro" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "proc-macro2", - "quote", - "sp-core-hashing 5.0.0", - "syn 2.0.65", -] - [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" @@ -17723,16 +17137,6 @@ dependencies = [ "parking_lot 0.12.2", ] -[[package]] -name = "sp-debug-derive" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.65", -] - [[package]] name = "sp-debug-derive" version = "8.0.0" @@ -17754,17 +17158,6 @@ dependencies = [ "syn 2.0.65", ] -[[package]] -name = "sp-externalities" -version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 5.0.0", - "sp-storage 7.0.0", -] - [[package]] name = "sp-externalities" version = "0.19.0" @@ -17794,7 +17187,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", ] @@ -17811,21 +17204,6 @@ dependencies = [ "sp-std 12.0.0", ] -[[package]] -name = "sp-inherents" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "thiserror", -] - [[package]] name = "sp-inherents" version = "4.0.0-dev" @@ -17855,39 +17233,13 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-io" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "bytes", - "ed25519 1.5.3", - "ed25519-dalek 1.0.1", - "futures", - "libsecp256k1", - "log", - "parity-scale-codec", - "rustversion", - "secp256k1", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "sp-keystore 0.13.0", - "sp-runtime-interface 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-tracing 6.0.0", - "sp-trie 7.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "23.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "bytes", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", @@ -17912,7 +17264,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ced350da15e8ba3a106206840acc42a6d3eb0d7e8bf7aa43ab00eac0bdf956f" dependencies = [ "bytes", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", @@ -17953,20 +17305,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-keystore" -version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "futures", - "parity-scale-codec", - "parking_lot 0.12.2", - "serde", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "thiserror", -] - [[package]] name = "sp-keystore" version = "0.27.0" @@ -18011,23 +17349,12 @@ dependencies = [ "zstd 0.12.4", ] -[[package]] -name = "sp-metadata-ir" -version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "frame-metadata 15.1.0", - "parity-scale-codec", - "scale-info", - "sp-std 5.0.0", -] - [[package]] name = "sp-metadata-ir" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-metadata 16.0.0", + "frame-metadata", "parity-scale-codec", "scale-info", "sp-std 8.0.0", @@ -18039,7 +17366,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ca9ff0e522a74725ac92f009d38deeb12e880f5296afbd78a6c6b970b773278" dependencies = [ - "frame-metadata 16.0.0", + "frame-metadata", "parity-scale-codec", "scale-info", "sp-std 12.0.0", @@ -18068,7 +17395,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-core 21.0.0", "sp-debug-derive 8.0.0", "sp-runtime 24.0.0", @@ -18129,7 +17456,7 @@ name = "sp-offchain" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-core 21.0.0", "sp-runtime 24.0.0", ] @@ -18145,16 +17472,6 @@ dependencies = [ "sp-runtime 28.0.0", ] -[[package]] -name = "sp-panic-handler" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "backtrace", - "lazy_static", - "regex", -] - [[package]] name = "sp-panic-handler" version = "8.0.0" @@ -18197,28 +17514,6 @@ dependencies = [ "sp-core 25.0.0", ] -[[package]] -name = "sp-runtime" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand 0.8.5", - "scale-info", - "serde", - "sp-application-crypto 7.0.0", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-std 5.0.0", - "sp-weights 4.0.0", -] - [[package]] name = "sp-runtime" version = "24.0.0" @@ -18264,24 +17559,6 @@ dependencies = [ "sp-weights 24.0.0", ] -[[package]] -name = "sp-runtime-interface" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.13.0", - "sp-runtime-interface-proc-macro 6.0.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", - "sp-tracing 6.0.0", - "sp-wasm-interface 7.0.0", - "static_assertions", -] - [[package]] name = "sp-runtime-interface" version = "17.0.0" @@ -18319,18 +17596,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "Inflector", - "proc-macro-crate 1.3.1", - "proc-macro2", - "quote", - "syn 2.0.65", -] - [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" @@ -18363,11 +17628,11 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-core 21.0.0", "sp-keystore 0.27.0", "sp-runtime 24.0.0", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", ] @@ -18390,28 +17655,15 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ + "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-staking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 21.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0", + "sp-core 21.0.0", + "sp-runtime 24.0.0", + "sp-std 8.0.0", ] [[package]] @@ -18429,26 +17681,6 @@ dependencies = [ "sp-std 12.0.0", ] -[[package]] -name = "sp-state-machine" -version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.2", - "rand 0.8.5", - "smallvec", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "sp-panic-handler 5.0.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", - "thiserror", - "tracing", -] - [[package]] name = "sp-state-machine" version = "0.28.0" @@ -18499,13 +17731,13 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "hkdf", "parity-scale-codec", "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-core 21.0.0", "sp-externalities 0.19.0", @@ -18524,7 +17756,7 @@ checksum = "4b8654bcd37602b1811414050d34d14f543873bd4e64e50d210a0116b660c600" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "hkdf", "parity-scale-codec", "rand 0.8.5", @@ -18541,11 +17773,6 @@ dependencies = [ "x25519-dalek 2.0.1", ] -[[package]] -name = "sp-std" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" - [[package]] name = "sp-std" version = "8.0.0" @@ -18557,19 +17784,6 @@ version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54c78c5a66682568cc7b153603c5d01a2cc8f5c221c7b1e921517a0eef18ae05" -[[package]] -name = "sp-storage" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 5.0.0", - "sp-std 5.0.0", -] - [[package]] name = "sp-storage" version = "13.0.0" @@ -18597,21 +17811,6 @@ dependencies = [ "sp-std 12.0.0", ] -[[package]] -name = "sp-timestamp" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "async-trait", - "futures-timer", - "log", - "parity-scale-codec", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "thiserror", -] - [[package]] name = "sp-timestamp" version = "4.0.0-dev" @@ -18619,7 +17818,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", "thiserror", @@ -18639,18 +17838,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-tracing" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "parity-scale-codec", - "sp-std 5.0.0", - "tracing", - "tracing-core", - "tracing-subscriber", -] - [[package]] name = "sp-tracing" version = "10.0.0" @@ -18681,7 +17868,7 @@ name = "sp-transaction-pool" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-runtime 24.0.0", ] @@ -18704,7 +17891,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", "sp-trie 22.0.0", @@ -18726,29 +17913,6 @@ dependencies = [ "sp-trie 26.0.0", ] -[[package]] -name = "sp-trie" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "hashbrown 0.13.2", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.2", - "scale-info", - "schnellru", - "sp-core 7.0.0", - "sp-std 5.0.0", - "thiserror", - "tracing", - "trie-db 0.27.1", - "trie-root", -] - [[package]] name = "sp-trie" version = "22.0.0" @@ -18797,23 +17961,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-version" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-core-hashing-proc-macro 5.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-version-proc-macro 4.0.0-dev", - "thiserror", -] - [[package]] name = "sp-version" version = "22.0.0" @@ -18849,17 +17996,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-version-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "parity-scale-codec", - "proc-macro2", - "quote", - "syn 2.0.65", -] - [[package]] name = "sp-version-proc-macro" version = "8.0.0" @@ -18883,20 +18019,6 @@ dependencies = [ "syn 2.0.65", ] -[[package]] -name = "sp-wasm-interface" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-std 5.0.0", - "wasmi 0.13.2", - "wasmtime 6.0.2", -] - [[package]] name = "sp-wasm-interface" version = "14.0.0" @@ -18907,7 +18029,7 @@ dependencies = [ "log", "parity-scale-codec", "sp-std 8.0.0", - "wasmtime 8.0.1", + "wasmtime", ] [[package]] @@ -18921,22 +18043,7 @@ dependencies = [ "log", "parity-scale-codec", "sp-std 12.0.0", - "wasmtime 8.0.1", -] - -[[package]] -name = "sp-weights" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-debug-derive 5.0.0", - "sp-std 5.0.0", + "wasmtime", ] [[package]] @@ -18977,7 +18084,7 @@ source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983a dependencies = [ "base58", "bstringify", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "hex", "parity-scale-codec", "scale-decode", @@ -19054,14 +18161,14 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "binary-merkle-tree 4.0.0-dev", "bitvec", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-election-provider-support 4.0.0-dev", "frame-executive 4.0.0-dev", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "frame-system-benchmarking 4.0.0-dev", "frame-system-rpc-runtime-api 4.0.0-dev", - "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-try-runtime 0.10.0-dev", "hex-literal 0.4.1", "kusama-runtime-constants 1.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "log", @@ -19109,7 +18216,7 @@ dependencies = [ "pallet-state-trie-migration 4.0.0-dev", "pallet-timestamp 4.0.0-dev", "pallet-tips 4.0.0-dev", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "pallet-transaction-payment 4.0.0-dev", "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", "pallet-treasury 4.0.0-dev", "pallet-utility 4.0.0-dev", @@ -19126,22 +18233,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", "sp-arithmetic 16.0.0", - "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-authority-discovery 4.0.0-dev", "sp-block-builder 4.0.0-dev", "sp-consensus-babe 0.10.0-dev", "sp-consensus-beefy 4.0.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-mmr-primitives 4.0.0-dev", "sp-npos-elections 4.0.0-dev", "sp-offchain 4.0.0-dev", "sp-runtime 24.0.0", "sp-session 4.0.0-dev", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", "sp-storage 13.0.0", "sp-transaction-pool 4.0.0-dev", @@ -19316,11 +18423,11 @@ name = "staging-xcm-builder" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "pallet-transaction-payment 4.0.0-dev", "parity-scale-codec", "polkadot-parachain-primitives 1.0.0", "scale-info", @@ -19362,8 +18469,8 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "environmental", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -19402,9 +18509,9 @@ name = "staking" version = "1.0.10" source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983af182e337797d9704f88fe6#a518fb489f3121983af182e337797d9704f88fe6" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "orml-tokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", "orml-traits", "parity-scale-codec", @@ -19459,9 +18566,9 @@ source = "git+https://github.com/pendulum-chain/spacewalk?rev=a518fb489f3121983a dependencies = [ "base64 0.13.1", "currency", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", @@ -19555,7 +18662,7 @@ dependencies = [ "parity-scale-codec", "sc-rpc-api 0.10.0-dev", "sc-transaction-pool-api 4.0.0-dev", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-block-builder 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-core 21.0.0", @@ -19960,8 +19067,8 @@ name = "token-chain-extension" version = "0.1.0" dependencies = [ "chain-extension-common", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "orml-currencies", "orml-currencies-allowance-extension", @@ -20315,9 +19422,9 @@ dependencies = [ name = "treasury-buyout-extension" version = "1.0.0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "mocktopus", "orml-currencies", "orml-tokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library.git?branch=polkadot-v1.1.0)", @@ -20433,7 +19540,7 @@ dependencies = [ "async-trait", "clap", "frame-remote-externalities", - "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-try-runtime 0.10.0-dev", "hex", "log", "parity-scale-codec", @@ -20441,19 +19548,19 @@ dependencies = [ "sc-executor 0.10.0-dev", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-consensus-aura 0.10.0-dev", "sp-consensus-babe 0.10.0-dev", "sp-core 21.0.0", "sp-debug-derive 8.0.0", "sp-externalities 0.19.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-keystore 0.27.0", "sp-rpc 6.0.0", "sp-runtime 24.0.0", "sp-state-machine 0.28.0", - "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-timestamp 4.0.0-dev", "sp-transaction-storage-proof 4.0.0-dev", "sp-version 22.0.0", "sp-weights 20.0.0", @@ -20601,9 +19708,9 @@ dependencies = [ "currency", "fee", "fixed-hash 0.7.0", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "oracle", "orml-currencies", @@ -20643,15 +19750,15 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" name = "vesting-manager" version = "0.0.1" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "log", "pallet-vesting 4.0.0-dev", "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-runtime 24.0.0", "sp-std 8.0.0", ] @@ -20871,17 +19978,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "wasmi" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422" -dependencies = [ - "parity-wasm", - "wasmi-validation", - "wasmi_core 0.2.1", -] - [[package]] name = "wasmi" version = "0.31.2" @@ -20891,38 +19987,16 @@ dependencies = [ "smallvec", "spin 0.9.8", "wasmi_arena", - "wasmi_core 0.13.0", + "wasmi_core", "wasmparser-nostd", ] -[[package]] -name = "wasmi-validation" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b" -dependencies = [ - "parity-wasm", -] - [[package]] name = "wasmi_arena" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" -[[package]] -name = "wasmi_core" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7" -dependencies = [ - "downcast-rs", - "libm", - "memory_units", - "num-rational", - "num-traits", -] - [[package]] name = "wasmi_core" version = "0.13.0" @@ -20935,16 +20009,6 @@ dependencies = [ "paste", ] -[[package]] -name = "wasmparser" -version = "0.100.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4" -dependencies = [ - "indexmap 1.9.3", - "url", -] - [[package]] name = "wasmparser" version = "0.102.0" @@ -20964,31 +20028,6 @@ dependencies = [ "indexmap-nostd", ] -[[package]] -name = "wasmtime" -version = "6.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76a222f5fa1e14b2cefc286f1b68494d7a965f4bf57ec04c59bb62673d639af6" -dependencies = [ - "anyhow", - "bincode", - "cfg-if", - "indexmap 1.9.3", - "libc", - "log", - "object 0.29.0", - "once_cell", - "paste", - "psm", - "serde", - "target-lexicon", - "wasmparser 0.100.0", - "wasmtime-environ 6.0.2", - "wasmtime-jit 6.0.2", - "wasmtime-runtime 6.0.2", - "windows-sys 0.42.0", -] - [[package]] name = "wasmtime" version = "8.0.1" @@ -21008,24 +20047,15 @@ dependencies = [ "rayon", "serde", "target-lexicon", - "wasmparser 0.102.0", + "wasmparser", "wasmtime-cache", "wasmtime-cranelift", - "wasmtime-environ 8.0.1", - "wasmtime-jit 8.0.1", - "wasmtime-runtime 8.0.1", + "wasmtime-environ", + "wasmtime-jit", + "wasmtime-runtime", "windows-sys 0.45.0", ] -[[package]] -name = "wasmtime-asm-macros" -version = "6.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4407a7246e7d2f3d8fb1cf0c72fda8dbafdb6dd34d555ae8bea0e5ae031089cc" -dependencies = [ - "cfg-if", -] - [[package]] name = "wasmtime-asm-macros" version = "8.0.1" @@ -21063,7 +20093,7 @@ checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04" dependencies = [ "anyhow", "cranelift-codegen", - "cranelift-entity 0.95.1", + "cranelift-entity", "cranelift-frontend", "cranelift-native", "cranelift-wasm", @@ -21072,9 +20102,9 @@ dependencies = [ "object 0.30.4", "target-lexicon", "thiserror", - "wasmparser 0.102.0", + "wasmparser", "wasmtime-cranelift-shared", - "wasmtime-environ 8.0.1", + "wasmtime-environ", ] [[package]] @@ -21089,26 +20119,7 @@ dependencies = [ "gimli 0.27.3", "object 0.30.4", "target-lexicon", - "wasmtime-environ 8.0.1", -] - -[[package]] -name = "wasmtime-environ" -version = "6.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47b8b50962eae38ee319f7b24900b7cf371f03eebdc17400c1dc8575fc10c9a7" -dependencies = [ - "anyhow", - "cranelift-entity 0.93.2", - "gimli 0.26.2", - "indexmap 1.9.3", - "log", - "object 0.29.0", - "serde", - "target-lexicon", - "thiserror", - "wasmparser 0.100.0", - "wasmtime-types 6.0.2", + "wasmtime-environ", ] [[package]] @@ -21118,7 +20129,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949" dependencies = [ "anyhow", - "cranelift-entity 0.95.1", + "cranelift-entity", "gimli 0.27.3", "indexmap 1.9.3", "log", @@ -21126,31 +20137,8 @@ dependencies = [ "serde", "target-lexicon", "thiserror", - "wasmparser 0.102.0", - "wasmtime-types 8.0.1", -] - -[[package]] -name = "wasmtime-jit" -version = "6.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffaed4f9a234ba5225d8e64eac7b4a5d13b994aeb37353cde2cbeb3febda9eaa" -dependencies = [ - "addr2line 0.17.0", - "anyhow", - "bincode", - "cfg-if", - "cpp_demangle", - "gimli 0.26.2", - "log", - "object 0.29.0", - "rustc-demangle", - "serde", - "target-lexicon", - "wasmtime-environ 6.0.2", - "wasmtime-jit-icache-coherence 6.0.2", - "wasmtime-runtime 6.0.2", - "windows-sys 0.42.0", + "wasmparser", + "wasmtime-types", ] [[package]] @@ -21170,22 +20158,13 @@ dependencies = [ "rustc-demangle", "serde", "target-lexicon", - "wasmtime-environ 8.0.1", - "wasmtime-jit-debug 8.0.1", - "wasmtime-jit-icache-coherence 8.0.1", - "wasmtime-runtime 8.0.1", + "wasmtime-environ", + "wasmtime-jit-debug", + "wasmtime-jit-icache-coherence", + "wasmtime-runtime", "windows-sys 0.45.0", ] -[[package]] -name = "wasmtime-jit-debug" -version = "6.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2" -dependencies = [ - "once_cell", -] - [[package]] name = "wasmtime-jit-debug" version = "8.0.1" @@ -21197,17 +20176,6 @@ dependencies = [ "rustix 0.36.17", ] -[[package]] -name = "wasmtime-jit-icache-coherence" -version = "6.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a28ae1e648461bfdbb79db3efdaee1bca5b940872e4175390f465593a2e54c" -dependencies = [ - "cfg-if", - "libc", - "windows-sys 0.42.0", -] - [[package]] name = "wasmtime-jit-icache-coherence" version = "8.0.1" @@ -21219,30 +20187,6 @@ dependencies = [ "windows-sys 0.45.0", ] -[[package]] -name = "wasmtime-runtime" -version = "6.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e704b126e4252788ccfc3526d4d4511d4b23c521bf123e447ac726c14545217b" -dependencies = [ - "anyhow", - "cc", - "cfg-if", - "indexmap 1.9.3", - "libc", - "log", - "mach", - "memfd", - "memoffset 0.6.5", - "paste", - "rand 0.8.5", - "rustix 0.36.17", - "wasmtime-asm-macros 6.0.2", - "wasmtime-environ 6.0.2", - "wasmtime-jit-debug 6.0.2", - "windows-sys 0.42.0", -] - [[package]] name = "wasmtime-runtime" version = "8.0.1" @@ -21257,38 +20201,26 @@ dependencies = [ "log", "mach", "memfd", - "memoffset 0.8.0", + "memoffset", "paste", "rand 0.8.5", "rustix 0.36.17", - "wasmtime-asm-macros 8.0.1", - "wasmtime-environ 8.0.1", - "wasmtime-jit-debug 8.0.1", + "wasmtime-asm-macros", + "wasmtime-environ", + "wasmtime-jit-debug", "windows-sys 0.45.0", ] -[[package]] -name = "wasmtime-types" -version = "6.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e5572c5727c1ee7e8f28717aaa8400e4d22dcbd714ea5457d85b5005206568" -dependencies = [ - "cranelift-entity 0.93.2", - "serde", - "thiserror", - "wasmparser 0.100.0", -] - [[package]] name = "wasmtime-types" version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f" dependencies = [ - "cranelift-entity 0.95.1", + "cranelift-entity", "serde", "thiserror", - "wasmparser 0.102.0", + "wasmparser", ] [[package]] @@ -21333,15 +20265,15 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "binary-merkle-tree 4.0.0-dev", "bitvec", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-benchmarking 4.0.0-dev", "frame-election-provider-support 4.0.0-dev", "frame-executive 4.0.0-dev", "frame-metadata-hash-extension", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "frame-system-benchmarking 4.0.0-dev", "frame-system-rpc-runtime-api 4.0.0-dev", - "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-try-runtime 0.10.0-dev", "hex-literal 0.4.1", "log", "pallet-authority-discovery 4.0.0-dev", @@ -21383,7 +20315,7 @@ dependencies = [ "pallet-state-trie-migration 4.0.0-dev", "pallet-sudo", "pallet-timestamp 4.0.0-dev", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "pallet-transaction-payment 4.0.0-dev", "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", "pallet-treasury 4.0.0-dev", "pallet-utility 4.0.0-dev", @@ -21400,21 +20332,21 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-application-crypto 23.0.0", - "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-authority-discovery 4.0.0-dev", "sp-block-builder 4.0.0-dev", "sp-consensus-babe 0.10.0-dev", "sp-consensus-beefy 4.0.0-dev", "sp-core 21.0.0", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-inherents 4.0.0-dev", "sp-io 23.0.0", "sp-mmr-primitives 4.0.0-dev", "sp-npos-elections 4.0.0-dev", "sp-offchain 4.0.0-dev", "sp-runtime 24.0.0", "sp-session 4.0.0-dev", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-staking 4.0.0-dev", "sp-std 8.0.0", "sp-storage 13.0.0", "sp-transaction-pool 4.0.0-dev", @@ -21431,7 +20363,7 @@ name = "westend-runtime-constants" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", "polkadot-primitives 1.0.0", "polkadot-runtime-common 1.0.0", "smallvec", @@ -21534,21 +20466,6 @@ dependencies = [ "windows-targets 0.48.5", ] -[[package]] -name = "windows-sys" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" -dependencies = [ - "windows_aarch64_gnullvm 0.42.2", - "windows_aarch64_msvc 0.42.2", - "windows_i686_gnu 0.42.2", - "windows_i686_msvc 0.42.2", - "windows_x86_64_gnu 0.42.2", - "windows_x86_64_gnullvm 0.42.2", - "windows_x86_64_msvc 0.42.2", -] - [[package]] name = "windows-sys" version = "0.45.0" @@ -21832,54 +20749,17 @@ dependencies = [ "time", ] -[[package]] -name = "xcm" -version = "0.9.42" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" -dependencies = [ - "bounded-collections", - "derivative", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights 4.0.0", - "xcm-procedural 0.9.42", -] - -[[package]] -name = "xcm-builder" -version = "0.9.42" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" -dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "parity-scale-codec", - "polkadot-parachain", - "scale-info", - "sp-arithmetic 6.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm", - "xcm-executor", -] - [[package]] name = "xcm-emulator" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" dependencies = [ "cumulus-pallet-parachain-system 0.1.0", - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", "cumulus-primitives-parachain-inherent 0.1.0", "cumulus-test-relay-sproof-builder 0.1.0", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "impl-trait-for-tuples", "lazy_static", "log", @@ -21901,36 +20781,6 @@ dependencies = [ "staging-xcm-executor 1.0.0", ] -[[package]] -name = "xcm-executor" -version = "0.9.42" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" -dependencies = [ - "environmental", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-weights 4.0.0", - "xcm", -] - -[[package]] -name = "xcm-procedural" -version = "0.9.42" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" -dependencies = [ - "Inflector", - "proc-macro2", - "quote", - "syn 2.0.65", -] - [[package]] name = "xcm-procedural" version = "1.0.0" @@ -21982,10 +20832,10 @@ name = "zenlink-protocol" version = "0.4.4" source = "git+https://github.com/bifrost-finance/Zenlink-DEX-Module?branch=release-polkadot-v1.1.0#f5d2ce81b72d36eb0b71d021a4eecf95d0a437e1" dependencies = [ - "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "cumulus-primitives-core 0.1.0", + "frame-benchmarking 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", "orml-tokens 0.4.1-dev (git+https://github.com/open-web3-stack/open-runtime-module-library?rev=b3694e631df7f1ca16b1973122937753fcdee9d4)", "orml-traits", "pallet-balances 4.0.0-dev", @@ -22007,7 +20857,7 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-blockchain 4.0.0-dev", "sp-rpc 6.0.0", "sp-runtime 24.0.0", @@ -22021,7 +20871,7 @@ version = "0.4.4" source = "git+https://github.com/bifrost-finance/Zenlink-DEX-Module?branch=release-polkadot-v1.1.0#f5d2ce81b72d36eb0b71d021a4eecf95d0a437e1" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-api 4.0.0-dev", "sp-std 8.0.0", "zenlink-protocol", ] @@ -22114,6 +20964,11 @@ dependencies = [ "pkg-config", ] +[[patch.unused]] +name = "substrate-wasm-builder" +version = "5.0.0-dev" +source = "git+https://github.com/paritytech//polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" + [[patch.unused]] name = "orml-currencies" version = "0.4.1-dev" @@ -22123,8 +20978,3 @@ source = "git+https://github.com/open-web3-stack//open-runtime-module-library?br name = "orml-tokens" version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack//open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4" - -[[patch.unused]] -name = "substrate-wasm-builder" -version = "5.0.0-dev" -source = "git+https://github.com/paritytech//polkadot-sdk?branch=release-polkadot-v1.1.0#e51a91fcac27d2f95ad631989622848aa8043f9e" diff --git a/Cargo.toml b/Cargo.toml index c973095b8..c854fbb0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,11 +44,4 @@ substrate-wasm-builder = { git = "https://github.com/paritytech//polkadot-sdk", # fix to a new version of that used in polkadto-sdk 1.1.0 (5.0.0), due to different one (14.0.0) used from polkadot-fellows/runtimes. [patch."https://github.com/paritytech/polkadot-sdk"] -substrate-wasm-builder = {version = "14.0.0" } - - -# TODO remove comment once 1.1.0 branch exists for these -#[patch.'https://github.com/paritytech/substrate'] -#pallet-vesting = { git = "https://github.com/pendulum-chain/patch-pallet-vesting-transaction-storage", branch = "polkadot-v0.9.42" } -#pallet-transaction-payment = { git = "https://github.com/pendulum-chain/patch-pallet-vesting-transaction-storage", branch = "polkadot-v0.9.42" } - +substrate-wasm-builder = {version = "14.0.0" } \ No newline at end of file diff --git a/runtime/amplitude/src/lib.rs b/runtime/amplitude/src/lib.rs index 06d8f7e28..9b98a5686 100644 --- a/runtime/amplitude/src/lib.rs +++ b/runtime/amplitude/src/lib.rs @@ -151,8 +151,6 @@ pub type SignedPayload = generic::SignedPayload; /// Extrinsic type that has already been checked. pub type CheckedExtrinsic = generic::CheckedExtrinsic; -use frame_support::pallet_prelude::{GetStorageVersion}; - use runtime_common::asset_registry::StringLimit; parameter_types! { @@ -966,10 +964,10 @@ parameter_types! { pub const DepositPerItem: Balance = deposit(1, 0); pub const DepositPerByte: Balance = deposit(0, 1); pub const DefaultDepositLimit: Balance = deposit(1024, 1024 * 1024); + pub Schedule: pallet_contracts::Schedule = Default::default(); // TODO is this value okay? pub const CodeHashLockupDepositPercent: Perbill = Perbill::from_percent(10); pub const MaxDelegateDependencies: u32 = 32; - pub Schedule: pallet_contracts::Schedule = Default::default(); } impl pallet_contracts::Config for Runtime { @@ -1952,7 +1950,7 @@ impl_runtime_apis! { { let gas_limit = gas_limit.unwrap_or(RuntimeBlockWeights::get().max_block); Contracts::bare_instantiate( - origin, + origin, value, gas_limit, storage_deposit_limit, diff --git a/runtime/foucoco/Cargo.toml b/runtime/foucoco/Cargo.toml index 9e7e95d77..809c86f5b 100644 --- a/runtime/foucoco/Cargo.toml +++ b/runtime/foucoco/Cargo.toml @@ -98,11 +98,11 @@ sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", defa sp-version = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" } # Open Runtime Module Library -orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.42" } +orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v1.1.0" } orml-currencies = { git = "https://github.com/open-web3-stack/open-runtime-module-library.git", default-features = false, branch = "polkadot-v1.1.0" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library.git", default-features = false, branch = "polkadot-v1.1.0" } orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library.git", default-features = false, branch = "polkadot-v1.1.0" } -orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.42" } +orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v1.1.0" } # KILT parachain-staking = { path = "../../pallets/parachain-staking", default-features = false } @@ -117,11 +117,11 @@ dia-oracle-runtime-api = { git = "https://github.com/pendulum-chain/oracle-palle # Polkadot pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot-sdk", package = "polkadot-parachain-primitives", branch = "release-polkadot-v1.1.0", default-features = false } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot-sdk", package = "polkadot-parachain-primitives", default-features = false, branch = "release-polkadot-v1.1.0" } polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" } -xcm = { git = "https://github.com/paritytech/polkadot-sdk", package = "staging-xcm", branch = "release-polkadot-v1.1.0", default-features = false } -xcm-builder = { git = "https://github.com/paritytech/polkadot-sdk", package = "staging-xcm-builder", branch = "release-polkadot-v1.1.0", default-features = false } -xcm-executor = { git = "https://github.com/paritytech/polkadot-sdk", package = "staging-xcm-executor", branch = "release-polkadot-v1.1.0", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot-sdk", package = "staging-xcm", default-features = false, branch = "release-polkadot-v1.1.0" } +xcm-builder = { git = "https://github.com/paritytech/polkadot-sdk", package = "staging-xcm-builder", default-features = false, branch = "release-polkadot-v1.1.0" } +xcm-executor = { git = "https://github.com/paritytech/polkadot-sdk", package = "staging-xcm-executor", default-features = false, branch = "release-polkadot-v1.1.0" } # Cumulus cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" } @@ -136,7 +136,7 @@ cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk parachain-info = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" } #orml -orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.42" } +orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v1.1.0" } zenlink-protocol = { git = "https://github.com/bifrost-finance/Zenlink-DEX-Module", branch = "release-polkadot-v1.1.0" } zenlink-protocol-runtime-api = { git = "https://github.com/bifrost-finance/Zenlink-DEX-Module", branch = "release-polkadot-v1.1.0" } diff --git a/runtime/foucoco/src/lib.rs b/runtime/foucoco/src/lib.rs index 039a0c3fc..81110f78e 100644 --- a/runtime/foucoco/src/lib.rs +++ b/runtime/foucoco/src/lib.rs @@ -1,6 +1,6 @@ #![cfg_attr(not(feature = "std"), no_std)] // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. -#![recursion_limit = "256"] +#![recursion_limit = "512"] // Make the WASM binary available. #[cfg(feature = "std")] @@ -62,7 +62,7 @@ use frame_system::{ pub use sp_runtime::{MultiAddress, Perbill, Permill, Perquintill}; use runtime_common::{ - asset_registry, opaque, AccountId, Amount, AuraId, Balance, BlockNumber, Hash, Index, PoolId, + asset_registry, AccountId, Amount, AuraId, Balance, BlockNumber, Hash, Index, PoolId, ProxyType, ReserveIdentifier, Signature, EXISTENTIAL_DEPOSIT, MILLIUNIT, NANOUNIT, UNIT, }; @@ -89,8 +89,6 @@ pub use replace::{Event as ReplaceEvent, ReplaceRequest}; pub use security::StatusCode; pub use stellar_relay::traits::{FieldLength, Organization, Validator}; -const CONTRACTS_DEBUG_OUTPUT: bool = true; - use module_oracle_rpc_runtime_api::BalanceWrapper; use oracle::dia::DiaOracleAdapter; @@ -107,6 +105,8 @@ use weights::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight}; use frame_support::traits::InstanceFilter; use sp_std::vec::Vec; +use runtime_common::asset_registry::StringLimit; + // XCM Imports use xcm_executor::XcmExecutor; @@ -143,6 +143,11 @@ pub type SignedExtra = ( treasury_buyout_extension::CheckBuyout, ); +type EventRecord = frame_system::EventRecord< + ::RuntimeEvent, + ::Hash, +>; + /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = generic::UncheckedExtrinsic; @@ -152,33 +157,8 @@ pub type CheckedExtrinsic = generic::CheckedExtrinsic; -use crate::sp_api_hidden_includes_construct_runtime::hidden_include::dispatch::GetStorageVersion; -use frame_support::pallet_prelude::StorageVersion; - -// Temporary struct that defines the executions to be done upon upgrade, -// Should be removed or at least checked on each upgrade to see if it is relevant, -// given that these are "one-time" executions for particular upgrades -pub struct CustomOnRuntimeUpgrade; -impl frame_support::traits::OnRuntimeUpgrade for CustomOnRuntimeUpgrade { - fn on_runtime_upgrade() -> frame_support::weights::Weight { - let mut writes = 0; - // WARNING: manually setting the storage version - if Contracts::on_chain_storage_version() == 9 { - log::info!("Upgrading pallet contract's storage version to 10"); - StorageVersion::new(10).put::(); - writes += 1; - } - - if AssetRegistry::on_chain_storage_version() == 0 { - log::info!("Upgrading pallet asset registry's storage version to 2"); - StorageVersion::new(2).put::(); - writes += 1; - } - - ::DbWeight::get().reads_writes(2, writes) - } -} - +// To be removed after contracts migrations executes. +use pallet_contracts::migration::{v11, v12, v13, v14, v15}; /// Executive: handles dispatch to the various modules. pub type Executive = frame_executive::Executive< Runtime, @@ -187,9 +167,7 @@ pub type Executive = frame_executive::Executive< Runtime, AllPalletsWithSystem, ( - CustomOnRuntimeUpgrade, - pallet_vesting::migrations::v1::ForceSetVersionToV1, - pallet_transaction_payment::migrations::v1::ForceSetVersionToV2, + pallet_contracts::migration::Migration, ), >; @@ -374,7 +352,10 @@ impl Contains for BaseFilter { | RuntimeCall::Proxy(_) | RuntimeCall::OrmlExtension(_) | RuntimeCall::TreasuryBuyoutExtension(_) - | RuntimeCall::RewardDistribution(_) => true, // All pallets are allowed, but exhaustive match is defensive + | RuntimeCall::RewardDistribution(_) + | RuntimeCall::ParachainInfo(_) + | RuntimeCall::CumulusXcm(_) + | RuntimeCall::VaultStaking(_) => true, // All pallets are allowed, but exhaustive match is defensive // in the case of adding new pallets. } } @@ -383,22 +364,20 @@ impl Contains for BaseFilter { // Configure FRAME pallets to include in runtime. impl frame_system::Config for Runtime { + /// The Block type used by the runtime. This is used by construct_runtime to retrieve the extrinsics or other block specific data as needed. + type Block = Block; /// The identifier used to distinguish between accounts. type AccountId = AccountId; /// The aggregated dispatch type that is available for extrinsics. type RuntimeCall = RuntimeCall; /// The lookup mechanism to get account ID from whatever is passed in dispatchers. type Lookup = AccountIdLookup; - /// The index type for storing how many extrinsics an account has signed. - type Index = Index; - /// The index type for blocks. - type BlockNumber = BlockNumber; + /// This stores the number of previous transactions associated with a sender account. + type Nonce = Index; /// The type for hashing blocks and tries. type Hash = Hash; /// The hashing algorithm used. type Hashing = BlakeTwo256; - /// The header type. - type Header = generic::Header; /// The ubiquitous event type. type RuntimeEvent = RuntimeEvent; /// The ubiquitous origin type. @@ -474,7 +453,7 @@ impl pallet_balances::Config for Runtime { type FreezeIdentifier = (); type MaxFreezes = (); type MaxHolds = ConstU32<1>; - type HoldIdentifier = RuntimeHoldReason; + type RuntimeHoldReason = RuntimeHoldReason; } parameter_types! { @@ -563,10 +542,16 @@ impl pallet_session::Config for Runtime { type WeightInfo = pallet_session::weights::SubstrateWeight; } +parameter_types! { + // as per documentation, typical value for this is false "unless this pallet is being augmented by another pallet" + pub const AllowMultipleBlocksPerSlot: bool = false; +} + impl pallet_aura::Config for Runtime { type AuthorityId = AuraId; type DisabledValidators = (); type MaxAuthorities = MaxAuthorities; + type AllowMultipleBlocksPerSlot = AllowMultipleBlocksPerSlot; } parameter_types! { @@ -858,6 +843,7 @@ impl orml_asset_registry::Config for Runtime { type AssetProcessor = asset_registry::CustomAssetProcessor; type Balance = Balance; type WeightInfo = weights::orml_asset_registry::WeightInfo; + type StringLimit = StringLimit; } parameter_types! { @@ -910,6 +896,7 @@ impl parachain_staking::Config for Runtime { impl pallet_sudo::Config for Runtime { type RuntimeEvent = RuntimeEvent; type RuntimeCall = RuntimeCall; + type WeightInfo = pallet_sudo::weights::SubstrateWeight; } parameter_types! { @@ -1033,6 +1020,8 @@ parameter_types! { }, ..Default::default() }; + pub const CodeHashLockupDepositPercent: Perbill = Perbill::from_percent(10); + pub const MaxDelegateDependencies: u32 = 32; } impl pallet_contracts::Config for Runtime { @@ -1056,6 +1045,12 @@ impl pallet_contracts::Config for Runtime { type UnsafeUnstableInterface = ConstBool; type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>; type DefaultDepositLimit = DefaultDepositLimit; + type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; + type MaxDelegateDependencies = MaxDelegateDependencies; + type RuntimeHoldReason = RuntimeHoldReason; + type Migrations = (v11::Migration, v12::Migration, v13::Migration, v14::Migration, v15::Migration ); + type Debug = (); + type Environment = (); } impl pallet_insecure_randomness_collective_flip::Config for Runtime {} @@ -1192,7 +1187,7 @@ impl farming::Config for Runtime { type CurrencyId = CurrencyId; type MultiCurrency = Currencies; type ControlOrigin = EnsureRoot; - type WeightInfo = farming::weights::BifrostWeight; + type WeightInfo = (); type TreasuryAccount = FoucocoTreasuryAccount; type Keeper = FarmingKeeperPalletId; type RewardIssuer = FarmingRewardIssuerPalletId; @@ -1423,89 +1418,84 @@ where // Create the runtime by composing the FRAME pallets that were previously configured. construct_runtime!( - pub enum Runtime where - Block = Block, - NodeBlock = opaque::Block, - UncheckedExtrinsic = UncheckedExtrinsic, + pub enum Runtime { // System support stuff. - System: frame_system::{Pallet, Call, Config, Storage, Event} = 0, - ParachainSystem: cumulus_pallet_parachain_system::{ - Pallet, Call, Config, Storage, Inherent, Event, ValidateUnsigned, - } = 1, - Timestamp: pallet_timestamp::{Pallet, Call, Storage, Inherent} = 2, - ParachainInfo: parachain_info::{Pallet, Storage, Config} = 3, + System: frame_system = 0, + ParachainSystem: cumulus_pallet_parachain_system = 1, + Timestamp: pallet_timestamp = 2, + ParachainInfo: parachain_info = 3, // Monetary stuff. - Balances: pallet_balances::{Pallet, Call, Storage, Config, Event} = 10, - TransactionPayment: pallet_transaction_payment::{Pallet, Storage, Event} = 11, + Balances: pallet_balances = 10, + TransactionPayment: pallet_transaction_payment = 11, // Governance - Sudo: pallet_sudo::{Pallet, Call, Storage, Config, Event} = 12, - Democracy: pallet_democracy::{Pallet, Call, Storage, Config, Event} = 13, - Council: pallet_collective::::{Pallet, Call, Storage, Config, Origin, Event} = 14, - TechnicalCommittee: pallet_collective::::{Pallet, Call, Storage, Config, Origin, Event} = 15, - Scheduler: pallet_scheduler::{Pallet, Call, Storage, Event} = 16, - Preimage: pallet_preimage::{Pallet, Call, Storage, Event} = 17, - Multisig: pallet_multisig::{Pallet, Call, Storage, Event} = 18, - Treasury: pallet_treasury::{Pallet, Call, Storage, Event} = 19, - Bounties: pallet_bounties::{Pallet, Call, Storage, Event} = 20, - ChildBounties: pallet_child_bounties::{Pallet, Call, Storage, Event} = 21, - Proxy: pallet_proxy::{Pallet, Call, Storage, Event} = 22, + Sudo: pallet_sudo = 12, + Democracy: pallet_democracy = 13, + Council: pallet_collective:: = 14, + TechnicalCommittee: pallet_collective:: = 15, + Scheduler: pallet_scheduler = 16, + Preimage: pallet_preimage = 17, + Multisig: pallet_multisig = 18, + Treasury: pallet_treasury = 19, + Bounties: pallet_bounties = 20, + ChildBounties: pallet_child_bounties = 21, + Proxy: pallet_proxy = 22, // Consensus support. // The following order MUST NOT be changed: Aura -> Session -> Staking -> Authorship -> AuraExt // Dependencies: AuraExt on Aura, Authorship and Session on ParachainStaking - Aura: pallet_aura::{Pallet, Storage, Config} = 33, - Session: pallet_session::{Pallet, Call, Storage, Event, Config} = 32, - ParachainStaking: parachain_staking::{Pallet, Call, Storage, Event, Config} = 35, - Authorship: pallet_authorship::{Pallet, Storage} = 30, - AuraExt: cumulus_pallet_aura_ext::{Pallet, Storage, Config} = 34, + Aura: pallet_aura = 33, + Session: pallet_session = 32, + ParachainStaking: parachain_staking = 35, + Authorship: pallet_authorship = 30, + AuraExt: cumulus_pallet_aura_ext = 34, // XCM helpers. - XcmpQueue: cumulus_pallet_xcmp_queue::{Pallet, Call, Storage, Event} = 40, - PolkadotXcm: pallet_xcm::{Pallet, Call, Event, Origin, Config} = 41, - CumulusXcm: cumulus_pallet_xcm::{Pallet, Event, Origin} = 42, - DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event} = 43, + XcmpQueue: cumulus_pallet_xcmp_queue = 40, + PolkadotXcm: pallet_xcm = 41, + CumulusXcm: cumulus_pallet_xcm = 42, + DmpQueue: cumulus_pallet_dmp_queue = 43, // Amendments - Vesting: pallet_vesting::{Pallet, Call, Storage, Event} = 50, - Utility: pallet_utility::{Pallet, Call, Event} = 51, - Currencies: orml_currencies::{Pallet, Call, Storage} = 52, - Tokens: orml_tokens::{Pallet, Call, Storage, Config, Event} = 53, - XTokens: orml_xtokens::{Pallet, Storage, Call, Event} = 54, - Identity: pallet_identity::{Pallet, Storage, Call, Event} = 55, - Contracts: pallet_contracts::{Pallet, Storage, Call, Event} = 56, - RandomnessCollectiveFlip: pallet_insecure_randomness_collective_flip::{Pallet, Storage} = 57, - DiaOracleModule: dia_oracle::{Pallet, Storage, Call, Config, Event} = 58, - - ZenlinkProtocol: zenlink_protocol::{Pallet, Call, Storage, Event} = 59, + Vesting: pallet_vesting = 50, + Utility: pallet_utility = 51, + Currencies: orml_currencies = 52, + Tokens: orml_tokens = 53, + XTokens: orml_xtokens = 54, + Identity: pallet_identity = 55, + Contracts: pallet_contracts = 56, + RandomnessCollectiveFlip: pallet_insecure_randomness_collective_flip = 57, + DiaOracleModule: dia_oracle = 58, + + ZenlinkProtocol: zenlink_protocol = 59, // Spacewalk pallets - Currency: currency::{Pallet} = 60, - Fee: fee::{Pallet, Call, Config, Storage} = 61, - Issue: issue::{Pallet, Call, Config, Storage, Event} = 62, - Nomination: nomination::{Pallet, Call, Config, Storage, Event} = 63, - Oracle: oracle::{Pallet, Call, Config, Storage, Event} = 64, - Redeem: redeem::{Pallet, Call, Config, Storage, Event} = 65, - Replace: replace::{Pallet, Call, Config, Storage, Event} = 66, - Security: security::{Pallet, Call, Config, Storage, Event} = 67, - StellarRelay: stellar_relay::{Pallet, Call, Config, Storage, Event} = 68, - VaultRegistry: vault_registry::{Pallet, Call, Config, Storage, Event, ValidateUnsigned} = 69, - PooledVaultRewards: pooled_rewards::{Pallet, Call, Storage, Event} = 70, - VaultStaking: staking::{Pallet, Storage, Event} = 71, - ClientsInfo: clients_info::{Pallet, Call, Storage, Event} = 72, - RewardDistribution: reward_distribution::{Pallet, Call, Storage, Event} = 73, - - TokenAllowance: orml_currencies_allowance_extension::{Pallet, Storage, Call, Event, Config} = 80, - OrmlExtension: orml_tokens_management_extension::{Pallet, Storage, Call, Event} = 81, - - TreasuryBuyoutExtension: treasury_buyout_extension::{Pallet, Storage, Call, Event} = 82, - - Farming: farming::{Pallet, Call, Storage, Event} = 90, + Currency: currency = 60, + Fee: fee = 61, + Issue: issue = 62, + Nomination: nomination = 63, + Oracle: oracle = 64, + Redeem: redeem = 65, + Replace: replace = 66, + Security: security = 67, + StellarRelay: stellar_relay = 68, + VaultRegistry: vault_registry = 69, + PooledVaultRewards: pooled_rewards = 70, + VaultStaking: staking = 71, + ClientsInfo: clients_info = 72, + RewardDistribution: reward_distribution = 73, + + TokenAllowance: orml_currencies_allowance_extension = 80, + OrmlExtension: orml_tokens_management_extension = 81, + + TreasuryBuyoutExtension: treasury_buyout_extension = 82, + + Farming: farming = 90, // Asset Metadata - AssetRegistry: orml_asset_registry::{Pallet, Storage, Call, Event, Config} = 91, + AssetRegistry: orml_asset_registry = 91, } ); @@ -1677,11 +1667,11 @@ impl_runtime_apis! { } impl dia_oracle_runtime_api::DiaOracleApi for Runtime{ - fn get_value(blockchain: frame_support::sp_std::vec::Vec, symbol: frame_support::sp_std::vec::Vec)-> Result{ + fn get_value(blockchain: sp_std::vec::Vec, symbol: sp_std::vec::Vec)-> Result{ DiaOracleModule::get_value(blockchain, symbol) } - fn get_coin_info(blockchain: frame_support::sp_std::vec::Vec, symbol: frame_support::sp_std::vec::Vec)-> Result{ + fn get_coin_info(blockchain: sp_std::vec::Vec, symbol: sp_std::vec::Vec)-> Result{ DiaOracleModule::get_coin_info(blockchain, symbol) } } @@ -1947,7 +1937,7 @@ impl_runtime_apis! { } } - impl pallet_contracts::ContractsApi + impl pallet_contracts::ContractsApi for Runtime { fn call( @@ -1957,17 +1947,18 @@ impl_runtime_apis! { gas_limit: Option, storage_deposit_limit: Option, input_data: Vec, - ) -> pallet_contracts_primitives::ContractExecResult { + ) -> pallet_contracts_primitives::ContractExecResult { let gas_limit = gas_limit.unwrap_or(RuntimeBlockWeights::get().max_block); Contracts::bare_call( origin, - dest, - value, - gas_limit, - storage_deposit_limit, - input_data, - CONTRACTS_DEBUG_OUTPUT, - pallet_contracts::Determinism::Enforced, + dest, + value, + gas_limit, + storage_deposit_limit, + input_data, + pallet_contracts::DebugInfo::UnsafeDebug, + pallet_contracts::CollectEvents::UnsafeCollect, + pallet_contracts::Determinism::Enforced, ) } @@ -1979,18 +1970,19 @@ impl_runtime_apis! { code: pallet_contracts_primitives::Code, data: Vec, salt: Vec, - ) -> pallet_contracts_primitives::ContractInstantiateResult + ) -> pallet_contracts_primitives::ContractInstantiateResult { let gas_limit = gas_limit.unwrap_or(RuntimeBlockWeights::get().max_block); Contracts::bare_instantiate( origin, - value, - gas_limit, - storage_deposit_limit, - code, - data, - salt, - CONTRACTS_DEBUG_OUTPUT + value, + gas_limit, + storage_deposit_limit, + code, + data, + salt, + pallet_contracts::DebugInfo::UnsafeDebug, + pallet_contracts::CollectEvents::UnsafeCollect, ) } diff --git a/runtime/foucoco/src/xcm_config.rs b/runtime/foucoco/src/xcm_config.rs index 186faef95..e6cb671d9 100644 --- a/runtime/foucoco/src/xcm_config.rs +++ b/runtime/foucoco/src/xcm_config.rs @@ -2,7 +2,7 @@ use core::marker::PhantomData; use cumulus_primitives_utility::XcmFeesTo32ByteAccount; use frame_support::{ - log, match_types, parameter_types, + match_types, parameter_types, traits::{ConstU32, ContainsPair, Everything, Nothing, ProcessMessageError}, }; use orml_asset_registry::{AssetRegistryTrader, FixedRateAssetRegistryTrader}; @@ -10,6 +10,7 @@ use orml_traits::{ location::{RelativeReserveProvider, Reserve}, parameter_type_with_key, }; +use log; use orml_xcm_support::{DepositToAlternative, IsNativeConcrete, MultiCurrencyAdapter}; use pallet_xcm::XcmPassthrough; use polkadot_parachain::primitives::Sibling; @@ -22,7 +23,7 @@ use xcm_builder::{ ParentIsPreset, RelayChainAsNative, SiblingParachainAsNative, SiblingParachainConvertsVia, SignedAccountId32AsNative, SignedToAccountId32, SovereignSignedViaLocation, TakeWeightCredit, }; -use xcm_executor::{traits::ShouldExecute, XcmExecutor}; +use xcm_executor::{traits::{ShouldExecute, Properties}, XcmExecutor}; use super::{ AccountId, AssetRegistry, Balance, Balances, Currencies, CurrencyId, FoucocoTreasuryAccount, @@ -128,8 +129,8 @@ where fn should_execute( origin: &MultiLocation, instructions: &mut [Instruction], - max_weight: XCMWeight, - weight_credit: &mut XCMWeight, + max_weight: Weight, + weight_credit: &mut Properties, ) -> Result<(), ProcessMessageError> { Deny::should_execute(origin, instructions, max_weight, weight_credit)?; Allow::should_execute(origin, instructions, max_weight, weight_credit) @@ -142,8 +143,8 @@ impl ShouldExecute for DenyReserveTransferToRelayChain { fn should_execute( origin: &MultiLocation, instructions: &mut [Instruction], - _max_weight: XCMWeight, - _weight_credit: &mut XCMWeight, + _max_weight: Weight, + _weight_credit: &mut Properties, ) -> Result<(), ProcessMessageError> { if instructions.iter().any(|inst| { matches!( @@ -225,6 +226,7 @@ impl xcm_executor::Config for XcmConfig { type UniversalAliases = Nothing; type CallDispatcher = RuntimeCall; type SafeCallFilter = Everything; + type Aliasers = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. @@ -268,6 +270,8 @@ impl pallet_xcm::Config for Runtime { #[cfg(feature = "runtime-benchmarks")] type ReachableDest = ReachableDest; type AdminOrigin = EnsureRoot; + type MaxRemoteLockConsumers = ConstU32<0>; + type RemoteLockConsumerIdentifier = (); } #[cfg(feature = "runtime-benchmarks")] diff --git a/runtime/pendulum/Cargo.toml b/runtime/pendulum/Cargo.toml index 31bfea629..45c7dd155 100644 --- a/runtime/pendulum/Cargo.toml +++ b/runtime/pendulum/Cargo.toml @@ -58,9 +58,9 @@ frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", defau frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" } frame-support = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" } frame-system = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.42" } +frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, optional = true, branch = "release-polkadot-v1.1.0" } frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.42" } +frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, optional = true, branch = "release-polkadot-v1.1.0" } pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" } pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" } pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" } @@ -101,8 +101,8 @@ orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-m orml-currencies = { git = "https://github.com/open-web3-stack/open-runtime-module-library.git", default-features = false, branch = "polkadot-v1.1.0" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library.git", default-features = false, branch = "polkadot-v1.1.0" } orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library.git", default-features = false, branch = "polkadot-v1.1.0" } -orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.42" } -orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.42" } +orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v1.1.0" } +orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v1.1.0" } # KILT parachain-staking = { path = "../../pallets/parachain-staking", default-features = false } diff --git a/runtime/pendulum/src/lib.rs b/runtime/pendulum/src/lib.rs index 79d0690a8..16cb8cbe6 100644 --- a/runtime/pendulum/src/lib.rs +++ b/runtime/pendulum/src/lib.rs @@ -1,6 +1,6 @@ #![cfg_attr(not(feature = "std"), no_std)] // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. -#![recursion_limit = "256"] +#![recursion_limit = "512"] // Make the WASM binary available. #[cfg(feature = "std")] @@ -71,7 +71,7 @@ use frame_system::{ }; use runtime_common::{ - asset_registry, opaque, AccountId, Amount, AuraId, Balance, BlockNumber, Hash, Index, PoolId, + asset_registry, AccountId, Amount, AuraId, Balance, BlockNumber, Hash, Index, PoolId, ProxyType, ReserveIdentifier, Signature, EXISTENTIAL_DEPOSIT, MILLIUNIT, NANOUNIT, UNIT, }; @@ -93,8 +93,6 @@ use module_oracle_rpc_runtime_api::BalanceWrapper; use orml_currencies::BasicCurrencyAdapter; use orml_traits::{currency::MutationHooks, parameter_type_with_key}; -const CONTRACTS_DEBUG_OUTPUT: bool = true; - #[cfg(any(feature = "std", test))] pub use sp_runtime::BuildStorage; @@ -103,6 +101,7 @@ use polkadot_runtime_common::{BlockHashCount, SlowAdjustingFeeUpdate}; use weights::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight}; +use runtime_common::asset_registry::StringLimit; // XCM Imports use xcm_executor::XcmExecutor; @@ -140,6 +139,11 @@ pub type SignedExtra = ( treasury_buyout_extension::CheckBuyout, ); +type EventRecord = frame_system::EventRecord< + ::RuntimeEvent, + ::Hash, +>; + /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = generic::UncheckedExtrinsic; @@ -153,41 +157,8 @@ parameter_types! { pub const InactiveAccounts: Vec = Vec::new(); } -use crate::sp_api_hidden_includes_construct_runtime::hidden_include::dispatch::GetStorageVersion; -use frame_support::pallet_prelude::StorageVersion; - -pub struct CustomOnRuntimeUpgrade; -impl frame_support::traits::OnRuntimeUpgrade for CustomOnRuntimeUpgrade { - fn on_runtime_upgrade() -> frame_support::weights::Weight { - log::info!("Custom on-runtime-upgrade function"); - - let mut writes = 0; - // WARNING: manually setting the storage version - if Contracts::on_chain_storage_version() == 0 { - log::info!("Upgrading pallet contract's storage version to 10"); - StorageVersion::new(10).put::(); - writes += 1; - } - if Scheduler::on_chain_storage_version() == 3 { - log::info!("Upgrading pallet scheduler's storage version to 4"); - StorageVersion::new(4).put::(); - writes += 1; - } - if PolkadotXcm::on_chain_storage_version() == 0 { - log::info!("Upgrading pallet xcm's storage version to 1"); - StorageVersion::new(1).put::(); - writes += 1; - } - if AssetRegistry::on_chain_storage_version() == 0 { - log::info!("Upgrading pallet asset registry's storage version to 2"); - StorageVersion::new(2).put::(); - writes += 1; - } - // not really a heavy operation - ::DbWeight::get().reads_writes(4, writes) - } -} - +// To be removed after contracts migrations executes. +use pallet_contracts::migration::{v11, v12, v13, v14, v15}; /// Executive: handles dispatch to the various modules. pub type Executive = frame_executive::Executive< Runtime, @@ -196,9 +167,7 @@ pub type Executive = frame_executive::Executive< Runtime, AllPalletsWithSystem, ( - CustomOnRuntimeUpgrade, - pallet_balances::migration::MigrateManyToTrackInactive, - pallet_transaction_payment::migrations::v1::ForceSetVersionToV2, + pallet_contracts::migration::Migration, ), >; @@ -382,7 +351,10 @@ impl Contains for BaseFilter { | RuntimeCall::RewardDistribution(_) | RuntimeCall::Farming(_) | RuntimeCall::Proxy(_) - | RuntimeCall::TreasuryBuyoutExtension(_) => true, + | RuntimeCall::TreasuryBuyoutExtension(_) + | RuntimeCall::ParachainInfo(_) + | RuntimeCall::CumulusXcm(_) + | RuntimeCall::VaultStaking(_) => true, // All pallets are allowed, but exhaustive match is defensive // in the case of adding new pallets. } @@ -392,22 +364,20 @@ impl Contains for BaseFilter { // Configure FRAME pallets to include in runtime. impl frame_system::Config for Runtime { + /// The Block type used by the runtime. This is used by construct_runtime to retrieve the extrinsics or other block specific data as needed. + type Block = Block; /// The identifier used to distinguish between accounts. type AccountId = AccountId; /// The aggregated dispatch type that is available for extrinsics. type RuntimeCall = RuntimeCall; /// The lookup mechanism to get account ID from whatever is passed in dispatchers. type Lookup = AccountIdLookup; - /// The index type for storing how many extrinsics an account has signed. - type Index = Index; - /// The index type for blocks. - type BlockNumber = BlockNumber; + /// This stores the number of previous transactions associated with a sender account. + type Nonce = Index; /// The type for hashing blocks and tries. type Hash = Hash; /// The hashing algorithm used. type Hashing = BlakeTwo256; - /// The header type. - type Header = generic::Header; /// The ubiquitous event type. type RuntimeEvent = RuntimeEvent; /// The ubiquitous origin type. @@ -503,7 +473,7 @@ impl pallet_balances::Config for Runtime { type FreezeIdentifier = (); type MaxFreezes = (); type MaxHolds = ConstU32<1>; - type HoldIdentifier = RuntimeHoldReason; + type RuntimeHoldReason = RuntimeHoldReason; } parameter_types! { @@ -592,10 +562,15 @@ impl pallet_session::Config for Runtime { type WeightInfo = pallet_session::weights::SubstrateWeight; } +parameter_types! { + // as per documentation, typical value for this is false "unless this pallet is being augmented by another pallet" + pub const AllowMultipleBlocksPerSlot: bool = false; +} impl pallet_aura::Config for Runtime { type AuthorityId = AuraId; type DisabledValidators = (); type MaxAuthorities = MaxAuthorities; + type AllowMultipleBlocksPerSlot = AllowMultipleBlocksPerSlot; } parameter_types! { @@ -887,6 +862,7 @@ impl orml_asset_registry::Config for Runtime { type AssetProcessor = asset_registry::CustomAssetProcessor; type Balance = Balance; type WeightInfo = weights::orml_asset_registry::WeightInfo; + type StringLimit = StringLimit; } parameter_types! { @@ -989,6 +965,8 @@ parameter_types! { // Fallback value if storage deposit limit not set by the user pub const DefaultDepositLimit: Balance = deposit(1024, 1024 * 1024); pub Schedule: pallet_contracts::Schedule = Default::default(); + pub const CodeHashLockupDepositPercent: Perbill = Perbill::from_percent(10); + pub const MaxDelegateDependencies: u32 = 32; } impl pallet_contracts::Config for Runtime { @@ -1012,6 +990,12 @@ impl pallet_contracts::Config for Runtime { type UnsafeUnstableInterface = ConstBool; type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>; type DefaultDepositLimit = DefaultDepositLimit; + type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; + type MaxDelegateDependencies = MaxDelegateDependencies; + type RuntimeHoldReason = RuntimeHoldReason; + type Migrations = (v11::Migration, v12::Migration, v13::Migration, v14::Migration, v15::Migration ); + type Debug = (); + type Environment = (); } impl pallet_insecure_randomness_collective_flip::Config for Runtime {} @@ -1065,7 +1049,7 @@ impl farming::Config for Runtime { type CurrencyId = CurrencyId; type MultiCurrency = Currencies; type ControlOrigin = EnsureRoot; - type WeightInfo = farming::weights::BifrostWeight; + type WeightInfo = (); type TreasuryAccount = PendulumTreasuryAccount; type Keeper = FarmingKeeperPalletId; type RewardIssuer = FarmingRewardIssuerPalletId; @@ -1429,89 +1413,84 @@ impl treasury_buyout_extension::Config for Runtime { // Create the runtime by composing the FRAME pallets that were previously configured. construct_runtime!( - pub enum Runtime where - Block = Block, - NodeBlock = opaque::Block, - UncheckedExtrinsic = UncheckedExtrinsic, + pub enum Runtime { // System support stuff. - System: frame_system::{Pallet, Call, Config, Storage, Event} = 0, - ParachainSystem: cumulus_pallet_parachain_system::{ - Pallet, Call, Config, Storage, Inherent, Event, ValidateUnsigned, - } = 1, - Timestamp: pallet_timestamp::{Pallet, Call, Storage, Inherent} = 2, - ParachainInfo: parachain_info::{Pallet, Storage, Config} = 3, + System: frame_system = 0, + ParachainSystem: cumulus_pallet_parachain_system = 1, + Timestamp: pallet_timestamp = 2, + ParachainInfo: parachain_info = 3, // Monetary stuff. - Balances: pallet_balances::{Pallet, Call, Storage, Config, Event} = 10, - TransactionPayment: pallet_transaction_payment::{Pallet, Storage, Event} = 11, + Balances: pallet_balances = 10, + TransactionPayment: pallet_transaction_payment = 11, // Governance - Democracy: pallet_democracy::{Pallet, Call, Storage, Config, Event} = 13, - Council: pallet_collective::::{Pallet, Call, Storage, Config, Origin, Event} = 14, - TechnicalCommittee: pallet_collective::::{Pallet, Call, Storage, Config, Origin, Event} = 15, - Scheduler: pallet_scheduler::{Pallet, Call, Storage, Event} = 16, - Preimage: pallet_preimage::{Pallet, Call, Storage, Event} = 17, - Multisig: pallet_multisig::{Pallet, Call, Storage, Event} = 18, - Treasury: pallet_treasury::{Pallet, Call, Storage, Event} = 19, - Bounties: pallet_bounties::{Pallet, Call, Storage, Event} = 20, - ChildBounties: pallet_child_bounties::{Pallet, Call, Storage, Event} = 21, - Proxy: pallet_proxy::{Pallet, Call, Storage, Event} = 22, + Democracy: pallet_democracy= 13, + Council: pallet_collective:: = 14, + TechnicalCommittee: pallet_collective:: = 15, + Scheduler: pallet_scheduler = 16, + Preimage: pallet_preimage = 17, + Multisig: pallet_multisig = 18, + Treasury: pallet_treasury = 19, + Bounties: pallet_bounties = 20, + ChildBounties: pallet_child_bounties = 21, + Proxy: pallet_proxy = 22, // Consensus support. // The following order MUST NOT be changed: Aura -> Session -> Staking -> Authorship -> AuraExt // Dependencies: AuraExt on Aura, Authorship and Session on ParachainStaking - Aura: pallet_aura::{Pallet, Storage, Config} = 33, - Session: pallet_session::{Pallet, Call, Storage, Event, Config} = 32, - ParachainStaking: parachain_staking::{Pallet, Call, Storage, Event, Config} = 35, - Authorship: pallet_authorship::{Pallet, Storage} = 30, - AuraExt: cumulus_pallet_aura_ext::{Pallet, Storage, Config} = 34, + Aura: pallet_aura = 33, + Session: pallet_session = 32, + ParachainStaking: parachain_staking = 35, + Authorship: pallet_authorship = 30, + AuraExt: cumulus_pallet_aura_ext = 34, // XCM helpers. - XcmpQueue: cumulus_pallet_xcmp_queue::{Pallet, Call, Storage, Event} = 40, - PolkadotXcm: pallet_xcm::{Pallet, Call, Event, Origin, Config} = 41, - CumulusXcm: cumulus_pallet_xcm::{Pallet, Event, Origin} = 42, - DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event} = 43, + XcmpQueue: cumulus_pallet_xcmp_queue = 40, + PolkadotXcm: pallet_xcm = 41, + CumulusXcm: cumulus_pallet_xcm = 42, + DmpQueue: cumulus_pallet_dmp_queue = 43, // Amendments - Vesting: pallet_vesting::{Pallet, Call, Config, Storage, Event} = 50, - Utility: pallet_utility::{Pallet, Call, Event} = 51, - Currencies: orml_currencies::{Pallet, Call, Storage} = 52, - Tokens: orml_tokens::{Pallet, Call, Storage, Event} = 53, - XTokens: orml_xtokens::{Pallet, Storage, Call, Event} = 54, - Identity: pallet_identity::{Pallet, Storage, Call, Event} = 55, - Contracts: pallet_contracts::{Pallet, Storage, Call, Event} = 56, - RandomnessCollectiveFlip: pallet_insecure_randomness_collective_flip::{Pallet, Storage} = 57, - DiaOracleModule: dia_oracle::{Pallet, Config, Storage, Call, Event} = 58, + Vesting: pallet_vesting = 50, + Utility: pallet_utility = 51, + Currencies: orml_currencies = 52, + Tokens: orml_tokens = 53, + XTokens: orml_xtokens = 54, + Identity: pallet_identity = 55, + Contracts: pallet_contracts = 56, + RandomnessCollectiveFlip: pallet_insecure_randomness_collective_flip = 57, + DiaOracleModule: dia_oracle = 58, // Zenlink ZenlinkProtocol: zenlink_protocol::{Pallet, Call, Storage, Event} = 59, // Spacewalk pallets - Currency: currency::{Pallet} = 60, - Fee: fee::{Pallet, Call, Config, Storage} = 61, - Issue: issue::{Pallet, Call, Config, Storage, Event} = 62, - Nomination: nomination::{Pallet, Call, Config, Storage, Event} = 63, - Oracle: oracle::{Pallet, Call, Config, Storage, Event} = 64, - Redeem: redeem::{Pallet, Call, Config, Storage, Event} = 65, - Replace: replace::{Pallet, Call, Config, Storage, Event} = 66, - Security: security::{Pallet, Call, Config, Storage, Event} = 67, - StellarRelay: stellar_relay::{Pallet, Call, Config, Storage, Event} = 68, - VaultRegistry: vault_registry::{Pallet, Call, Config, Storage, Event, ValidateUnsigned} = 69, - PooledVaultRewards: pooled_rewards::{Pallet, Call, Storage, Event} = 70, - VaultStaking: staking::{Pallet, Storage, Event} = 71, - ClientsInfo: clients_info::{Pallet, Call, Storage, Event} = 72, - RewardDistribution: reward_distribution::{Pallet, Call, Storage, Event} = 73, - - TokenAllowance: orml_currencies_allowance_extension::{Pallet, Storage, Call, Event} = 80, - TreasuryBuyoutExtension: treasury_buyout_extension::{Pallet, Storage, Call, Event} = 82, + Currency: currency = 60, + Fee: fee = 61, + Issue: issue = 62, + Nomination: nomination = 63, + Oracle: oracle = 64, + Redeem: redeem = 65, + Replace: replace = 66, + Security: security = 67, + StellarRelay: stellar_relay = 68, + VaultRegistry: vault_registry = 69, + PooledVaultRewards: pooled_rewards = 70, + VaultStaking: staking = 71, + ClientsInfo: clients_info = 72, + RewardDistribution: reward_distribution = 73, + + TokenAllowance: orml_currencies_allowance_extension = 80, + TreasuryBuyoutExtension: treasury_buyout_extension = 82, //Farming - Farming: farming::{Pallet, Call, Storage, Event} = 90, + Farming: farming = 90, // Asset Metadata - AssetRegistry: orml_asset_registry::{Pallet, Storage, Call, Event, Config} = 91, + AssetRegistry: orml_asset_registry = 91, - VestingManager: vesting_manager::{Pallet, Call, Event} = 100 + VestingManager: vesting_manager = 100 } ); @@ -1682,11 +1661,11 @@ impl_runtime_apis! { impl dia_oracle_runtime_api::DiaOracleApi for Runtime{ - fn get_value(blockchain: frame_support::sp_std::vec::Vec, symbol: frame_support::sp_std::vec::Vec)-> Result{ + fn get_value(blockchain: sp_std::vec::Vec, symbol: sp_std::vec::Vec)-> Result{ DiaOracleModule::get_value(blockchain, symbol) } - fn get_coin_info(blockchain: frame_support::sp_std::vec::Vec, symbol: frame_support::sp_std::vec::Vec)-> Result{ + fn get_coin_info(blockchain: sp_std::vec::Vec, symbol: sp_std::vec::Vec)-> Result{ DiaOracleModule::get_coin_info(blockchain, symbol) } } @@ -1935,7 +1914,7 @@ impl_runtime_apis! { } } - impl pallet_contracts::ContractsApi + impl pallet_contracts::ContractsApi for Runtime { fn call( @@ -1945,17 +1924,18 @@ impl_runtime_apis! { gas_limit: Option, storage_deposit_limit: Option, input_data: Vec, - ) -> pallet_contracts_primitives::ContractExecResult { + ) -> pallet_contracts_primitives::ContractExecResult { let gas_limit = gas_limit.unwrap_or(RuntimeBlockWeights::get().max_block); Contracts::bare_call( origin, - dest, - value, - gas_limit, - storage_deposit_limit, - input_data, - CONTRACTS_DEBUG_OUTPUT, - pallet_contracts::Determinism::Enforced, + dest, + value, + gas_limit, + storage_deposit_limit, + input_data, + pallet_contracts::DebugInfo::UnsafeDebug, + pallet_contracts::CollectEvents::UnsafeCollect, + pallet_contracts::Determinism::Enforced, ) } @@ -1967,18 +1947,19 @@ impl_runtime_apis! { code: pallet_contracts_primitives::Code, data: Vec, salt: Vec, - ) -> pallet_contracts_primitives::ContractInstantiateResult + ) -> pallet_contracts_primitives::ContractInstantiateResult { let gas_limit = gas_limit.unwrap_or(RuntimeBlockWeights::get().max_block); Contracts::bare_instantiate( origin, - value, - gas_limit, - storage_deposit_limit, - code, - data, - salt, - CONTRACTS_DEBUG_OUTPUT + value, + gas_limit, + storage_deposit_limit, + code, + data, + salt, + pallet_contracts::DebugInfo::UnsafeDebug, + pallet_contracts::CollectEvents::UnsafeCollect, ) } diff --git a/runtime/pendulum/src/xcm_config.rs b/runtime/pendulum/src/xcm_config.rs index 7754f9f36..2abd0c8e6 100644 --- a/runtime/pendulum/src/xcm_config.rs +++ b/runtime/pendulum/src/xcm_config.rs @@ -2,9 +2,10 @@ use core::marker::PhantomData; use cumulus_primitives_utility::XcmFeesTo32ByteAccount; use frame_support::{ - log, match_types, parameter_types, + match_types, parameter_types, traits::{ContainsPair, Everything, Nothing, ProcessMessageError}, }; +use log; use orml_asset_registry::{AssetRegistryTrader, FixedRateAssetRegistryTrader}; use orml_traits::{ location::{RelativeReserveProvider, Reserve}, @@ -22,7 +23,7 @@ use xcm_builder::{ ParentIsPreset, RelayChainAsNative, SiblingParachainAsNative, SiblingParachainConvertsVia, SignedAccountId32AsNative, SignedToAccountId32, SovereignSignedViaLocation, TakeWeightCredit, }; -use xcm_executor::{traits::ShouldExecute, XcmExecutor}; +use xcm_executor::{traits::{ShouldExecute, Properties}, XcmExecutor}; use runtime_common::{ asset_registry::FixedConversionRateProvider, @@ -125,8 +126,8 @@ where fn should_execute( origin: &MultiLocation, instructions: &mut [Instruction], - max_weight: XCMWeight, - weight_credit: &mut XCMWeight, + max_weight: Weight, + weight_credit: &mut Properties, ) -> Result<(), ProcessMessageError> { Deny::should_execute(origin, instructions, max_weight, weight_credit)?; Allow::should_execute(origin, instructions, max_weight, weight_credit) @@ -139,8 +140,8 @@ impl ShouldExecute for DenyReserveTransferToRelayChain { fn should_execute( origin: &MultiLocation, instructions: &mut [Instruction], - _max_weight: XCMWeight, - _weight_credit: &mut XCMWeight, + _max_weight: Weight, + _weight_credit: &mut Properties, ) -> Result<(), ProcessMessageError> { if instructions.iter().any(|inst| { matches!( @@ -277,6 +278,7 @@ impl xcm_executor::Config for XcmConfig { type UniversalAliases = Nothing; type CallDispatcher = RuntimeCall; type SafeCallFilter = Everything; + type Aliasers = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. @@ -319,6 +321,8 @@ impl pallet_xcm::Config for Runtime { #[cfg(feature = "runtime-benchmarks")] type ReachableDest = ReachableDest; type AdminOrigin = EnsureRoot; + type MaxRemoteLockConsumers = ConstU32<0>; + type RemoteLockConsumerIdentifier = (); } #[cfg(feature = "runtime-benchmarks")]