From 06c28df3df1c4581538a1ade2e06ea5f50f63f69 Mon Sep 17 00:00:00 2001 From: lemunozm Date: Fri, 22 Mar 2024 11:26:19 +0100 Subject: [PATCH] patch all required dependencies to make moonbeam works --- Cargo.lock | 1136 ++++++++++++++-------------------------------------- Cargo.toml | 102 +++-- 2 files changed, 369 insertions(+), 869 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5f1092472..ac6137dca8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" +checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" dependencies = [ "memchr", ] @@ -486,7 +486,7 @@ dependencies = [ "futures-lite", "parking", "polling", - "rustix 0.38.31", + "rustix 0.38.32", "slab", "tracing", "windows-sys 0.52.0", @@ -563,16 +563,16 @@ dependencies = [ "cfg-types", "cfg-utils", "ethabi", - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "fp-evm", "frame-support", "frame-system", "hex", - "pallet-evm 6.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "pallet-evm", "pallet-liquidity-pools-gateway", "parity-scale-codec 3.6.9", - "precompile-utils 0.1.0 (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "precompile-utils", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -580,9 +580,9 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" +checksum = "95d8e92cac0961e91dbd517496b00f7e9b92363dbe6d42c3198268323798860c" dependencies = [ "addr2line 0.21.0", "cc", @@ -923,9 +923,9 @@ dependencies = [ [[package]] name = "cargo-platform" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "694c8807f2ae16faecc43dc17d74b3eb042482789fd0eb64b39a2e04e087053f" +checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" dependencies = [ "serde", ] @@ -997,7 +997,7 @@ dependencies = [ "orml-traits", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -1015,9 +1015,9 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", "sp-consensus-aura", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -1056,7 +1056,7 @@ dependencies = [ "orml-traits", "parity-scale-codec 3.6.9", "scale-info", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", "sp-runtime", "sp-std", "strum", @@ -1077,8 +1077,8 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-runtime", "sp-std", "staging-xcm", @@ -1095,7 +1095,7 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec 3.6.9", "scale-info", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", "sp-consensus-aura", "sp-runtime", "sp-std", @@ -1143,7 +1143,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -1633,8 +1633,8 @@ dependencies = [ "parity-scale-codec 3.6.9", "polkadot-parachain-primitives", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", + "sp-externalities", "sp-inherents", "sp-io", "sp-runtime", @@ -1657,20 +1657,6 @@ dependencies = [ "syn 2.0.53", ] -[[package]] -name = "cumulus-pallet-session-benchmarking" -version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-session", - "parity-scale-codec 3.6.9", - "sp-runtime", - "sp-std", -] - [[package]] name = "cumulus-pallet-xcm" version = "0.1.0" @@ -1738,47 +1724,16 @@ dependencies = [ "sc-client-api", "scale-info", "sp-api", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-inherents", "sp-runtime", "sp-state-machine", "sp-std", - "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-storage", "sp-trie", "tracing", ] -[[package]] -name = "cumulus-primitives-timestamp" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" -dependencies = [ - "cumulus-primitives-core", - "futures", - "parity-scale-codec 3.6.9", - "sp-inherents", - "sp-std", - "sp-timestamp", -] - -[[package]] -name = "cumulus-primitives-utility" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" -dependencies = [ - "cumulus-primitives-core", - "frame-support", - "log", - "parity-scale-codec 3.6.9", - "polkadot-runtime-common", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", -] - [[package]] name = "cumulus-relay-chain-interface" version = "0.1.0" @@ -2003,129 +1958,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "development-runtime" -version = "0.10.44" -dependencies = [ - "axelar-gateway-precompile", - "cfg-primitives", - "cfg-traits", - "cfg-types", - "chainbridge", - "cumulus-pallet-aura-ext", - "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", - "cumulus-pallet-session-benchmarking", - "cumulus-pallet-xcm", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-timestamp", - "cumulus-primitives-utility", - "fp-rpc", - "fp-self-contained", - "frame-benchmarking", - "frame-executive", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "getrandom 0.2.12", - "hex", - "hex-literal 0.3.4", - "liquidity-pools-gateway-routers", - "orml-asset-registry", - "orml-tokens", - "orml-traits", - "orml-xcm", - "orml-xcm-support", - "orml-xtokens", - "pallet-anchors", - "pallet-aura", - "pallet-authorship", - "pallet-balances", - "pallet-base-fee", - "pallet-block-rewards", - "pallet-bridge", - "pallet-collator-allowlist", - "pallet-collator-selection", - "pallet-collective", - "pallet-crowdloan-claim", - "pallet-crowdloan-reward", - "pallet-democracy", - "pallet-elections-phragmen", - "pallet-ethereum", - "pallet-ethereum-transaction", - "pallet-evm 6.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", - "pallet-evm-chain-id", - "pallet-fees", - "pallet-foreign-investments", - "pallet-identity", - "pallet-interest-accrual", - "pallet-investments", - "pallet-keystore", - "pallet-liquidity-pools", - "pallet-liquidity-pools-gateway", - "pallet-liquidity-rewards", - "pallet-loans", - "pallet-membership", - "pallet-multisig", - "pallet-oracle-collection", - "pallet-oracle-feed", - "pallet-order-book", - "pallet-permissions", - "pallet-pool-fees", - "pallet-pool-registry", - "pallet-pool-system", - "pallet-preimage", - "pallet-proxy", - "pallet-remarks", - "pallet-restricted-tokens", - "pallet-restricted-xtokens", - "pallet-rewards", - "pallet-scheduler", - "pallet-session", - "pallet-sudo", - "pallet-swaps", - "pallet-timestamp", - "pallet-token-mux", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-transfer-allowlist", - "pallet-treasury", - "pallet-uniques", - "pallet-utility", - "pallet-vesting", - "pallet-xcm", - "pallet-xcm-transactor", - "parachain-info", - "parity-scale-codec 3.6.9", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "runtime-common", - "scale-info", - "serde", - "sp-api", - "sp-block-builder", - "sp-consensus-aura", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "static_assertions", - "substrate-wasm-builder", - "xcm-primitives", -] - [[package]] name = "difflib" version = "0.4.0" @@ -2573,29 +2405,9 @@ dependencies = [ "auto_impl", "environmental", "ethereum", - "evm-core 0.39.0 (git+https://github.com/moonbeam-foundation/evm?rev=a33ac87ad7462b7e7029d12c385492b2a8311d1c)", - "evm-gasometer 0.39.0 (git+https://github.com/moonbeam-foundation/evm?rev=a33ac87ad7462b7e7029d12c385492b2a8311d1c)", - "evm-runtime 0.39.0 (git+https://github.com/moonbeam-foundation/evm?rev=a33ac87ad7462b7e7029d12c385492b2a8311d1c)", - "log", - "parity-scale-codec 3.6.9", - "primitive-types 0.12.2", - "rlp", - "scale-info", - "serde", - "sha3 0.10.8", -] - -[[package]] -name = "evm" -version = "0.39.1" -source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65" -dependencies = [ - "auto_impl", - "environmental", - "ethereum", - "evm-core 0.39.0 (git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65)", - "evm-gasometer 0.39.0 (git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65)", - "evm-runtime 0.39.0 (git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65)", + "evm-core", + "evm-gasometer", + "evm-runtime", "log", "parity-scale-codec 3.6.9", "primitive-types 0.12.2", @@ -2616,36 +2428,14 @@ dependencies = [ "serde", ] -[[package]] -name = "evm-core" -version = "0.39.0" -source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65" -dependencies = [ - "parity-scale-codec 3.6.9", - "primitive-types 0.12.2", - "scale-info", - "serde", -] - [[package]] name = "evm-gasometer" version = "0.39.0" source = "git+https://github.com/moonbeam-foundation/evm?rev=a33ac87ad7462b7e7029d12c385492b2a8311d1c#a33ac87ad7462b7e7029d12c385492b2a8311d1c" dependencies = [ "environmental", - "evm-core 0.39.0 (git+https://github.com/moonbeam-foundation/evm?rev=a33ac87ad7462b7e7029d12c385492b2a8311d1c)", - "evm-runtime 0.39.0 (git+https://github.com/moonbeam-foundation/evm?rev=a33ac87ad7462b7e7029d12c385492b2a8311d1c)", - "primitive-types 0.12.2", -] - -[[package]] -name = "evm-gasometer" -version = "0.39.0" -source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65" -dependencies = [ - "environmental", - "evm-core 0.39.0 (git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65)", - "evm-runtime 0.39.0 (git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65)", + "evm-core", + "evm-runtime", "primitive-types 0.12.2", ] @@ -2656,19 +2446,7 @@ source = "git+https://github.com/moonbeam-foundation/evm?rev=a33ac87ad7462b7e702 dependencies = [ "auto_impl", "environmental", - "evm-core 0.39.0 (git+https://github.com/moonbeam-foundation/evm?rev=a33ac87ad7462b7e7029d12c385492b2a8311d1c)", - "primitive-types 0.12.2", - "sha3 0.10.8", -] - -[[package]] -name = "evm-runtime" -version = "0.39.0" -source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65" -dependencies = [ - "auto_impl", - "environmental", - "evm-core 0.39.0 (git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65)", + "evm-core", "primitive-types 0.12.2", "sha3 0.10.8", ] @@ -2802,9 +2580,9 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382" +checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f" [[package]] name = "file-per-thread-logger" @@ -2920,7 +2698,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.1.0#bf5885a982041cc744ecbb62a2afc13d56d464dc" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ "hex", "impl-serde", @@ -2929,40 +2707,21 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 17.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-std", -] - -[[package]] -name = "fp-account" -version = "1.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" -dependencies = [ - "hex", - "impl-serde", - "libsecp256k1", - "log", - "parity-scale-codec 3.6.9", - "scale-info", - "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-io", - "sp-runtime", - "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-runtime-interface", "sp-std", ] [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ "ethereum", "parity-scale-codec 3.6.9", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "sp-std", ] @@ -2970,43 +2729,28 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ "ethereum", "ethereum-types 0.14.1", - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", - "frame-support", - "parity-scale-codec 3.6.9", - "sp-std", -] - -[[package]] -name = "fp-evm" -version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.1.0#bf5885a982041cc744ecbb62a2afc13d56d464dc" -dependencies = [ - "evm 0.39.1 (git+https://github.com/moonbeam-foundation/evm?rev=a33ac87ad7462b7e7029d12c385492b2a8311d1c)", + "fp-evm", "frame-support", + "num_enum 0.6.1", "parity-scale-codec 3.6.9", - "scale-info", - "serde", - "sp-core 21.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-runtime", "sp-std", ] [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ - "evm 0.39.1 (git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65)", + "evm", "frame-support", - "num_enum 0.7.2", "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "sp-std", ] @@ -3014,15 +2758,15 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ "ethereum", "ethereum-types 0.14.1", - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "fp-evm", "parity-scale-codec 3.6.9", "scale-info", "sp-api", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "sp-state-machine", "sp-std", @@ -3031,7 +2775,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ "frame-support", "parity-scale-codec 3.6.9", @@ -3043,7 +2787,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ "parity-scale-codec 3.6.9", "serde", @@ -3071,12 +2815,12 @@ dependencies = [ "serde", "sp-api", "sp-application-crypto", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-runtime-interface", "sp-std", - "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-storage", "static_assertions", ] @@ -3101,31 +2845,13 @@ dependencies = [ "frame-system", "parity-scale-codec 3.6.9", "scale-info", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-npos-elections", "sp-runtime", "sp-std", ] -[[package]] -name = "frame-executive" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" -dependencies = [ - "frame-support", - "frame-system", - "frame-try-runtime", - "log", - "parity-scale-codec 3.6.9", - "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", -] - [[package]] name = "frame-metadata" version = "16.0.0" @@ -3160,10 +2886,10 @@ dependencies = [ "serde_json", "smallvec", "sp-api", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-core-hashing-proc-macro", - "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-debug-derive", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3172,8 +2898,8 @@ dependencies = [ "sp-staking", "sp-state-machine", "sp-std", - "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-tracing", + "sp-weights", "static_assertions", "tt-call", ] @@ -3229,48 +2955,12 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", "sp-version", - "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.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#c8d2251cafadc108ba2f1f8a3208dc547ff38901" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec 3.6.9", - "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "frame-system-rpc-runtime-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" -dependencies = [ - "parity-scale-codec 3.6.9", - "sp-api", -] - -[[package]] -name = "frame-try-runtime" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" -dependencies = [ - "frame-support", - "parity-scale-codec 3.6.9", - "sp-api", - "sp-runtime", - "sp-std", + "sp-weights", ] [[package]] @@ -3468,10 +3158,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" dependencies = [ "cfg-if", - "js-sys", "libc", "wasi 0.11.0+wasi-snapshot-preview1", - "wasm-bindgen", ] [[package]] @@ -4703,9 +4391,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.15" +version = "1.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6" +checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9" dependencies = [ "cc", "pkg-config", @@ -4775,7 +4463,7 @@ dependencies = [ "pallet-balances", "pallet-ethereum", "pallet-ethereum-transaction", - "pallet-evm 6.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "pallet-evm", "pallet-evm-chain-id", "pallet-evm-precompile-simple", "pallet-liquidity-pools-gateway", @@ -4783,7 +4471,7 @@ dependencies = [ "pallet-xcm-transactor", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -4947,7 +4635,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.31", + "rustix 0.38.32", ] [[package]] @@ -5407,11 +5095,11 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.2" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" +checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" dependencies = [ - "num_enum_derive 0.7.2", + "num_enum_derive 0.6.1", ] [[package]] @@ -5427,11 +5115,11 @@ dependencies = [ [[package]] name = "num_enum_derive" -version = "0.7.2" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" +checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" dependencies = [ - "proc-macro-crate 2.0.2", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.53", @@ -5559,7 +5247,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", "sp-runtime", "sp-std", ] @@ -5577,7 +5265,7 @@ dependencies = [ "paste", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -5593,7 +5281,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -5666,9 +5354,9 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", "sp-consensus-aura", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -5737,7 +5425,7 @@ dependencies = [ "scale-info", "sp-application-crypto", "sp-consensus-babe", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-session", @@ -5763,14 +5451,14 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "fp-evm", "frame-support", "frame-system", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", ] @@ -5796,7 +5484,7 @@ dependencies = [ "pallet-session", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-staking", @@ -5819,7 +5507,7 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -5835,7 +5523,7 @@ dependencies = [ "pallet-balances", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -5871,7 +5559,7 @@ dependencies = [ "log", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -5893,7 +5581,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "proofs", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-keyring", "sp-runtime", @@ -5914,7 +5602,7 @@ dependencies = [ "pallet-vesting", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -5932,7 +5620,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -5952,8 +5640,8 @@ dependencies = [ "parity-scale-codec 3.6.9", "rand 0.8.5", "scale-info", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-io", "sp-npos-elections", "sp-runtime", @@ -5986,7 +5674,7 @@ dependencies = [ "log", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-npos-elections", "sp-runtime", @@ -5997,19 +5685,20 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ + "environmental", "ethereum", "ethereum-types 0.14.1", - "evm 0.39.1 (git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65)", + "evm", "fp-consensus", "fp-ethereum", - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "fp-evm", "fp-rpc", "fp-storage", "frame-support", "frame-system", - "pallet-evm 6.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "pallet-evm", "parity-scale-codec 3.6.9", "scale-info", "sp-io", @@ -6024,18 +5713,18 @@ dependencies = [ "cfg-primitives", "cfg-traits", "ethereum", - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "fp-evm", "frame-benchmarking", "frame-support", "frame-system", "pallet-balances", "pallet-ethereum", - "pallet-evm 6.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "pallet-evm", "pallet-evm-precompile-simple", "pallet-timestamp", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6044,40 +5733,15 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.1.0#bf5885a982041cc744ecbb62a2afc13d56d464dc" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ "environmental", - "evm 0.39.1 (git+https://github.com/moonbeam-foundation/evm?rev=a33ac87ad7462b7e7029d12c385492b2a8311d1c)", - "fp-account 1.0.0-dev (git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.1.0)", - "fp-evm 3.0.0-dev (git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.1.0)", + "evm", + "fp-account", + "fp-evm", "frame-benchmarking", "frame-support", "frame-system", - "hex-literal 0.4.1", - "impl-trait-for-tuples", - "log", - "parity-scale-codec 3.6.9", - "rlp", - "scale-info", - "sp-core 21.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-io", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "pallet-evm" -version = "6.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" -dependencies = [ - "environmental", - "evm 0.39.1 (git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65)", - "fp-account 1.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", - "frame-benchmarking", - "frame-support", - "frame-system", - "hash-db 0.16.0", "hex", "hex-literal 0.4.1", "impl-trait-for-tuples", @@ -6085,7 +5749,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "rlp", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6094,7 +5758,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ "frame-support", "frame-system", @@ -6108,19 +5772,19 @@ name = "pallet-evm-precompile-balances-erc20" version = "0.1.0" source = "git+https://github.com/moonbeam-foundation/moonbeam?tag=v0.34.1#29e8d79f1a7cdb195bd17b1788e9e613055c3575" dependencies = [ - "fp-evm 3.0.0-dev (git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.1.0)", + "fp-evm", "frame-support", "frame-system", "log", "num_enum 0.5.11", "pallet-balances", - "pallet-evm 6.0.0-dev (git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.1.0)", + "pallet-evm", "pallet-timestamp", "parity-scale-codec 3.6.9", "paste", - "precompile-utils 0.1.0 (git+https://github.com/moonbeam-foundation/moonbeam?tag=v0.34.1)", + "precompile-utils", "slices", - "sp-core 21.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-std", ] @@ -6128,29 +5792,29 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "fp-evm", ] [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "fp-evm", + "sp-core", "substrate-bn", ] [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "fp-evm", "frame-support", - "pallet-evm 6.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "pallet-evm", "parity-scale-codec 3.6.9", "sp-runtime", ] @@ -6158,27 +5822,27 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "fp-evm", "num", ] [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "fp-evm", "tiny-keccak", ] [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" dependencies = [ - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "fp-evm", "ripemd", "sp-io", ] @@ -6215,7 +5879,7 @@ dependencies = [ "pallet-treasury", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6234,7 +5898,7 @@ dependencies = [ "pallet-swaps", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6270,8 +5934,8 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec 3.6.9", "scale-info", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6295,8 +5959,8 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6312,7 +5976,7 @@ dependencies = [ "pallet-balances", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6340,7 +6004,7 @@ dependencies = [ "pallet-uniques", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6366,7 +6030,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "rand 0.8.5", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6384,7 +6048,7 @@ dependencies = [ "num-traits", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6409,8 +6073,8 @@ dependencies = [ "pallet-uniques", "parity-scale-codec 3.6.9", "scale-info", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6428,7 +6092,7 @@ dependencies = [ "log", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6445,12 +6109,12 @@ dependencies = [ "log", "parity-scale-codec 3.6.9", "scale-info", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", - "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-weights", ] [[package]] @@ -6520,8 +6184,8 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6563,8 +6227,8 @@ dependencies = [ "parity-scale-codec 3.6.9", "rand 0.8.5", "scale-info", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6596,7 +6260,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6630,8 +6294,8 @@ dependencies = [ "rev_slice", "scale-info", "serde", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6650,7 +6314,7 @@ dependencies = [ "log", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6738,7 +6402,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6759,7 +6423,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", - "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-weights", ] [[package]] @@ -6774,7 +6438,7 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-session", @@ -6813,7 +6477,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" dependencies = [ "log", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", ] [[package]] @@ -6861,7 +6525,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", - "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-storage", "sp-timestamp", ] @@ -6883,8 +6547,8 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6900,24 +6564,12 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", ] -[[package]] -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#c8d2251cafadc108ba2f1f8a3208dc547ff38901" -dependencies = [ - "pallet-transaction-payment", - "parity-scale-codec 3.6.9", - "sp-api", - "sp-runtime", - "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", -] - [[package]] name = "pallet-transfer-allowlist" version = "0.1.0" @@ -6931,7 +6583,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -6979,7 +6631,7 @@ dependencies = [ "frame-system", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -7013,7 +6665,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -7326,7 +6978,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "sp-std", ] @@ -7344,7 +6996,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "thiserror", "tokio", ] @@ -7406,7 +7058,7 @@ dependencies = [ "serde", "sp-application-crypto", "sp-consensus-babe", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-keystore", "sp-maybe-compressed-blob", "sp-runtime", @@ -7456,7 +7108,7 @@ dependencies = [ "sc-client-api", "schnellru", "sp-api", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -7473,7 +7125,7 @@ dependencies = [ "polkadot-core-primitives", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "sp-std", ] @@ -7492,10 +7144,10 @@ dependencies = [ "serde", "sp-api", "sp-application-crypto", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", "sp-authority-discovery", "sp-consensus-slots", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-inherents", "sp-io", "sp-keystore", @@ -7538,7 +7190,7 @@ dependencies = [ "serde_derive", "slot-range-helper", "sp-api", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-inherents", "sp-io", "sp-npos-elections", @@ -7560,7 +7212,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "polkadot-primitives", "sp-std", - "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-tracing", ] [[package]] @@ -7596,7 +7248,7 @@ dependencies = [ "serde", "sp-api", "sp-application-crypto", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-inherents", "sp-io", "sp-keystore", @@ -7616,7 +7268,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "parity-scale-codec 3.6.9", "polkadot-primitives", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", ] [[package]] @@ -7628,7 +7280,7 @@ dependencies = [ "cfg-if", "concurrent-queue", "pin-project-lite 0.2.13", - "rustix 0.38.31", + "rustix 0.38.32", "tracing", "windows-sys 0.52.0", ] @@ -7675,47 +7327,24 @@ source = "git+https://github.com/moonbeam-foundation/moonbeam?tag=v0.34.1#29e8d7 dependencies = [ "affix", "environmental", - "evm 0.39.1 (git+https://github.com/moonbeam-foundation/evm?rev=a33ac87ad7462b7e7029d12c385492b2a8311d1c)", - "fp-evm 3.0.0-dev (git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.1.0)", + "evm", + "fp-evm", "frame-support", "frame-system", "hex", "impl-trait-for-tuples", "log", "num_enum 0.5.11", - "pallet-evm 6.0.0-dev (git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.1.0)", + "pallet-evm", "parity-scale-codec 3.6.9", "paste", - "precompile-utils-macro 0.1.0 (git+https://github.com/moonbeam-foundation/moonbeam?tag=v0.34.1)", + "precompile-utils-macro", "sha3 0.10.8", - "sp-core 21.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights 20.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", -] - -[[package]] -name = "precompile-utils" -version = "0.1.0" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" -dependencies = [ - "environmental", - "evm 0.39.1 (git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65)", - "fp-evm 3.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", - "frame-support", - "frame-system", - "hex", - "impl-trait-for-tuples", - "log", - "num_enum 0.7.2", - "pallet-evm 6.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", - "parity-scale-codec 3.6.9", - "precompile-utils-macro 0.1.0 (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-runtime", "sp-std", + "sp-weights", ] [[package]] @@ -7732,20 +7361,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "precompile-utils-macro" -version = "0.1.0" -source = "git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0#7544791796a93e85716241b72ba68b7c7231376f" -dependencies = [ - "case", - "num_enum 0.7.2", - "prettyplease 0.2.16", - "proc-macro2", - "quote", - "sp-core-hashing 9.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "syn 1.0.109", -] - [[package]] name = "predicates" version = "2.1.5" @@ -7944,7 +7559,7 @@ version = "2.0.0" dependencies = [ "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-std", ] @@ -8503,7 +8118,7 @@ dependencies = [ "pallet-elections-phragmen", "pallet-ethereum", "pallet-ethereum-transaction", - "pallet-evm 6.0.0-dev (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "pallet-evm", "pallet-evm-chain-id", "pallet-evm-precompile-balances-erc20", "pallet-evm-precompile-blake2", @@ -8552,13 +8167,13 @@ dependencies = [ "parachain-info", "parity-scale-codec 3.6.9", "polkadot-parachain-primitives", - "precompile-utils 0.1.0 (git+https://github.com/polkadot-evm/frontier?branch=polkadot-v1.1.0)", + "precompile-utils", "scale-info", "serde", "smallvec", "sp-api", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -8620,9 +8235,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.31" +version = "0.38.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" +checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" dependencies = [ "bitflags 2.5.0", "errno", @@ -8690,8 +8305,8 @@ version = "4.1.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" dependencies = [ "log", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", + "sp-wasm-interface", "thiserror", ] @@ -8716,7 +8331,7 @@ dependencies = [ "sp-api", "sp-authority-discovery", "sp-blockchain", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -8733,7 +8348,7 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-inherents", "sp-runtime", ] @@ -8752,7 +8367,7 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "sp-state-machine", ] @@ -8796,7 +8411,7 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-keyring", "sp-keystore", "sp-panic-handler", @@ -8823,13 +8438,13 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-database", - "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-externalities", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-storage", "substrate-prometheus-endpoint", ] @@ -8850,9 +8465,9 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", "sp-blockchain", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-database", "sp-runtime", "sp-state-machine", @@ -8877,7 +8492,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "sp-state-machine", "substrate-prometheus-endpoint", @@ -8895,14 +8510,14 @@ dependencies = [ "sc-executor-wasmtime", "schnellru", "sp-api", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", + "sp-externalities", "sp-io", "sp-panic-handler", - "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-runtime-interface", "sp-trie", "sp-version", - "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-wasm-interface", "tracing", ] @@ -8913,7 +8528,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-wasm-interface", "thiserror", "wasm-instrument", ] @@ -8930,8 +8545,8 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] @@ -8960,7 +8575,7 @@ dependencies = [ "parking_lot 0.12.1", "serde_json", "sp-application-crypto", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-keystore", "thiserror", ] @@ -8995,9 +8610,9 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", "sp-blockchain", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "substrate-prometheus-endpoint", "thiserror", @@ -9059,7 +8674,7 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "thiserror", ] @@ -9088,11 +8703,11 @@ dependencies = [ "sc-utils", "schnellru", "smallvec", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "substrate-prometheus-endpoint", "thiserror", @@ -9136,7 +8751,7 @@ dependencies = [ "serde_json", "sp-api", "sp-blockchain", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-keystore", "sp-offchain", "sp-rpc", @@ -9159,7 +8774,7 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-rpc", "sp-runtime", "sp-version", @@ -9201,7 +8816,7 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "sp-version", "thiserror", @@ -9253,13 +8868,13 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", + "sp-externalities", "sp-keystore", "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-storage", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -9281,7 +8896,7 @@ dependencies = [ "log", "parity-scale-codec 3.6.9", "parking_lot 0.12.1", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", ] [[package]] @@ -9298,7 +8913,7 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-std", ] @@ -9341,10 +8956,10 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-tracing", "thiserror", "tracing", "tracing-log", @@ -9380,9 +8995,9 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", - "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -9399,7 +9014,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "serde", "sp-blockchain", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "thiserror", ] @@ -9416,7 +9031,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", ] [[package]] @@ -9783,9 +9398,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "snap" @@ -9857,8 +9472,8 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "sp-api-proc-macro", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", + "sp-externalities", "sp-metadata-ir", "sp-runtime", "sp-state-machine", @@ -9890,24 +9505,11 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-io", "sp-std", ] -[[package]] -name = "sp-arithmetic" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0#ada78f8bec2daa443a5e4cdf820f4abd70fa19f0" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec 3.6.9", - "scale-info", - "sp-std", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "16.0.0" @@ -9972,7 +9574,7 @@ dependencies = [ "async-trait", "futures", "log", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-inherents", "sp-runtime", "sp-state-machine", @@ -10008,7 +9610,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-consensus-slots", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-inherents", "sp-runtime", "sp-std", @@ -10027,7 +9629,7 @@ dependencies = [ "serde", "sp-api", "sp-application-crypto", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-keystore", "sp-runtime", "sp-std", @@ -10045,53 +9647,6 @@ dependencies = [ "sp-timestamp", ] -[[package]] -name = "sp-core" -version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0#ada78f8bec2daa443a5e4cdf820f4abd70fa19f0" -dependencies = [ - "array-bytes", - "arrayvec 0.7.4", - "bandersnatch_vrfs", - "bitflags 1.3.2", - "blake2", - "bounded-collections", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra", - "futures", - "hash-db 0.16.0", - "hash256-std-hasher", - "impl-serde", - "lazy_static", - "libsecp256k1", - "log", - "merlin 2.0.1", - "parity-scale-codec 3.6.9", - "parking_lot 0.12.1", - "paste", - "primitive-types 0.12.2", - "rand 0.8.5", - "regex", - "scale-info", - "schnorrkel 0.9.1", - "secp256k1", - "secrecy", - "serde", - "sp-core-hashing 9.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-debug-derive 8.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-externalities 0.19.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-runtime-interface 17.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-std", - "sp-storage 13.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "ss58-registry", - "substrate-bip39", - "thiserror", - "tiny-bip39", - "tracing", - "zeroize", -] - [[package]] name = "sp-core" version = "21.0.0" @@ -10125,12 +9680,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing 9.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core-hashing", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", "sp-std", - "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror", @@ -10139,19 +9694,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core-hashing" -version = "9.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0#ada78f8bec2daa443a5e4cdf820f4abd70fa19f0" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.8", - "sha3 0.10.8", - "twox-hash", -] - [[package]] name = "sp-core-hashing" version = "9.0.0" @@ -10171,7 +9713,7 @@ version = "9.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" dependencies = [ "quote", - "sp-core-hashing 9.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core-hashing", "syn 2.0.53", ] @@ -10184,16 +9726,6 @@ dependencies = [ "parking_lot 0.12.1", ] -[[package]] -name = "sp-debug-derive" -version = "8.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0#ada78f8bec2daa443a5e4cdf820f4abd70fa19f0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.53", -] - [[package]] name = "sp-debug-derive" version = "8.0.0" @@ -10204,17 +9736,6 @@ dependencies = [ "syn 2.0.53", ] -[[package]] -name = "sp-externalities" -version = "0.19.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0#ada78f8bec2daa443a5e4cdf820f4abd70fa19f0" -dependencies = [ - "environmental", - "parity-scale-codec 3.6.9", - "sp-std", - "sp-storage 13.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", -] - [[package]] name = "sp-externalities" version = "0.19.0" @@ -10223,7 +9744,7 @@ dependencies = [ "environmental", "parity-scale-codec 3.6.9", "sp-std", - "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-storage", ] [[package]] @@ -10263,13 +9784,13 @@ dependencies = [ "parity-scale-codec 3.6.9", "rustversion", "secp256k1", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", + "sp-externalities", "sp-keystore", - "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-runtime-interface", "sp-state-machine", "sp-std", - "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-tracing", "sp-trie", "tracing", "tracing-core", @@ -10281,7 +9802,7 @@ version = "24.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" dependencies = [ "lazy_static", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "strum", ] @@ -10293,8 +9814,8 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "parity-scale-codec 3.6.9", "parking_lot 0.12.1", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", + "sp-externalities", "thiserror", ] @@ -10326,8 +9847,8 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-runtime", "sp-std", ] @@ -10338,7 +9859,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" dependencies = [ "sp-api", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", ] @@ -10359,7 +9880,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot dependencies = [ "rustc-hash", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", ] [[package]] @@ -10377,29 +9898,11 @@ dependencies = [ "scale-info", "serde", "sp-application-crypto", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-io", "sp-std", - "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", -] - -[[package]] -name = "sp-runtime-interface" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0#ada78f8bec2daa443a5e4cdf820f4abd70fa19f0" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec 3.6.9", - "primitive-types 0.12.2", - "sp-externalities 0.19.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-runtime-interface-proc-macro 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-std", - "sp-storage 13.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-tracing 10.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-wasm-interface 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "static_assertions", + "sp-weights", ] [[package]] @@ -10411,27 +9914,15 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 3.6.9", "primitive-types 0.12.2", - "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-runtime-interface-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-externalities", + "sp-runtime-interface-proc-macro", "sp-std", - "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0#ada78f8bec2daa443a5e4cdf820f4abd70fa19f0" -dependencies = [ - "Inflector", - "proc-macro-crate 1.3.1", - "proc-macro2", - "quote", - "syn 2.0.53", -] - [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" @@ -10452,7 +9943,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "sp-api", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-keystore", "sp-runtime", "sp-staking", @@ -10468,7 +9959,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-runtime", "sp-std", ] @@ -10484,8 +9975,8 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", + "sp-externalities", "sp-panic-handler", "sp-std", "sp-trie", @@ -10509,10 +10000,10 @@ dependencies = [ "sha2 0.10.8", "sp-api", "sp-application-crypto", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", + "sp-externalities", "sp-runtime", - "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-runtime-interface", "sp-std", "thiserror", "x25519-dalek 2.0.1", @@ -10523,19 +10014,6 @@ name = "sp-std" version = "8.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" -[[package]] -name = "sp-storage" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0#ada78f8bec2daa443a5e4cdf820f4abd70fa19f0" -dependencies = [ - "impl-serde", - "parity-scale-codec 3.6.9", - "ref-cast", - "serde", - "sp-debug-derive 8.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-std", -] - [[package]] name = "sp-storage" version = "13.0.0" @@ -10545,7 +10023,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "ref-cast", "serde", - "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-debug-derive", "sp-std", ] @@ -10562,18 +10040,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-tracing" -version = "10.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0#ada78f8bec2daa443a5e4cdf820f4abd70fa19f0" -dependencies = [ - "parity-scale-codec 3.6.9", - "sp-std", - "tracing", - "tracing-core", - "tracing-subscriber", -] - [[package]] name = "sp-tracing" version = "10.0.0" @@ -10603,7 +10069,7 @@ dependencies = [ "async-trait", "parity-scale-codec 3.6.9", "scale-info", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-inherents", "sp-runtime", "sp-std", @@ -10625,7 +10091,7 @@ dependencies = [ "parking_lot 0.12.1", "scale-info", "schnellru", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", "sp-std", "thiserror", "tracing", @@ -10661,19 +10127,6 @@ dependencies = [ "syn 2.0.53", ] -[[package]] -name = "sp-wasm-interface" -version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0#ada78f8bec2daa443a5e4cdf820f4abd70fa19f0" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec 3.6.9", - "sp-std", - "wasmtime", -] - [[package]] name = "sp-wasm-interface" version = "14.0.0" @@ -10687,20 +10140,6 @@ dependencies = [ "wasmtime", ] -[[package]] -name = "sp-weights" -version = "20.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0#ada78f8bec2daa443a5e4cdf820f4abd70fa19f0" -dependencies = [ - "parity-scale-codec 3.6.9", - "scale-info", - "smallvec", - "sp-arithmetic 16.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-debug-derive 8.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.1.0)", - "sp-std", -] - [[package]] name = "sp-weights" version = "20.0.0" @@ -10710,9 +10149,9 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", + "sp-debug-derive", "sp-std", ] @@ -10772,7 +10211,7 @@ dependencies = [ "parity-scale-codec 3.6.9", "scale-info", "serde", - "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-weights", "xcm-procedural", ] @@ -10789,11 +10228,11 @@ dependencies = [ "parity-scale-codec 3.6.9", "polkadot-parachain-primitives", "scale-info", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", "sp-io", "sp-runtime", "sp-std", - "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-weights", "staging-xcm", "staging-xcm-executor", ] @@ -10809,12 +10248,12 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec 3.6.9", - "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", - "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", - "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-weights", "staging-xcm", ] @@ -11017,7 +10456,7 @@ checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand", - "rustix 0.38.31", + "rustix 0.38.32", "windows-sys 0.52.0", ] @@ -12101,7 +11540,7 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.31", + "rustix 0.38.32", ] [[package]] @@ -12601,3 +12040,28 @@ dependencies = [ "cc", "pkg-config", ] + +[[patch.unused]] +name = "fc-consensus" +version = "2.0.0-dev" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" + +[[patch.unused]] +name = "fc-db" +version = "2.0.0-dev" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" + +[[patch.unused]] +name = "fc-mapping-sync" +version = "2.0.0-dev" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" + +[[patch.unused]] +name = "fc-rpc" +version = "2.0.0-dev" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" + +[[patch.unused]] +name = "fc-rpc-core" +version = "1.1.0-dev" +source = "git+https://github.com/lemunozm/frontier?branch=moonbeam-polkadot-v1.1.0#2219264ca55cbd6ea056337bb1714849bc17c4a7" diff --git a/Cargo.toml b/Cargo.toml index a666b2d2ef..61e0df4233 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ members = [ "pallets/transfer-allowlist", #"runtime/altair", #"runtime/centrifuge", - "runtime/development", + #"runtime/development", "runtime/common", #"runtime/integration-tests", ] @@ -215,33 +215,6 @@ orml-xcm = { git = "https://github.com/open-web3-stack/open-runtime-module-libra orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", 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-v1.1.0" } -# Frontier -fp-rpc = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -fp-self-contained = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -pallet-base-fee = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -pallet-ethereum = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0", features = [ - "forbid-evm-reentrancy", -] } -pallet-evm = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0", features = [ - "forbid-evm-reentrancy", -] } -pallet-evm-chain-id = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -pallet-evm-precompile-blake2 = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -pallet-evm-precompile-bn128 = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -pallet-evm-precompile-dispatch = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -pallet-evm-precompile-modexp = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -pallet-evm-precompile-sha3fips = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -pallet-evm-precompile-simple = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -precompile-utils = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -fc-consensus = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -fc-db = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0", features = ["rocksdb"] } -fc-mapping-sync = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -fc-rpc = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -fc-rpc-core = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -fp-consensus = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -fp-evm = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } -fp-storage = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.1.0" } - # Centrifuge organization #fudge = { git = "https://github.com/centrifuge/fudge", branch = "polkadot-v1.1.0" } #fudge-core = { git = "https://github.com/centrifuge/fudge", branch = "polkadot-v1.1.0" } @@ -304,6 +277,32 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", b substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } vergen = "3.0.4" +# Moonbeam fork of polkadot-evm/frontier +fp-rpc = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +fp-self-contained = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +pallet-base-fee = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +pallet-ethereum = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0", features = [ + "forbid-evm-reentrancy", +] } +pallet-evm = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0", features = [ + "forbid-evm-reentrancy", +] } +pallet-evm-chain-id = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-precompile-blake2 = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-precompile-bn128 = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-precompile-dispatch = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-precompile-modexp = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-precompile-sha3fips = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-precompile-simple = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +fc-consensus = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +fc-db = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0", features = ["rocksdb"] } +fc-mapping-sync = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +fc-rpc = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +fc-rpc-core = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +fp-consensus = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +fp-evm = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } +fp-storage = { git = "https://github.com/lemunozm/frontier", default-features = false, branch = "moonbeam-polkadot-v1.1.0" } + # Moonbeam (tag v0.34.1 => version using a moonbeam fork related to polkadot v1.1.0) # WARN: Moonbeam dependencies use forks of polkadot, orml and frontier repos. # We need to patch their dependencies to avoid duplicate same crates. @@ -312,6 +311,7 @@ vergen = "3.0.4" xcm-primitives = { git = "https://github.com/moonbeam-foundation/moonbeam", default-features = false, tag = "v0.34.1" } pallet-xcm-transactor = { git = "https://github.com/moonbeam-foundation/moonbeam", default-features = false, tag = "v0.34.1" } pallet-evm-precompile-balances-erc20 = { git = "https://github.com/moonbeam-foundation/moonbeam", default-features = false, tag = "v0.34.1" } +precompile-utils = { git = "https://github.com/moonbeam-foundation/moonbeam", default-features = false, tag = "v0.34.1" } # Cargo patch for moonbeam crates # @@ -320,11 +320,6 @@ pallet-evm-precompile-balances-erc20 = { git = "https://github.com/moonbeam-foun # from these forked reposities, which lead to multiple cargo issues due to duplication versions of crates being found. # With the rules below, we tell cargo that whenever it finds a crate with source in `moonbeam-foundation/`, that it should use # the specific official revision of the respective repository at hand. -# -# We only patch dependencies found in the Cargo.toml files of our moonbeam dependencies. These are: -# - xcm-primitives -# - pallet-xcm-transactor -# - pallet-evm-precompile-balances-erc20 (not all dependencies patched due precompile-utils incompatibility) [patch."https://github.com/moonbeam-foundation/polkadot-sdk"] frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } @@ -335,6 +330,25 @@ pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch sp-io = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-core-hashing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-debug-derive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-wasm-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-arithmetic = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-api-proc-macro = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-panic-handler = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-trie = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-core-hashing-proc-macro = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-version-proc-macro = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } staging-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } staging-xcm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } @@ -342,3 +356,25 @@ staging-xcm-executor = { git = "https://github.com/paritytech/polkadot-sdk", bra [patch."https://github.com/moonbeam-foundation/open-runtime-module-library"] orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" } + +[patch."https://github.com/moonbeam-foundation/frontier"] +fp-rpc = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +fp-self-contained = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +pallet-base-fee = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +pallet-ethereum = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-chain-id = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-precompile-blake2 = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-precompile-bn128 = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-precompile-dispatch = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-precompile-modexp = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-precompile-sha3fips = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +pallet-evm-precompile-simple = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +fc-consensus = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +fc-db = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +fc-mapping-sync = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +fc-rpc = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +fc-rpc-core = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +fp-consensus = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +fp-evm = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" } +fp-storage = { git = "https://github.com/lemunozm/frontier", branch = "moonbeam-polkadot-v1.1.0" }