From c31f5b9227d3fe1d34f0029d13257d9e790b3d9a Mon Sep 17 00:00:00 2001 From: alindima Date: Fri, 21 Nov 2025 15:29:51 +0200 Subject: [PATCH 1/6] allow calling transactions from smart contract accounts --- Cargo.lock | 785 ++++++++++-------- Cargo.toml | 2 +- crates/anvil-polkadot/Cargo.toml | 6 +- .../src/substrate_node/genesis.rs | 4 + .../substrate-runtime/Cargo.toml | 4 +- .../substrate-runtime/src/lib.rs | 1 + .../src/cheatcodes/mock_handler.rs | 4 - crates/revive-strategy/src/cheatcodes/mod.rs | 4 +- 8 files changed, 459 insertions(+), 351 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d25744304121..cb3b2dfede12e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,6 +62,17 @@ dependencies = [ "subtle 2.6.1", ] +[[package]] +name = "ahash" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" +dependencies = [ + "getrandom 0.2.16", + "once_cell", + "version_check", +] + [[package]] name = "ahash" version = "0.8.12" @@ -1453,7 +1464,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce" dependencies = [ - "ahash", + "ahash 0.8.12", "ark-ff 0.5.0", "ark-poly 0.5.0", "ark-serialize 0.5.0", @@ -1678,7 +1689,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27" dependencies = [ - "ahash", + "ahash 0.8.12", "ark-ff 0.5.0", "ark-serialize 0.5.0", "ark-std 0.5.0", @@ -1969,7 +1980,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "assets-common", "cumulus-pallet-parachain-system", @@ -2000,7 +2011,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-primitives-core", "ethereum-standards", @@ -2823,7 +2834,7 @@ checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "hash-db", "log", @@ -3144,7 +3155,7 @@ checksum = "26c4925bc979b677330a8c7fe7a8c94af2dbb4a2d37b4a20a80d884400f46baa" [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-runtime", "finality-grandpa", @@ -3161,7 +3172,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-header-chain", "bp-runtime", @@ -3177,7 +3188,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -3194,7 +3205,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-messages", "bp-runtime", @@ -3211,7 +3222,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-header-chain", "bp-messages", @@ -3229,7 +3240,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -3252,7 +3263,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-header-chain", "bp-parachains", @@ -3272,7 +3283,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-messages", "bp-runtime", @@ -3289,7 +3300,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "scale-info", @@ -3301,7 +3312,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3320,7 +3331,7 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -3362,7 +3373,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-header-chain", "bp-messages", @@ -4267,6 +4278,15 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" +[[package]] +name = "convert_case" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" +dependencies = [ + "unicode-segmentation", +] + [[package]] name = "convert_case" version = "0.7.1" @@ -4673,7 +4693,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -4690,7 +4710,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -4707,7 +4727,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "bytes", @@ -4745,7 +4765,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -4756,7 +4776,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -4769,7 +4789,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -4784,7 +4804,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -4803,7 +4823,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4818,7 +4838,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.7.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "approx", "bounded-collections 0.3.2", @@ -4844,7 +4864,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -4859,7 +4879,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "sp-api", "sp-consensus-aura", @@ -4868,7 +4888,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -4885,7 +4905,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4899,7 +4919,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -4909,7 +4929,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -4926,7 +4946,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -4936,7 +4956,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4953,7 +4973,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -5187,7 +5207,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 2.0.104", + "syn 1.0.109", ] [[package]] @@ -5771,6 +5791,26 @@ dependencies = [ "syn 2.0.104", ] +[[package]] +name = "enum-display" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02058bb25d8d0605829af88230427dd5cd50661590bd2b09d1baf7c64c417f24" +dependencies = [ + "enum-display-macro", +] + +[[package]] +name = "enum-display-macro" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4be2cf2fe7b971b1865febbacd4d8df544aa6bd377cca011a6d69dcf4c60d94" +dependencies = [ + "convert_case 0.6.0", + "quote", + "syn 1.0.109", +] + [[package]] name = "enum-ordinalize" version = "4.3.0" @@ -5940,7 +5980,7 @@ dependencies = [ [[package]] name = "ethereum-standards" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "alloy-core", ] @@ -6506,7 +6546,7 @@ dependencies = [ [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", ] @@ -7215,7 +7255,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-support-procedural", @@ -7239,7 +7279,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7267,7 +7307,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -7278,7 +7318,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -7295,7 +7335,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "aquamarine", "frame-support", @@ -7325,7 +7365,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "const-hex", @@ -7341,7 +7381,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "aquamarine", "array-bytes", @@ -7382,7 +7422,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "Inflector", "cfg-expr", @@ -7395,14 +7435,14 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "syn 2.0.104", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.3.0", @@ -7414,7 +7454,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "proc-macro2", "quote", @@ -7424,7 +7464,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cfg-if", "docify", @@ -7443,7 +7483,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7457,7 +7497,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "parity-scale-codec", @@ -7467,7 +7507,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "parity-scale-codec", @@ -7722,7 +7762,7 @@ dependencies = [ "jsonwebtoken", "once_cell", "prost 0.13.5", - "prost-types", + "prost-types 0.13.5", "reqwest", "secret-vault-value", "serde", @@ -8031,6 +8071,9 @@ name = "hashbrown" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" +dependencies = [ + "ahash 0.7.8", +] [[package]] name = "hashbrown" @@ -8038,7 +8081,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash", + "ahash 0.8.12", ] [[package]] @@ -8047,7 +8090,7 @@ version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ - "ahash", + "ahash 0.8.12", "allocator-api2", ] @@ -8766,7 +8809,7 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e96d2465363ed2d81857759fc864cf6bb7997f79327aec028d65bd7989393685" dependencies = [ - "ahash", + "ahash 0.8.12", "itoa", "log", "num-format", @@ -9943,7 +9986,7 @@ dependencies = [ "thiserror 1.0.69", "tracing", "yamux 0.12.1", - "yamux 0.13.6", + "yamux 0.13.8", ] [[package]] @@ -10122,15 +10165,16 @@ dependencies = [ [[package]] name = "litep2p" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "766f82624163f63b3df107fcdd014acb28fc9e4990d2a70e56dc454287fd4565" +checksum = "1da54ffe750994080fe48ccf5dd298a528406b26b3b544032ae9505ff4d7cbea" dependencies = [ "async-trait", "bs58", "bytes", "cid 0.11.1", "ed25519-dalek", + "enum-display", "futures", "futures-timer", "hickory-resolver 0.25.2", @@ -10143,7 +10187,7 @@ dependencies = [ "parking_lot 0.12.4", "pin-project 1.1.10", "prost 0.13.5", - "prost-build", + "prost-build 0.14.1", "rand 0.8.5", "ring 0.17.14", "serde", @@ -10163,7 +10207,7 @@ dependencies = [ "url", "x25519-dalek", "x509-parser 0.17.0", - "yamux 0.13.6", + "yamux 0.13.8", "yasna", "zeroize", ] @@ -10200,6 +10244,15 @@ dependencies = [ "tracing-subscriber 0.3.20", ] +[[package]] +name = "lru" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a" +dependencies = [ + "hashbrown 0.12.3", +] + [[package]] name = "lru" version = "0.12.5" @@ -11288,7 +11341,7 @@ version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bd2cae3bec3936bbed1ccc5a3343b3738858182419f9c0522c7260c80c430b0" dependencies = [ - "ahash", + "ahash 0.8.12", "hashbrown 0.15.4", "parking_lot 0.12.4", "stable_deref_trait", @@ -11451,7 +11504,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11462,7 +11515,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "sp-io", "sp-runtime", ] @@ -11470,7 +11523,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11488,7 +11541,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11506,7 +11559,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11521,7 +11574,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11535,7 +11588,7 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11553,7 +11606,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11569,7 +11622,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "29.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11585,7 +11638,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "pallet-assets", @@ -11597,7 +11650,7 @@ dependencies = [ [[package]] name = "pallet-assets-holder" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11612,7 +11665,7 @@ dependencies = [ [[package]] name = "pallet-assets-precompiles" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "ethereum-standards", "frame-support", @@ -11623,7 +11676,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -11633,7 +11686,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -11649,7 +11702,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -11664,7 +11717,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -11677,7 +11730,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11700,7 +11753,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "aquamarine", "docify", @@ -11721,7 +11774,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-benchmarking", @@ -11737,7 +11790,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -11756,7 +11809,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -11781,7 +11834,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11798,7 +11851,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-header-chain", "bp-runtime", @@ -11817,7 +11870,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-header-chain", "bp-messages", @@ -11836,7 +11889,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-header-chain", "bp-parachains", @@ -11856,7 +11909,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-header-chain", "bp-messages", @@ -11879,7 +11932,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bitvec", "frame-benchmarking", @@ -11897,7 +11950,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11915,7 +11968,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11934,7 +11987,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-benchmarking", @@ -11951,7 +12004,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -11965,7 +12018,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "environmental", "frame-benchmarking", @@ -11995,7 +12048,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -12026,7 +12079,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "proc-macro2", "quote", @@ -12036,7 +12089,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -12047,7 +12100,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "assert_matches", "frame-benchmarking", @@ -12063,7 +12116,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12081,7 +12134,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -12096,7 +12149,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12113,7 +12166,7 @@ dependencies = [ [[package]] name = "pallet-derivatives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12133,7 +12186,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -12148,7 +12201,7 @@ dependencies = [ [[package]] name = "pallet-dummy-dim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12166,7 +12219,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-block" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12187,7 +12240,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12208,7 +12261,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12221,7 +12274,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12239,7 +12292,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-benchmarking", @@ -12257,7 +12310,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -12275,7 +12328,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12297,7 +12350,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "enumflags2", "frame-benchmarking", @@ -12313,7 +12366,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12332,7 +12385,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12347,7 +12400,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12358,7 +12411,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12371,7 +12424,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12387,7 +12440,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "environmental", "frame-benchmarking", @@ -12406,7 +12459,7 @@ dependencies = [ [[package]] name = "pallet-meta-tx" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-benchmarking", @@ -12424,7 +12477,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-benchmarking", @@ -12443,7 +12496,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "parity-scale-codec", @@ -12457,7 +12510,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "parity-scale-codec", @@ -12469,7 +12522,7 @@ dependencies = [ [[package]] name = "pallet-multi-asset-bounties" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-benchmarking", @@ -12486,7 +12539,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "parity-scale-codec", @@ -12497,7 +12550,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "pallet-assets", @@ -12510,7 +12563,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "enumflags2", "frame-benchmarking", @@ -12527,7 +12580,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "sp-api", @@ -12536,7 +12589,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12546,7 +12599,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "parity-scale-codec", @@ -12557,7 +12610,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -12575,7 +12628,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12595,7 +12648,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -12605,7 +12658,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -12620,7 +12673,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12643,7 +12696,7 @@ dependencies = [ [[package]] name = "pallet-oracle" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12661,7 +12714,7 @@ dependencies = [ [[package]] name = "pallet-oracle-runtime-api" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "scale-info", @@ -12672,7 +12725,7 @@ dependencies = [ [[package]] name = "pallet-origin-restriction" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12690,7 +12743,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "parity-scale-codec", @@ -12702,7 +12755,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-benchmarking", @@ -12719,7 +12772,7 @@ dependencies = [ [[package]] name = "pallet-people" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12737,7 +12790,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12753,7 +12806,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12763,7 +12816,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12781,7 +12834,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12791,7 +12844,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12808,7 +12861,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12824,7 +12877,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "alloy-consensus", "alloy-core", @@ -12875,7 +12928,7 @@ dependencies = [ [[package]] name = "pallet-revive-eth-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "anyhow", "clap", @@ -12896,7 +12949,7 @@ dependencies = [ "serde_json", "sp-arithmetic", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "sp-io", "sp-rpc", "sp-runtime", @@ -12913,7 +12966,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "alloy-core", "anyhow", @@ -12930,7 +12983,7 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "proc-macro2", "quote", @@ -12940,7 +12993,7 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "alloy-core", "bitflags 1.3.2", @@ -12955,7 +13008,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -12971,7 +13024,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -12984,7 +13037,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "pallet-balances", @@ -12998,7 +13051,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "pallet-ranked-collective", @@ -13010,7 +13063,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-benchmarking", @@ -13027,7 +13080,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -13040,7 +13093,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -13062,7 +13115,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -13078,7 +13131,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -13090,7 +13143,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -13107,7 +13160,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -13128,7 +13181,7 @@ dependencies = [ [[package]] name = "pallet-staking-async" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -13152,7 +13205,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-ah-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -13172,7 +13225,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-rc-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -13189,7 +13242,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "sp-arithmetic", @@ -13198,7 +13251,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "sp-api", @@ -13208,7 +13261,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "sp-arithmetic", @@ -13217,7 +13270,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "sp-api", @@ -13227,7 +13280,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -13243,7 +13296,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -13260,7 +13313,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-benchmarking", @@ -13275,7 +13328,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-benchmarking", @@ -13293,7 +13346,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -13311,7 +13364,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -13327,7 +13380,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -13339,7 +13392,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -13358,7 +13411,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-benchmarking", @@ -13377,7 +13430,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "parity-scale-codec", @@ -13388,7 +13441,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -13402,7 +13455,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -13417,7 +13470,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -13432,7 +13485,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -13446,7 +13499,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -13456,7 +13509,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bounded-collections 0.3.2", "frame-benchmarking", @@ -13480,7 +13533,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-benchmarking", "frame-support", @@ -13497,7 +13550,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-messages", "bp-runtime", @@ -13519,7 +13572,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -13539,7 +13592,7 @@ dependencies = [ [[package]] name = "pallet-xcm-precompiles" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "pallet-revive", @@ -13553,7 +13606,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -13584,7 +13637,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -14039,7 +14092,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "scale-info", @@ -14050,7 +14103,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "bounded-collections 0.3.2", @@ -14067,7 +14120,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bitvec", "bounded-collections 0.3.2", @@ -14096,7 +14149,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bitvec", "frame-benchmarking", @@ -14145,7 +14198,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bs58", "frame-benchmarking", @@ -14157,7 +14210,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -14204,7 +14257,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "asset-test-utils", "assets-common", @@ -14429,7 +14482,7 @@ dependencies = [ "sp-core-hashing", "sp-core-hashing-proc-macro", "sp-crypto-ec-utils", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "sp-crypto-hashing-proc-macro", "sp-database", "sp-debug-derive", @@ -14480,7 +14533,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-benchmarking", @@ -15049,6 +15102,16 @@ dependencies = [ "prost-derive 0.13.5", ] +[[package]] +name = "prost" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d" +dependencies = [ + "bytes", + "prost-derive 0.14.1", +] + [[package]] name = "prost-build" version = "0.13.5" @@ -15063,7 +15126,27 @@ dependencies = [ "petgraph", "prettyplease", "prost 0.13.5", - "prost-types", + "prost-types 0.13.5", + "regex", + "syn 2.0.104", + "tempfile", +] + +[[package]] +name = "prost-build" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1" +dependencies = [ + "heck 0.4.1", + "itertools 0.10.5", + "log", + "multimap", + "once_cell", + "petgraph", + "prettyplease", + "prost 0.14.1", + "prost-types 0.14.1", "regex", "syn 2.0.104", "tempfile", @@ -15095,6 +15178,19 @@ dependencies = [ "syn 2.0.104", ] +[[package]] +name = "prost-derive" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" +dependencies = [ + "anyhow", + "itertools 0.10.5", + "proc-macro2", + "quote", + "syn 2.0.104", +] + [[package]] name = "prost-types" version = "0.13.5" @@ -15104,6 +15200,15 @@ dependencies = [ "prost 0.13.5", ] +[[package]] +name = "prost-types" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72" +dependencies = [ + "prost 0.14.1", +] + [[package]] name = "protobuf" version = "3.3.0" @@ -15698,7 +15803,7 @@ dependencies = [ [[package]] name = "revive-dev-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "parity-scale-codec", @@ -16056,7 +16161,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "polkadot-primitives", @@ -16569,7 +16674,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "sp-core", @@ -16580,7 +16685,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "futures", "log", @@ -16602,7 +16707,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "sp-api", @@ -16617,7 +16722,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "docify", @@ -16632,7 +16737,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -16643,7 +16748,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -16654,7 +16759,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "bip39", @@ -16696,7 +16801,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "fnv", "futures", @@ -16722,7 +16827,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "hash-db", "kvdb", @@ -16750,7 +16855,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "futures", @@ -16773,7 +16878,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "fork-tree", @@ -16804,7 +16909,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "fork-tree", @@ -16829,7 +16934,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "sp-inherents", "sp-keystore", "sp-runtime", @@ -16841,7 +16946,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "fork-tree", "parity-scale-codec", @@ -16854,7 +16959,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "assert_matches", "async-trait", @@ -16889,7 +16994,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "futures", @@ -16912,7 +17017,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "parking_lot 0.12.4", @@ -16935,7 +17040,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "polkavm 0.26.0", "sc-allocator", @@ -16948,7 +17053,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "polkavm 0.26.0", @@ -16959,7 +17064,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "anyhow", "log", @@ -16975,7 +17080,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "console", "futures", @@ -16991,7 +17096,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "parking_lot 0.12.4", @@ -17005,7 +17110,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -17033,7 +17138,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -17056,7 +17161,7 @@ dependencies = [ "partial_sort", "pin-project 1.1.10", "prost 0.12.6", - "prost-build", + "prost-build 0.13.5", "rand 0.8.5", "sc-client-api", "sc-network-common", @@ -17083,7 +17188,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -17093,7 +17198,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -17101,7 +17206,7 @@ dependencies = [ "log", "parity-scale-codec", "prost 0.12.6", - "prost-build", + "prost-build 0.13.5", "sc-client-api", "sc-network", "sc-network-types", @@ -17114,7 +17219,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -17125,7 +17230,7 @@ dependencies = [ "mockall", "parity-scale-codec", "prost 0.12.6", - "prost-build", + "prost-build 0.13.5", "sc-client-api", "sc-consensus", "sc-network", @@ -17149,7 +17254,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "futures", @@ -17168,7 +17273,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bs58", "bytes", @@ -17189,7 +17294,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -17198,7 +17303,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "futures", "jsonrpsee", @@ -17230,7 +17335,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -17250,7 +17355,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -17274,7 +17379,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "futures", @@ -17307,13 +17412,13 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "sc-executor", "sc-executor-common", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "sp-state-machine", "sp-wasm-interface", "thiserror 1.0.69", @@ -17322,7 +17427,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "directories", @@ -17386,7 +17491,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "parity-scale-codec", @@ -17397,7 +17502,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "derive_more 0.99.20", "futures", @@ -17410,14 +17515,14 @@ dependencies = [ "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "sp-io", ] [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "chrono", "futures", @@ -17436,7 +17541,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "chrono", "console", @@ -17464,7 +17569,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -17475,7 +17580,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "futures", @@ -17492,7 +17597,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "sp-runtime", "sp-tracing", "sp-transaction-pool", @@ -17506,7 +17611,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "futures", @@ -17523,7 +17628,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-channel 1.9.0", "futures", @@ -17732,7 +17837,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649" dependencies = [ - "ahash", + "ahash 0.8.12", "cfg-if", "hashbrown 0.13.2", ] @@ -17932,7 +18037,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc32a777b53b3433b974c9c26b6d502a50037f8da94e46cb8ce2ced2cfdfaea0" dependencies = [ "prost 0.13.5", - "prost-types", + "prost-types 0.13.5", "serde", "serde_json", "zeroize", @@ -18428,7 +18533,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "enumn", "parity-scale-codec", @@ -18610,7 +18715,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bp-relayers", "frame-support", @@ -18845,7 +18950,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "hash-db", @@ -18867,7 +18972,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "Inflector", "blake2 0.10.6", @@ -18881,7 +18986,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "scale-info", @@ -18893,7 +18998,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "integer-sqrt", @@ -18907,7 +19012,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "scale-info", @@ -18919,7 +19024,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "sp-api", "sp-inherents", @@ -18929,7 +19034,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "futures", "parity-scale-codec", @@ -18948,7 +19053,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "futures", @@ -18962,7 +19067,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "parity-scale-codec", @@ -18978,7 +19083,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "parity-scale-codec", @@ -18996,7 +19101,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "scale-info", @@ -19004,7 +19109,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -19016,7 +19121,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "finality-grandpa", "log", @@ -19033,7 +19138,7 @@ dependencies = [ [[package]] name = "sp-consensus-pow" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "sp-api", @@ -19044,7 +19149,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "scale-info", @@ -19055,7 +19160,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "ark-vrf", "array-bytes", @@ -19086,7 +19191,7 @@ dependencies = [ "secrecy 0.8.0", "serde", "sha2 0.10.9", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "sp-debug-derive", "sp-externalities", "sp-std", @@ -19102,15 +19207,15 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", ] [[package]] name = "sp-core-hashing-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "sp-crypto-hashing-proc-macro", ] @@ -19118,7 +19223,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "ark-bls12-377 0.5.0", "ark-bls12-377-ext", @@ -19152,7 +19257,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "blake2b_simd", "byteorder", @@ -19165,17 +19270,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "syn 2.0.104", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "kvdb", "parking_lot 0.12.4", @@ -19184,7 +19289,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "proc-macro2", "quote", @@ -19194,7 +19299,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "environmental", "parity-scale-codec", @@ -19204,7 +19309,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "scale-info", @@ -19216,7 +19321,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -19229,7 +19334,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bytes", "docify", @@ -19241,7 +19346,7 @@ dependencies = [ "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "sp-externalities", "sp-keystore", "sp-runtime-interface", @@ -19255,7 +19360,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "sp-core", "sp-runtime", @@ -19265,7 +19370,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "parking_lot 0.12.4", @@ -19276,7 +19381,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -19285,7 +19390,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -19295,7 +19400,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "scale-info", @@ -19306,7 +19411,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "log", "parity-scale-codec", @@ -19323,7 +19428,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "scale-info", @@ -19336,7 +19441,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "sp-api", "sp-core", @@ -19346,7 +19451,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "backtrace", "regex", @@ -19355,7 +19460,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -19365,7 +19470,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "binary-merkle-tree", "bytes", @@ -19395,7 +19500,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -19413,7 +19518,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "Inflector", "expander", @@ -19426,7 +19531,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "scale-info", @@ -19440,7 +19545,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -19453,7 +19558,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "hash-db", "log", @@ -19473,7 +19578,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -19486,7 +19591,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", "sp-externalities", "sp-runtime", "sp-runtime-interface", @@ -19497,12 +19602,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "impl-serde", "parity-scale-codec", @@ -19514,7 +19619,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "parity-scale-codec", @@ -19526,7 +19631,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "regex", @@ -19538,7 +19643,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "sp-api", "sp-runtime", @@ -19547,7 +19652,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "parity-scale-codec", @@ -19561,9 +19666,9 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ - "ahash", + "ahash 0.8.12", "foldhash 0.1.5", "hash-db", "hashbrown 0.15.4", @@ -19586,7 +19691,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "impl-serde", "parity-scale-codec", @@ -19603,7 +19708,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -19615,7 +19720,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -19627,7 +19732,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "bounded-collections 0.3.2", "parity-scale-codec", @@ -19907,7 +20012,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -19920,7 +20025,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "7.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "array-bytes", "bounded-collections 0.3.2", @@ -19941,7 +20046,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "environmental", "frame-support", @@ -19965,7 +20070,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "environmental", "frame-benchmarking", @@ -20149,7 +20254,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -20174,7 +20279,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-support" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "jsonrpsee", @@ -20188,7 +20293,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -20208,7 +20313,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "http-body-util", "hyper 1.6.0", @@ -20222,7 +20327,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "async-trait", "jsonrpsee", @@ -20246,7 +20351,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "build-helper", "cargo_metadata 0.15.4", @@ -20785,7 +20890,7 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "testnet-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -21329,7 +21434,9 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" dependencies = [ + "ahash 0.7.8", "log", + "lru 0.7.8", "once_cell", "tracing-core", ] @@ -21393,7 +21500,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "319c70195101a93f56db4c74733e272d720768e13471f400c78406a326b172b0" dependencies = [ "cc", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -22203,7 +22310,7 @@ version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c128c039340ffd50d4195c3f8ce31aac357f06804cfc494c8b9508d4b30dca4" dependencies = [ - "ahash", + "ahash 0.8.12", "hashbrown 0.14.5", "string-interner", ] @@ -22658,7 +22765,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "polkadot-primitives", @@ -23339,7 +23446,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "Inflector", "proc-macro2", @@ -23350,7 +23457,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.1.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "parity-scale-codec", @@ -23364,7 +23471,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#d30e15936393b00ae5d39d79becbda12d6940899" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" dependencies = [ "frame-support", "frame-system", @@ -23426,9 +23533,9 @@ dependencies = [ [[package]] name = "yamux" -version = "0.13.6" +version = "0.13.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2dd50a6d6115feb3e5d7d0efd45e8ca364b6c83722c1e9c602f5764e0e9597" +checksum = "deab71f2e20691b4728b349c6cee8fc7223880fa67b6b4f92225ec32225447e5" dependencies = [ "futures", "log", diff --git a/Cargo.toml b/Cargo.toml index 35bca7410ddae..adcce98de9847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -217,7 +217,7 @@ revive-strategy = { path = "crates/revive-strategy" } revive-utils = { path = "crates/revive-utils" } # polkadot-sdk -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master", features = [ +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "alindima/add-eip3607-bypass-option", features = [ "experimental", "runtime", "polkadot-runtime-common", diff --git a/crates/anvil-polkadot/Cargo.toml b/crates/anvil-polkadot/Cargo.toml index c1abe8416719b..8f7438dc225f1 100644 --- a/crates/anvil-polkadot/Cargo.toml +++ b/crates/anvil-polkadot/Cargo.toml @@ -21,11 +21,11 @@ path = "bin/main.rs" # foundry internal codec = { version = "3.7.5", default-features = true, package = "parity-scale-codec" } substrate-runtime = { path = "substrate-runtime" } -pallet-revive-eth-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" } +pallet-revive-eth-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "alindima/add-eip3607-bypass-option" } secp256k1 = { version = "0.28.0", default-features = false } libsecp256k1 = { version = "0.7.0", default-features = false } -sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master", default-features = false } -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master", default-features = false, features = [ +sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "alindima/add-eip3607-bypass-option", default-features = false } +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "alindima/add-eip3607-bypass-option", default-features = false, features = [ "sc-allocator", "sc-basic-authorship", "sc-block-builder", diff --git a/crates/anvil-polkadot/src/substrate_node/genesis.rs b/crates/anvil-polkadot/src/substrate_node/genesis.rs index 0777218ea8af3..6ddb46837bee9 100644 --- a/crates/anvil-polkadot/src/substrate_node/genesis.rs +++ b/crates/anvil-polkadot/src/substrate_node/genesis.rs @@ -157,6 +157,10 @@ impl GenesisConfig { json!({ "revive": { "accounts": revive_genesis_accounts, + "debugSettings": { + "allow_unlimited_contract_size": true, + "bypass_eip_3607": true + } }, "transactionPayment": { "multiplier": self.base_fee_per_gas.into_inner().to_string(), diff --git a/crates/anvil-polkadot/substrate-runtime/Cargo.toml b/crates/anvil-polkadot/substrate-runtime/Cargo.toml index f3e1b561a3c3b..448c7013bc3bc 100644 --- a/crates/anvil-polkadot/substrate-runtime/Cargo.toml +++ b/crates/anvil-polkadot/substrate-runtime/Cargo.toml @@ -12,7 +12,7 @@ license.workspace = true [dependencies] array-bytes = { version = "6.2.2", default-features = false } codec = { version = "3.7.5", default-features = false, package = "parity-scale-codec" } -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master", default-features = false, features = [ +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "alindima/add-eip3607-bypass-option", default-features = false, features = [ "pallet-aura", "pallet-balances", "pallet-revive", @@ -30,7 +30,7 @@ scale-info = { version = "2.11.6", default-features = false } serde_json = { version = "1.0", default-features = false, features = ["alloc"] } [build-dependencies] -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master", default-features = false, optional = true, features = ["substrate-wasm-builder"] } +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "alindima/add-eip3607-bypass-option", default-features = false, optional = true, features = ["substrate-wasm-builder"] } [features] default = ["std"] diff --git a/crates/anvil-polkadot/substrate-runtime/src/lib.rs b/crates/anvil-polkadot/substrate-runtime/src/lib.rs index 4037fbd29a095..b9a08eb6ae59f 100644 --- a/crates/anvil-polkadot/substrate-runtime/src/lib.rs +++ b/crates/anvil-polkadot/substrate-runtime/src/lib.rs @@ -319,6 +319,7 @@ impl pallet_revive::Config for Runtime { type InstantiateOrigin = EnsureSigned; type Time = Timestamp; type FeeInfo = FeeInfo; + type DebugEnabled = ConstBool; } pallet_revive::impl_runtime_apis_plus_revive_traits!( diff --git a/crates/revive-strategy/src/cheatcodes/mock_handler.rs b/crates/revive-strategy/src/cheatcodes/mock_handler.rs index c5d4e7e9cbfec..7c16f99eee91b 100644 --- a/crates/revive-strategy/src/cheatcodes/mock_handler.rs +++ b/crates/revive-strategy/src/cheatcodes/mock_handler.rs @@ -128,10 +128,6 @@ impl MockHandler for MockHandlerImpl { None } - fn mock_origin(&self) -> Option<&ExecOrigin> { - Some(&self.origin) - } - fn mock_delegated_caller( &self, dest: H160, diff --git a/crates/revive-strategy/src/cheatcodes/mod.rs b/crates/revive-strategy/src/cheatcodes/mod.rs index abe752ff2b4f0..700f04c2f4428 100644 --- a/crates/revive-strategy/src/cheatcodes/mod.rs +++ b/crates/revive-strategy/src/cheatcodes/mod.rs @@ -984,7 +984,7 @@ impl foundry_cheatcodes::CheatcodeInspectorStrategyExt for PvmCheatcodeInspector if ecx.cfg.limit_contract_code_size == Some(usize::MAX) || ecx.cfg.limit_contract_initcode_size == Some(usize::MAX) { - let debug_settings = DebugSettings::new(true); + let debug_settings = DebugSettings::new(true, true); debug_settings.write_to_storage::(); } @@ -1127,7 +1127,7 @@ impl foundry_cheatcodes::CheatcodeInspectorStrategyExt for PvmCheatcodeInspector if ecx.cfg.limit_contract_code_size == Some(usize::MAX) || ecx.cfg.limit_contract_initcode_size == Some(usize::MAX) { - let debug_settings = DebugSettings::new(true); + let debug_settings = DebugSettings::new(true, true); debug_settings.write_to_storage::(); } Pallet::::bare_call( From 5e37096ba21fe5888d7f910d55296481bf0c8757 Mon Sep 17 00:00:00 2001 From: alindima Date: Fri, 21 Nov 2025 16:25:57 +0200 Subject: [PATCH 2/6] add test --- .../anvil-polkadot/tests/it/state_injector.rs | 124 ++++++++++++++++++ 1 file changed, 124 insertions(+) diff --git a/crates/anvil-polkadot/tests/it/state_injector.rs b/crates/anvil-polkadot/tests/it/state_injector.rs index 89ff8cae626e7..c41522c23dc69 100644 --- a/crates/anvil-polkadot/tests/it/state_injector.rs +++ b/crates/anvil-polkadot/tests/it/state_injector.rs @@ -281,6 +281,130 @@ async fn test_set_balance() { assert_eq!(node.get_balance(random_addr, None).await, new_balance); } +#[tokio::test(flavor = "multi_thread")] +async fn test_set_and_spend_balance_for_contract() { + let anvil_node_config = AnvilNodeConfig::test_config(); + let substrate_node_config = SubstrateNodeConfig::new(&anvil_node_config); + let mut node = TestNode::new(anvil_node_config, substrate_node_config).await.unwrap(); + + let alith = + Address::from(ReviveAddress::new(Account::from(subxt_signer::eth::dev::alith()).address())); + + let ContractCode { init: bytecode, .. } = get_contract_code("SimpleStorage"); + + let tx_hash = node + .deploy_contract(&bytecode, Account::from(subxt_signer::eth::dev::alith()).address()) + .await; + + unwrap_response::<()>(node.eth_rpc(EthRequest::Mine(None, None)).await.unwrap()).unwrap(); + + let receipt = node.get_transaction_receipt(tx_hash).await; + let contract_address = Address::from(ReviveAddress::new(receipt.contract_address.unwrap())); + + let set_value_data = SimpleStorage::setValueCall::new((U256::from(5),)).abi_encode(); + let tx = TransactionRequest::default() + .from(alith) + .to(contract_address) + .input(TransactionInput::both(set_value_data.into())); + + let tx_hash = node.send_transaction(tx).await.unwrap(); + + unwrap_response::<()>(node.eth_rpc(EthRequest::Mine(None, None)).await.unwrap()).unwrap(); + + let _receipt = node.get_transaction_receipt(tx_hash).await; + + // assert new value + let tx = TransactionRequest::default() + .from(alith) + .to(contract_address) + .input(TransactionInput::both(SimpleStorage::getValueCall.abi_encode().into())); + + let value = unwrap_response::( + node.eth_rpc(EthRequest::EthCall(tx.into(), None, None, None)).await.unwrap(), + ) + .unwrap(); + + let value = SimpleStorage::getValueCall::abi_decode_returns(&value.0).unwrap(); + + assert_eq!(value, U256::from(5)); + + // Get balance + assert_eq!( + node.get_balance(ReviveAddress::from(contract_address).inner(), None).await, + U256::from(0) + ); + + // Set a new balance + let contract_balance = U256::from_str_radix("200000000000000000000", 10).unwrap(); + unwrap_response::<()>( + node.eth_rpc(EthRequest::SetBalance(contract_address, contract_balance)).await.unwrap(), + ) + .unwrap(); + + // Check balance + assert_eq!( + node.get_balance(ReviveAddress::from(contract_address).inner(), None).await, + contract_balance + ); + + // Try spending the balance, need to impersonate first. + unwrap_response::<()>( + node.eth_rpc(EthRequest::ImpersonateAccount(contract_address)).await.unwrap(), + ) + .unwrap(); + + let charleth = Account::from(subxt_signer::eth::dev::charleth()); + let tx = TransactionRequest::default() + .value(U256::from(2e18)) + .from(contract_address) + .to(Address::from(ReviveAddress::new(charleth.address()))); + + let tx_hash = node.send_transaction(tx).await.unwrap(); + + unwrap_response::<()>(node.eth_rpc(EthRequest::Mine(None, None)).await.unwrap()).unwrap(); + + let transaction_receipt = node.get_transaction_receipt(tx_hash).await; + assert_eq!(transaction_receipt.transaction_hash, tx_hash); + + let new_balance = contract_balance + - AlloyU256::from(transaction_receipt.effective_gas_price * transaction_receipt.gas_used) + .inner() + - U256::from(2e18); + assert_eq!( + node.get_balance(ReviveAddress::from(contract_address).inner(), None).await, + new_balance + ); + assert_eq!(node.get_balance(charleth.address(), None).await, U256::from(2e18)); + + // Now try interacting with the contract again to check that it still works. + let set_value_data = SimpleStorage::setValueCall::new((U256::from(10),)).abi_encode(); + let tx = TransactionRequest::default() + .from(alith) + .to(contract_address) + .input(TransactionInput::both(set_value_data.into())); + + let tx_hash = node.send_transaction(tx).await.unwrap(); + + unwrap_response::<()>(node.eth_rpc(EthRequest::Mine(None, None)).await.unwrap()).unwrap(); + + let _receipt = node.get_transaction_receipt(tx_hash).await; + + // assert new value. + let tx = TransactionRequest::default() + .from(alith) + .to(contract_address) + .input(TransactionInput::both(SimpleStorage::getValueCall.abi_encode().into())); + + let value = unwrap_response::( + node.eth_rpc(EthRequest::EthCall(tx.into(), None, None, None)).await.unwrap(), + ) + .unwrap(); + + let value = SimpleStorage::getValueCall::abi_decode_returns(&value.0).unwrap(); + + assert_eq!(value, U256::from(10)); +} + #[tokio::test(flavor = "multi_thread")] // Test setting the code of an existing contract. async fn test_set_code_existing_contract() { From 30b82179af7e04a46193468d10e1cf7188fdfd0c Mon Sep 17 00:00:00 2001 From: alindima Date: Fri, 21 Nov 2025 16:31:36 +0200 Subject: [PATCH 3/6] make the storage overlay lru capacity configurable and increase the default --- .../src/substrate_node/service/backend.rs | 14 +++++++++----- .../src/substrate_node/service/mod.rs | 3 ++- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/crates/anvil-polkadot/src/substrate_node/service/backend.rs b/crates/anvil-polkadot/src/substrate_node/service/backend.rs index a39b59a08dbca..ea10bd760fb29 100644 --- a/crates/anvil-polkadot/src/substrate_node/service/backend.rs +++ b/crates/anvil-polkadot/src/substrate_node/service/backend.rs @@ -19,6 +19,8 @@ use polkadot_sdk::{ use std::{collections::HashMap, num::NonZeroUsize, sync::Arc}; use substrate_runtime::Balance; +const DEFAULT_LRU_CAP: NonZeroUsize = NonZeroUsize::new(256).expect("256 is non-zero"); + #[derive(Debug, thiserror::Error)] pub enum BackendError { #[error("Inner client error: {0}")] @@ -249,13 +251,15 @@ pub struct StorageOverrides { per_block: LruCache, } -impl Default for StorageOverrides { - fn default() -> Self { - Self { per_block: LruCache::new(NonZeroUsize::new(10).expect("10 is greater than 0")) } +impl StorageOverrides { + pub fn new(lru_capacity: Option) -> Self { + Self { + per_block: LruCache::new( + lru_capacity.and_then(|cap| NonZeroUsize::new(cap)).unwrap_or(DEFAULT_LRU_CAP), + ), + } } -} -impl StorageOverrides { pub fn get(&mut self, block: &Hash) -> Option { self.per_block.get(block).cloned() } diff --git a/crates/anvil-polkadot/src/substrate_node/service/mod.rs b/crates/anvil-polkadot/src/substrate_node/service/mod.rs index fa9a36f1cfa6e..bbfff3ae3183b 100644 --- a/crates/anvil-polkadot/src/substrate_node/service/mod.rs +++ b/crates/anvil-polkadot/src/substrate_node/service/mod.rs @@ -53,7 +53,8 @@ pub fn new( anvil_config: &AnvilNodeConfig, config: Configuration, ) -> Result<(Service, TaskManager), ServiceError> { - let storage_overrides = Arc::new(Mutex::new(StorageOverrides::default())); + let storage_overrides = + Arc::new(Mutex::new(StorageOverrides::new(anvil_config.revive_rpc_block_limit))); let (client, backend, keystore, mut task_manager) = client::new_client( anvil_config.get_genesis_number(), From fadd9e9d60829b10b161ce45a53c65f3796f47b4 Mon Sep 17 00:00:00 2001 From: alindima Date: Mon, 24 Nov 2025 12:08:05 +0200 Subject: [PATCH 4/6] undo --- crates/revive-strategy/src/cheatcodes/mock_handler.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/revive-strategy/src/cheatcodes/mock_handler.rs b/crates/revive-strategy/src/cheatcodes/mock_handler.rs index 7c16f99eee91b..c5d4e7e9cbfec 100644 --- a/crates/revive-strategy/src/cheatcodes/mock_handler.rs +++ b/crates/revive-strategy/src/cheatcodes/mock_handler.rs @@ -128,6 +128,10 @@ impl MockHandler for MockHandlerImpl { None } + fn mock_origin(&self) -> Option<&ExecOrigin> { + Some(&self.origin) + } + fn mock_delegated_caller( &self, dest: H160, From 95c362e377cba5c330187328a48118f090a23042 Mon Sep 17 00:00:00 2001 From: alindima Date: Mon, 24 Nov 2025 12:09:45 +0200 Subject: [PATCH 5/6] use new PR version --- Cargo.lock | 613 +++++++++++++++++++++++++++-------------------------- 1 file changed, 307 insertions(+), 306 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb3b2dfede12e..e2f04573a40d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1980,7 +1980,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "assets-common", "cumulus-pallet-parachain-system", @@ -2011,7 +2011,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-primitives-core", "ethereum-standards", @@ -2834,7 +2834,7 @@ checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "hash-db", "log", @@ -3155,7 +3155,7 @@ checksum = "26c4925bc979b677330a8c7fe7a8c94af2dbb4a2d37b4a20a80d884400f46baa" [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-runtime", "finality-grandpa", @@ -3172,7 +3172,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-header-chain", "bp-runtime", @@ -3188,7 +3188,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -3205,7 +3205,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-messages", "bp-runtime", @@ -3222,7 +3222,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-header-chain", "bp-messages", @@ -3240,7 +3240,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -3263,7 +3263,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-header-chain", "bp-parachains", @@ -3283,7 +3283,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-messages", "bp-runtime", @@ -3300,7 +3300,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "scale-info", @@ -3312,7 +3312,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3331,7 +3331,7 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -3373,7 +3373,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-header-chain", "bp-messages", @@ -3992,7 +3992,7 @@ checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" dependencies = [ "serde", "termcolor", - "unicode-width 0.1.14", + "unicode-width 0.2.0", ] [[package]] @@ -4693,7 +4693,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -4710,7 +4710,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -4727,7 +4727,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "bytes", @@ -4765,7 +4765,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -4776,7 +4776,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -4789,7 +4789,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -4804,7 +4804,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -4823,7 +4823,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4838,7 +4838,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.7.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "approx", "bounded-collections 0.3.2", @@ -4864,7 +4864,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -4879,7 +4879,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "sp-api", "sp-consensus-aura", @@ -4888,7 +4888,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -4905,7 +4905,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4919,7 +4919,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -4929,7 +4929,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -4946,7 +4946,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -4956,7 +4956,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4973,7 +4973,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -5207,7 +5207,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 1.0.109", + "syn 2.0.104", ] [[package]] @@ -5980,7 +5980,7 @@ dependencies = [ [[package]] name = "ethereum-standards" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "alloy-core", ] @@ -6546,7 +6546,7 @@ dependencies = [ [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", ] @@ -7255,7 +7255,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-support-procedural", @@ -7279,7 +7279,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -7307,7 +7307,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -7318,7 +7318,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -7335,7 +7335,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "aquamarine", "frame-support", @@ -7365,7 +7365,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "const-hex", @@ -7381,7 +7381,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "aquamarine", "array-bytes", @@ -7422,7 +7422,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "Inflector", "cfg-expr", @@ -7442,7 +7442,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.3.0", @@ -7454,7 +7454,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "proc-macro2", "quote", @@ -7464,7 +7464,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cfg-if", "docify", @@ -7483,7 +7483,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -7497,7 +7497,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "parity-scale-codec", @@ -7507,7 +7507,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "parity-scale-codec", @@ -11504,7 +11504,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11523,7 +11523,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11541,7 +11541,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11559,7 +11559,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11574,7 +11574,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11588,7 +11588,7 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11606,7 +11606,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11622,7 +11622,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "29.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11638,7 +11638,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "pallet-assets", @@ -11650,7 +11650,7 @@ dependencies = [ [[package]] name = "pallet-assets-holder" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11665,7 +11665,7 @@ dependencies = [ [[package]] name = "pallet-assets-precompiles" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "ethereum-standards", "frame-support", @@ -11676,7 +11676,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -11686,7 +11686,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -11702,7 +11702,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -11717,7 +11717,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -11730,7 +11730,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11753,7 +11753,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "aquamarine", "docify", @@ -11774,7 +11774,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-benchmarking", @@ -11790,7 +11790,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -11809,7 +11809,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -11834,7 +11834,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11851,7 +11851,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-header-chain", "bp-runtime", @@ -11870,7 +11870,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-header-chain", "bp-messages", @@ -11889,7 +11889,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-header-chain", "bp-parachains", @@ -11909,7 +11909,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-header-chain", "bp-messages", @@ -11932,7 +11932,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bitvec", "frame-benchmarking", @@ -11950,7 +11950,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11968,7 +11968,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -11987,7 +11987,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-benchmarking", @@ -12004,7 +12004,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12018,7 +12018,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "environmental", "frame-benchmarking", @@ -12048,7 +12048,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -12079,7 +12079,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "proc-macro2", "quote", @@ -12089,7 +12089,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -12100,7 +12100,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "assert_matches", "frame-benchmarking", @@ -12116,7 +12116,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12134,7 +12134,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -12149,7 +12149,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12166,7 +12166,7 @@ dependencies = [ [[package]] name = "pallet-derivatives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12186,7 +12186,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -12201,7 +12201,7 @@ dependencies = [ [[package]] name = "pallet-dummy-dim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12219,7 +12219,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-block" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12240,7 +12240,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12261,7 +12261,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12274,7 +12274,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12292,7 +12292,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-benchmarking", @@ -12310,7 +12310,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -12328,7 +12328,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12350,7 +12350,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "enumflags2", "frame-benchmarking", @@ -12366,7 +12366,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12385,7 +12385,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12400,7 +12400,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12411,7 +12411,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12424,7 +12424,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12440,7 +12440,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "environmental", "frame-benchmarking", @@ -12459,7 +12459,7 @@ dependencies = [ [[package]] name = "pallet-meta-tx" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-benchmarking", @@ -12477,7 +12477,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-benchmarking", @@ -12496,7 +12496,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "parity-scale-codec", @@ -12510,7 +12510,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "parity-scale-codec", @@ -12522,7 +12522,7 @@ dependencies = [ [[package]] name = "pallet-multi-asset-bounties" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-benchmarking", @@ -12539,7 +12539,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "parity-scale-codec", @@ -12550,7 +12550,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "pallet-assets", @@ -12563,7 +12563,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "enumflags2", "frame-benchmarking", @@ -12580,7 +12580,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "sp-api", @@ -12589,7 +12589,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12599,7 +12599,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "parity-scale-codec", @@ -12610,7 +12610,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -12628,7 +12628,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12648,7 +12648,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -12658,7 +12658,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -12673,7 +12673,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12696,7 +12696,7 @@ dependencies = [ [[package]] name = "pallet-oracle" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12714,7 +12714,7 @@ dependencies = [ [[package]] name = "pallet-oracle-runtime-api" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "scale-info", @@ -12725,7 +12725,7 @@ dependencies = [ [[package]] name = "pallet-origin-restriction" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12743,7 +12743,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "parity-scale-codec", @@ -12755,7 +12755,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-benchmarking", @@ -12772,7 +12772,7 @@ dependencies = [ [[package]] name = "pallet-people" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12790,7 +12790,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12806,7 +12806,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12816,7 +12816,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12834,7 +12834,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12844,7 +12844,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12861,7 +12861,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -12877,7 +12877,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "alloy-consensus", "alloy-core", @@ -12928,7 +12928,7 @@ dependencies = [ [[package]] name = "pallet-revive-eth-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "anyhow", "clap", @@ -12966,7 +12966,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "alloy-core", "anyhow", @@ -12983,7 +12983,7 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "proc-macro2", "quote", @@ -12993,7 +12993,7 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "alloy-core", "bitflags 1.3.2", @@ -13008,7 +13008,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -13024,7 +13024,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -13037,7 +13037,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "pallet-balances", @@ -13051,7 +13051,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "pallet-ranked-collective", @@ -13063,7 +13063,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-benchmarking", @@ -13080,7 +13080,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -13093,7 +13093,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -13115,7 +13115,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -13131,7 +13131,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -13143,7 +13143,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -13160,7 +13160,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -13181,7 +13181,7 @@ dependencies = [ [[package]] name = "pallet-staking-async" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -13205,7 +13205,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-ah-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -13225,7 +13225,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-rc-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -13242,7 +13242,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "sp-arithmetic", @@ -13251,7 +13251,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "sp-api", @@ -13261,7 +13261,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "sp-arithmetic", @@ -13270,7 +13270,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "sp-api", @@ -13280,7 +13280,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -13296,7 +13296,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", @@ -13313,7 +13313,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-benchmarking", @@ -13328,7 +13328,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-benchmarking", @@ -13346,7 +13346,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -13364,7 +13364,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -13380,7 +13380,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -13392,7 +13392,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -13411,7 +13411,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-benchmarking", @@ -13430,7 +13430,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "parity-scale-codec", @@ -13441,7 +13441,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -13455,7 +13455,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -13470,7 +13470,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -13485,7 +13485,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -13499,7 +13499,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -13509,7 +13509,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bounded-collections 0.3.2", "frame-benchmarking", @@ -13533,7 +13533,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-benchmarking", "frame-support", @@ -13550,7 +13550,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-messages", "bp-runtime", @@ -13572,7 +13572,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -13592,7 +13592,7 @@ dependencies = [ [[package]] name = "pallet-xcm-precompiles" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "pallet-revive", @@ -13606,7 +13606,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -13637,7 +13637,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -14092,7 +14092,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "scale-info", @@ -14103,7 +14103,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "bounded-collections 0.3.2", @@ -14120,7 +14120,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bitvec", "bounded-collections 0.3.2", @@ -14149,7 +14149,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bitvec", "frame-benchmarking", @@ -14198,7 +14198,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bs58", "frame-benchmarking", @@ -14210,7 +14210,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -14257,7 +14257,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "asset-test-utils", "assets-common", @@ -14533,7 +14533,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-benchmarking", @@ -15138,8 +15138,8 @@ version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1" dependencies = [ - "heck 0.4.1", - "itertools 0.10.5", + "heck 0.5.0", + "itertools 0.14.0", "log", "multimap", "once_cell", @@ -15185,7 +15185,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.14.0", "proc-macro2", "quote", "syn 2.0.104", @@ -15803,13 +15803,14 @@ dependencies = [ [[package]] name = "revive-dev-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "parity-scale-codec", "polkadot-sdk", "scale-info", "serde_json", + "sp-debug-derive", ] [[package]] @@ -16161,7 +16162,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "polkadot-primitives", @@ -16674,7 +16675,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "sp-core", @@ -16685,7 +16686,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "futures", "log", @@ -16707,7 +16708,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "sp-api", @@ -16722,7 +16723,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "docify", @@ -16748,7 +16749,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -16759,7 +16760,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "bip39", @@ -16801,7 +16802,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "fnv", "futures", @@ -16827,7 +16828,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "hash-db", "kvdb", @@ -16855,7 +16856,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "futures", @@ -16878,7 +16879,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "fork-tree", @@ -16909,7 +16910,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "fork-tree", @@ -16946,7 +16947,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "fork-tree", "parity-scale-codec", @@ -16959,7 +16960,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "assert_matches", "async-trait", @@ -16994,7 +16995,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "futures", @@ -17017,7 +17018,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "parking_lot 0.12.4", @@ -17040,7 +17041,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "polkavm 0.26.0", "sc-allocator", @@ -17053,7 +17054,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "polkavm 0.26.0", @@ -17064,7 +17065,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "anyhow", "log", @@ -17080,7 +17081,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "console", "futures", @@ -17096,7 +17097,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "parking_lot 0.12.4", @@ -17110,7 +17111,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -17138,7 +17139,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -17188,7 +17189,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -17198,7 +17199,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -17219,7 +17220,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -17254,7 +17255,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "futures", @@ -17273,7 +17274,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bs58", "bytes", @@ -17294,7 +17295,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -17303,7 +17304,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "futures", "jsonrpsee", @@ -17335,7 +17336,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -17355,7 +17356,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -17379,7 +17380,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "futures", @@ -17412,7 +17413,7 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "sc-executor", @@ -17427,7 +17428,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "directories", @@ -17491,7 +17492,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "parity-scale-codec", @@ -17502,7 +17503,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "derive_more 0.99.20", "futures", @@ -17522,7 +17523,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "chrono", "futures", @@ -17541,7 +17542,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "chrono", "console", @@ -17569,7 +17570,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -17580,7 +17581,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "futures", @@ -17611,7 +17612,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "futures", @@ -17628,7 +17629,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-channel 1.9.0", "futures", @@ -18533,7 +18534,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "enumn", "parity-scale-codec", @@ -18715,7 +18716,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bp-relayers", "frame-support", @@ -18950,7 +18951,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "hash-db", @@ -18972,7 +18973,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "Inflector", "blake2 0.10.6", @@ -18986,7 +18987,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "scale-info", @@ -18998,7 +18999,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "integer-sqrt", @@ -19012,7 +19013,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "scale-info", @@ -19024,7 +19025,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "sp-api", "sp-inherents", @@ -19034,7 +19035,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "futures", "parity-scale-codec", @@ -19053,7 +19054,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "futures", @@ -19067,7 +19068,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "parity-scale-codec", @@ -19083,7 +19084,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "parity-scale-codec", @@ -19101,7 +19102,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "scale-info", @@ -19121,7 +19122,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "finality-grandpa", "log", @@ -19138,7 +19139,7 @@ dependencies = [ [[package]] name = "sp-consensus-pow" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "sp-api", @@ -19149,7 +19150,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "scale-info", @@ -19160,7 +19161,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "ark-vrf", "array-bytes", @@ -19207,7 +19208,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", ] @@ -19215,7 +19216,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "sp-crypto-hashing-proc-macro", ] @@ -19223,7 +19224,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "ark-bls12-377 0.5.0", "ark-bls12-377-ext", @@ -19257,7 +19258,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "blake2b_simd", "byteorder", @@ -19270,7 +19271,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", @@ -19280,7 +19281,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "kvdb", "parking_lot 0.12.4", @@ -19289,7 +19290,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "proc-macro2", "quote", @@ -19299,7 +19300,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "environmental", "parity-scale-codec", @@ -19309,7 +19310,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "scale-info", @@ -19321,7 +19322,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -19334,7 +19335,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bytes", "docify", @@ -19360,7 +19361,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "sp-core", "sp-runtime", @@ -19370,7 +19371,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "parking_lot 0.12.4", @@ -19381,7 +19382,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -19390,7 +19391,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -19400,7 +19401,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "scale-info", @@ -19411,7 +19412,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "log", "parity-scale-codec", @@ -19428,7 +19429,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "scale-info", @@ -19441,7 +19442,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "sp-api", "sp-core", @@ -19451,7 +19452,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "backtrace", "regex", @@ -19460,7 +19461,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -19470,7 +19471,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "binary-merkle-tree", "bytes", @@ -19500,7 +19501,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -19518,7 +19519,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "Inflector", "expander", @@ -19531,7 +19532,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "scale-info", @@ -19545,7 +19546,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -19558,7 +19559,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "hash-db", "log", @@ -19578,7 +19579,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -19602,12 +19603,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "impl-serde", "parity-scale-codec", @@ -19619,7 +19620,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "parity-scale-codec", @@ -19631,7 +19632,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "regex", @@ -19643,7 +19644,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "sp-api", "sp-runtime", @@ -19652,7 +19653,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "parity-scale-codec", @@ -19666,7 +19667,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "ahash 0.8.12", "foldhash 0.1.5", @@ -19691,7 +19692,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "impl-serde", "parity-scale-codec", @@ -19708,7 +19709,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -19720,7 +19721,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -19732,7 +19733,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "bounded-collections 0.3.2", "parity-scale-codec", @@ -20012,7 +20013,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -20025,7 +20026,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "7.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "array-bytes", "bounded-collections 0.3.2", @@ -20046,7 +20047,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "environmental", "frame-support", @@ -20070,7 +20071,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "environmental", "frame-benchmarking", @@ -20254,7 +20255,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -20279,7 +20280,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-support" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "jsonrpsee", @@ -20293,7 +20294,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -20313,7 +20314,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "http-body-util", "hyper 1.6.0", @@ -20327,7 +20328,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "async-trait", "jsonrpsee", @@ -20351,7 +20352,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "build-helper", "cargo_metadata 0.15.4", @@ -20890,7 +20891,7 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "testnet-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -21500,7 +21501,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "319c70195101a93f56db4c74733e272d720768e13471f400c78406a326b172b0" dependencies = [ "cc", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -22765,7 +22766,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "polkadot-primitives", @@ -23446,7 +23447,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "Inflector", "proc-macro2", @@ -23457,7 +23458,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.1.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "parity-scale-codec", @@ -23471,7 +23472,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#3c931ceb6d3f368973e88e873ff81316b50a44f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" dependencies = [ "frame-support", "frame-system", From 2ca336cd86d168dc31a5cfad0bd197ab24aaa83b Mon Sep 17 00:00:00 2001 From: alindima Date: Mon, 24 Nov 2025 16:31:49 +0200 Subject: [PATCH 6/6] use master --- Cargo.lock | 630 +++++++++--------- Cargo.toml | 2 +- crates/anvil-polkadot/Cargo.toml | 6 +- .../substrate-runtime/Cargo.toml | 4 +- 4 files changed, 321 insertions(+), 321 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2f04573a40d0..21be25cc54042 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1980,7 +1980,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "assets-common", "cumulus-pallet-parachain-system", @@ -2011,7 +2011,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-primitives-core", "ethereum-standards", @@ -2834,7 +2834,7 @@ checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "hash-db", "log", @@ -3155,7 +3155,7 @@ checksum = "26c4925bc979b677330a8c7fe7a8c94af2dbb4a2d37b4a20a80d884400f46baa" [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-runtime", "finality-grandpa", @@ -3172,7 +3172,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-header-chain", "bp-runtime", @@ -3188,7 +3188,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -3205,7 +3205,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-messages", "bp-runtime", @@ -3222,7 +3222,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-header-chain", "bp-messages", @@ -3240,7 +3240,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -3263,7 +3263,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-header-chain", "bp-parachains", @@ -3283,7 +3283,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-messages", "bp-runtime", @@ -3300,7 +3300,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "scale-info", @@ -3312,7 +3312,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3331,7 +3331,7 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -3373,7 +3373,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-header-chain", "bp-messages", @@ -4693,7 +4693,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -4710,7 +4710,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -4727,7 +4727,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "bytes", @@ -4765,7 +4765,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -4776,7 +4776,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -4789,7 +4789,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -4804,7 +4804,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -4823,7 +4823,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4838,7 +4838,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.7.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "approx", "bounded-collections 0.3.2", @@ -4864,7 +4864,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -4879,7 +4879,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "sp-api", "sp-consensus-aura", @@ -4888,7 +4888,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -4905,7 +4905,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4919,7 +4919,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -4929,7 +4929,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -4946,7 +4946,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -4956,7 +4956,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4973,7 +4973,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -5980,7 +5980,7 @@ dependencies = [ [[package]] name = "ethereum-standards" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "alloy-core", ] @@ -6546,7 +6546,7 @@ dependencies = [ [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", ] @@ -7255,7 +7255,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-support-procedural", @@ -7279,7 +7279,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7307,7 +7307,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -7318,7 +7318,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -7335,7 +7335,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "aquamarine", "frame-support", @@ -7365,7 +7365,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "const-hex", @@ -7381,7 +7381,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "aquamarine", "array-bytes", @@ -7422,7 +7422,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "Inflector", "cfg-expr", @@ -7435,14 +7435,14 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "syn 2.0.104", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.3.0", @@ -7454,7 +7454,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "proc-macro2", "quote", @@ -7464,7 +7464,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cfg-if", "docify", @@ -7483,7 +7483,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7497,7 +7497,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "parity-scale-codec", @@ -7507,7 +7507,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "parity-scale-codec", @@ -11504,7 +11504,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11515,7 +11515,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-io", "sp-runtime", ] @@ -11523,7 +11523,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11541,7 +11541,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11559,7 +11559,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11574,7 +11574,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11588,7 +11588,7 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11606,7 +11606,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11622,7 +11622,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "29.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11638,7 +11638,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "pallet-assets", @@ -11650,7 +11650,7 @@ dependencies = [ [[package]] name = "pallet-assets-holder" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11665,7 +11665,7 @@ dependencies = [ [[package]] name = "pallet-assets-precompiles" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "ethereum-standards", "frame-support", @@ -11676,7 +11676,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -11686,7 +11686,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -11702,7 +11702,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -11717,7 +11717,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -11730,7 +11730,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11753,7 +11753,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "aquamarine", "docify", @@ -11774,7 +11774,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-benchmarking", @@ -11790,7 +11790,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -11809,7 +11809,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -11834,7 +11834,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11851,7 +11851,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-header-chain", "bp-runtime", @@ -11870,7 +11870,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-header-chain", "bp-messages", @@ -11889,7 +11889,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-header-chain", "bp-parachains", @@ -11909,7 +11909,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-header-chain", "bp-messages", @@ -11932,7 +11932,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bitvec", "frame-benchmarking", @@ -11950,7 +11950,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11968,7 +11968,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11987,7 +11987,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-benchmarking", @@ -12004,7 +12004,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12018,7 +12018,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "environmental", "frame-benchmarking", @@ -12048,7 +12048,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -12079,7 +12079,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "proc-macro2", "quote", @@ -12089,7 +12089,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -12100,7 +12100,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "assert_matches", "frame-benchmarking", @@ -12116,7 +12116,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12134,7 +12134,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -12149,7 +12149,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12166,7 +12166,7 @@ dependencies = [ [[package]] name = "pallet-derivatives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12186,7 +12186,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -12201,7 +12201,7 @@ dependencies = [ [[package]] name = "pallet-dummy-dim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12219,7 +12219,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-block" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12240,7 +12240,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12261,7 +12261,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12274,7 +12274,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12292,7 +12292,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-benchmarking", @@ -12310,7 +12310,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -12328,7 +12328,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12350,7 +12350,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "enumflags2", "frame-benchmarking", @@ -12366,7 +12366,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12385,7 +12385,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12400,7 +12400,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12411,7 +12411,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12424,7 +12424,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12440,7 +12440,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "environmental", "frame-benchmarking", @@ -12459,7 +12459,7 @@ dependencies = [ [[package]] name = "pallet-meta-tx" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-benchmarking", @@ -12477,7 +12477,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-benchmarking", @@ -12496,7 +12496,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "parity-scale-codec", @@ -12510,7 +12510,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "parity-scale-codec", @@ -12522,7 +12522,7 @@ dependencies = [ [[package]] name = "pallet-multi-asset-bounties" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-benchmarking", @@ -12539,7 +12539,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "parity-scale-codec", @@ -12550,7 +12550,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "pallet-assets", @@ -12563,7 +12563,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "enumflags2", "frame-benchmarking", @@ -12580,7 +12580,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "sp-api", @@ -12589,7 +12589,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12599,7 +12599,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "parity-scale-codec", @@ -12610,7 +12610,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -12628,7 +12628,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12648,7 +12648,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -12658,7 +12658,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -12673,7 +12673,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12696,7 +12696,7 @@ dependencies = [ [[package]] name = "pallet-oracle" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12714,7 +12714,7 @@ dependencies = [ [[package]] name = "pallet-oracle-runtime-api" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "scale-info", @@ -12725,7 +12725,7 @@ dependencies = [ [[package]] name = "pallet-origin-restriction" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12743,7 +12743,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "parity-scale-codec", @@ -12755,7 +12755,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-benchmarking", @@ -12772,7 +12772,7 @@ dependencies = [ [[package]] name = "pallet-people" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12790,7 +12790,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12806,7 +12806,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12816,7 +12816,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12834,7 +12834,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12844,7 +12844,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12861,7 +12861,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -12877,7 +12877,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "alloy-consensus", "alloy-core", @@ -12928,7 +12928,7 @@ dependencies = [ [[package]] name = "pallet-revive-eth-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "anyhow", "clap", @@ -12949,7 +12949,7 @@ dependencies = [ "serde_json", "sp-arithmetic", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-io", "sp-rpc", "sp-runtime", @@ -12966,7 +12966,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "alloy-core", "anyhow", @@ -12983,7 +12983,7 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "proc-macro2", "quote", @@ -12993,7 +12993,7 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "alloy-core", "bitflags 1.3.2", @@ -13008,7 +13008,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -13024,7 +13024,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -13037,7 +13037,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "pallet-balances", @@ -13051,7 +13051,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "pallet-ranked-collective", @@ -13063,7 +13063,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-benchmarking", @@ -13080,7 +13080,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -13093,7 +13093,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -13115,7 +13115,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -13131,7 +13131,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -13143,7 +13143,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -13160,7 +13160,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -13181,7 +13181,7 @@ dependencies = [ [[package]] name = "pallet-staking-async" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -13205,7 +13205,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-ah-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -13225,7 +13225,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-rc-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -13242,7 +13242,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "sp-arithmetic", @@ -13251,7 +13251,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "sp-api", @@ -13261,7 +13261,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "sp-arithmetic", @@ -13270,7 +13270,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "sp-api", @@ -13280,7 +13280,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -13296,7 +13296,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", @@ -13313,7 +13313,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-benchmarking", @@ -13328,7 +13328,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-benchmarking", @@ -13346,7 +13346,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -13364,7 +13364,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -13380,7 +13380,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -13392,7 +13392,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -13411,7 +13411,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-benchmarking", @@ -13430,7 +13430,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "parity-scale-codec", @@ -13441,7 +13441,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -13455,7 +13455,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -13470,7 +13470,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -13485,7 +13485,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -13499,7 +13499,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -13509,7 +13509,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bounded-collections 0.3.2", "frame-benchmarking", @@ -13533,7 +13533,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-benchmarking", "frame-support", @@ -13550,7 +13550,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-messages", "bp-runtime", @@ -13572,7 +13572,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -13592,7 +13592,7 @@ dependencies = [ [[package]] name = "pallet-xcm-precompiles" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "pallet-revive", @@ -13606,7 +13606,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -13637,7 +13637,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -14092,7 +14092,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "scale-info", @@ -14103,7 +14103,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "bounded-collections 0.3.2", @@ -14120,7 +14120,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bitvec", "bounded-collections 0.3.2", @@ -14149,7 +14149,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bitvec", "frame-benchmarking", @@ -14198,7 +14198,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bs58", "frame-benchmarking", @@ -14210,7 +14210,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -14257,7 +14257,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "asset-test-utils", "assets-common", @@ -14482,7 +14482,7 @@ dependencies = [ "sp-core-hashing", "sp-core-hashing-proc-macro", "sp-crypto-ec-utils", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-crypto-hashing-proc-macro", "sp-database", "sp-debug-derive", @@ -14533,7 +14533,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-benchmarking", @@ -15803,7 +15803,7 @@ dependencies = [ [[package]] name = "revive-dev-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "parity-scale-codec", @@ -16162,7 +16162,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "polkadot-primitives", @@ -16675,7 +16675,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "sp-core", @@ -16686,7 +16686,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "futures", "log", @@ -16708,7 +16708,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "sp-api", @@ -16723,7 +16723,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "docify", @@ -16738,7 +16738,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -16749,7 +16749,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -16760,7 +16760,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "bip39", @@ -16802,7 +16802,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "fnv", "futures", @@ -16828,7 +16828,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "hash-db", "kvdb", @@ -16856,7 +16856,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "futures", @@ -16879,7 +16879,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "fork-tree", @@ -16910,7 +16910,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "fork-tree", @@ -16935,7 +16935,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-inherents", "sp-keystore", "sp-runtime", @@ -16947,7 +16947,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "fork-tree", "parity-scale-codec", @@ -16960,7 +16960,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "assert_matches", "async-trait", @@ -16995,7 +16995,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "futures", @@ -17018,7 +17018,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "parking_lot 0.12.4", @@ -17041,7 +17041,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "polkavm 0.26.0", "sc-allocator", @@ -17054,7 +17054,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "polkavm 0.26.0", @@ -17065,7 +17065,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "anyhow", "log", @@ -17081,7 +17081,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "console", "futures", @@ -17097,7 +17097,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "parking_lot 0.12.4", @@ -17111,7 +17111,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -17139,7 +17139,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -17189,7 +17189,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -17199,7 +17199,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -17220,7 +17220,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -17255,7 +17255,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "futures", @@ -17274,7 +17274,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bs58", "bytes", @@ -17295,7 +17295,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -17304,7 +17304,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "futures", "jsonrpsee", @@ -17336,7 +17336,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -17356,7 +17356,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -17380,7 +17380,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "futures", @@ -17413,13 +17413,13 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "sc-executor", "sc-executor-common", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-state-machine", "sp-wasm-interface", "thiserror 1.0.69", @@ -17428,7 +17428,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "directories", @@ -17492,7 +17492,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "parity-scale-codec", @@ -17503,7 +17503,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "derive_more 0.99.20", "futures", @@ -17516,14 +17516,14 @@ dependencies = [ "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-io", ] [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "chrono", "futures", @@ -17542,7 +17542,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "chrono", "console", @@ -17570,7 +17570,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -17581,7 +17581,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "futures", @@ -17598,7 +17598,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-runtime", "sp-tracing", "sp-transaction-pool", @@ -17612,7 +17612,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "futures", @@ -17629,7 +17629,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-channel 1.9.0", "futures", @@ -18534,7 +18534,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "enumn", "parity-scale-codec", @@ -18716,7 +18716,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bp-relayers", "frame-support", @@ -18951,7 +18951,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "hash-db", @@ -18973,7 +18973,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "Inflector", "blake2 0.10.6", @@ -18987,7 +18987,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "scale-info", @@ -18999,7 +18999,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "integer-sqrt", @@ -19013,7 +19013,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "scale-info", @@ -19025,7 +19025,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "sp-api", "sp-inherents", @@ -19035,7 +19035,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "futures", "parity-scale-codec", @@ -19054,7 +19054,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "futures", @@ -19068,7 +19068,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "parity-scale-codec", @@ -19084,7 +19084,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "parity-scale-codec", @@ -19102,7 +19102,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "scale-info", @@ -19110,7 +19110,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -19122,7 +19122,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "finality-grandpa", "log", @@ -19139,7 +19139,7 @@ dependencies = [ [[package]] name = "sp-consensus-pow" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "sp-api", @@ -19150,7 +19150,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "scale-info", @@ -19161,7 +19161,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "ark-vrf", "array-bytes", @@ -19192,7 +19192,7 @@ dependencies = [ "secrecy 0.8.0", "serde", "sha2 0.10.9", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-debug-derive", "sp-externalities", "sp-std", @@ -19208,15 +19208,15 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", ] [[package]] name = "sp-core-hashing-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "sp-crypto-hashing-proc-macro", ] @@ -19224,7 +19224,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "ark-bls12-377 0.5.0", "ark-bls12-377-ext", @@ -19258,7 +19258,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "blake2b_simd", "byteorder", @@ -19271,17 +19271,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "syn 2.0.104", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "kvdb", "parking_lot 0.12.4", @@ -19290,7 +19290,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "proc-macro2", "quote", @@ -19300,7 +19300,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "environmental", "parity-scale-codec", @@ -19310,7 +19310,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "scale-info", @@ -19322,7 +19322,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -19335,7 +19335,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bytes", "docify", @@ -19347,7 +19347,7 @@ dependencies = [ "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-externalities", "sp-keystore", "sp-runtime-interface", @@ -19361,7 +19361,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "sp-core", "sp-runtime", @@ -19371,7 +19371,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "parking_lot 0.12.4", @@ -19382,7 +19382,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -19391,7 +19391,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -19401,7 +19401,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "scale-info", @@ -19412,7 +19412,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "log", "parity-scale-codec", @@ -19429,7 +19429,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "scale-info", @@ -19442,7 +19442,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "sp-api", "sp-core", @@ -19452,7 +19452,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "backtrace", "regex", @@ -19461,7 +19461,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -19471,7 +19471,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "binary-merkle-tree", "bytes", @@ -19501,7 +19501,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -19519,7 +19519,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "Inflector", "expander", @@ -19532,7 +19532,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "scale-info", @@ -19546,7 +19546,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -19559,7 +19559,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "hash-db", "log", @@ -19579,7 +19579,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -19592,7 +19592,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-externalities", "sp-runtime", "sp-runtime-interface", @@ -19603,12 +19603,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "impl-serde", "parity-scale-codec", @@ -19620,7 +19620,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "parity-scale-codec", @@ -19632,7 +19632,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "regex", @@ -19644,7 +19644,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "sp-api", "sp-runtime", @@ -19653,7 +19653,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "parity-scale-codec", @@ -19667,7 +19667,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "ahash 0.8.12", "foldhash 0.1.5", @@ -19692,7 +19692,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "impl-serde", "parity-scale-codec", @@ -19709,7 +19709,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -19721,7 +19721,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -19733,7 +19733,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "bounded-collections 0.3.2", "parity-scale-codec", @@ -20013,7 +20013,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -20026,7 +20026,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "7.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "array-bytes", "bounded-collections 0.3.2", @@ -20047,7 +20047,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "environmental", "frame-support", @@ -20071,7 +20071,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "environmental", "frame-benchmarking", @@ -20255,7 +20255,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -20280,7 +20280,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-support" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "jsonrpsee", @@ -20294,7 +20294,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -20314,7 +20314,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "http-body-util", "hyper 1.6.0", @@ -20328,7 +20328,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "async-trait", "jsonrpsee", @@ -20352,7 +20352,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "build-helper", "cargo_metadata 0.15.4", @@ -20891,7 +20891,7 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "testnet-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -22766,7 +22766,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "polkadot-primitives", @@ -23447,7 +23447,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "Inflector", "proc-macro2", @@ -23458,7 +23458,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.1.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "parity-scale-codec", @@ -23472,7 +23472,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=alindima%2Fadd-eip3607-bypass-option#396438d9387847cae4e899524ce7669530093468" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e588acf5e12b14c68331d2e08afe7c12d6671df9" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index adcce98de9847..35bca7410ddae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -217,7 +217,7 @@ revive-strategy = { path = "crates/revive-strategy" } revive-utils = { path = "crates/revive-utils" } # polkadot-sdk -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "alindima/add-eip3607-bypass-option", features = [ +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master", features = [ "experimental", "runtime", "polkadot-runtime-common", diff --git a/crates/anvil-polkadot/Cargo.toml b/crates/anvil-polkadot/Cargo.toml index 8f7438dc225f1..c1abe8416719b 100644 --- a/crates/anvil-polkadot/Cargo.toml +++ b/crates/anvil-polkadot/Cargo.toml @@ -21,11 +21,11 @@ path = "bin/main.rs" # foundry internal codec = { version = "3.7.5", default-features = true, package = "parity-scale-codec" } substrate-runtime = { path = "substrate-runtime" } -pallet-revive-eth-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "alindima/add-eip3607-bypass-option" } +pallet-revive-eth-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" } secp256k1 = { version = "0.28.0", default-features = false } libsecp256k1 = { version = "0.7.0", default-features = false } -sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "alindima/add-eip3607-bypass-option", default-features = false } -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "alindima/add-eip3607-bypass-option", default-features = false, features = [ +sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master", default-features = false } +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master", default-features = false, features = [ "sc-allocator", "sc-basic-authorship", "sc-block-builder", diff --git a/crates/anvil-polkadot/substrate-runtime/Cargo.toml b/crates/anvil-polkadot/substrate-runtime/Cargo.toml index 448c7013bc3bc..f3e1b561a3c3b 100644 --- a/crates/anvil-polkadot/substrate-runtime/Cargo.toml +++ b/crates/anvil-polkadot/substrate-runtime/Cargo.toml @@ -12,7 +12,7 @@ license.workspace = true [dependencies] array-bytes = { version = "6.2.2", default-features = false } codec = { version = "3.7.5", default-features = false, package = "parity-scale-codec" } -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "alindima/add-eip3607-bypass-option", default-features = false, features = [ +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master", default-features = false, features = [ "pallet-aura", "pallet-balances", "pallet-revive", @@ -30,7 +30,7 @@ scale-info = { version = "2.11.6", default-features = false } serde_json = { version = "1.0", default-features = false, features = ["alloc"] } [build-dependencies] -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "alindima/add-eip3607-bypass-option", default-features = false, optional = true, features = ["substrate-wasm-builder"] } +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master", default-features = false, optional = true, features = ["substrate-wasm-builder"] } [features] default = ["std"]