From 34f42e63fed907b878149713828d8cd6109385cd Mon Sep 17 00:00:00 2001 From: Dino Pacandi Date: Fri, 10 Nov 2023 11:56:35 +0100 Subject: [PATCH 1/3] Shiden ethereum get_block_by_number fix --- Cargo.lock | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2cf44a10..27da4e6b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3514,7 +3514,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "async-trait", "fp-consensus", @@ -3530,7 +3530,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "async-trait", "fp-storage", @@ -3550,7 +3550,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "fc-db", "fc-storage", @@ -3571,7 +3571,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "ethereum", "ethereum-types", @@ -3621,7 +3621,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "ethereum", "ethereum-types", @@ -3634,7 +3634,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "ethereum", "ethereum-types", @@ -3786,7 +3786,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "hex", "impl-serde", @@ -3805,7 +3805,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "ethereum", "parity-scale-codec", @@ -3817,7 +3817,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "ethereum", "ethereum-types", @@ -3831,7 +3831,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "evm", "frame-support", @@ -3846,7 +3846,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "ethereum", "ethereum-types", @@ -3863,7 +3863,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "frame-support", "parity-scale-codec", @@ -3875,7 +3875,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "parity-scale-codec", "serde", @@ -7381,7 +7381,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "fp-evm", "frame-support", @@ -7813,7 +7813,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "ethereum", "ethereum-types", @@ -7860,7 +7860,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "environmental", "evm", @@ -7885,7 +7885,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "frame-support", "frame-system", @@ -7922,7 +7922,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "fp-evm", ] @@ -7930,7 +7930,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "fp-evm", "sp-core", @@ -7965,7 +7965,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "fp-evm", "frame-support", @@ -7975,7 +7975,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-ed25519" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "ed25519-dalek", "fp-evm", @@ -7984,7 +7984,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "fp-evm", "num", @@ -7993,7 +7993,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "fp-evm", "tiny-keccak", @@ -8002,7 +8002,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#46cd85967849be241dac2bb72f561b942a463729" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" dependencies = [ "fp-evm", "ripemd", From 0e4cdfe14a87ef96e43c03fb390cc816be0714fe Mon Sep 17 00:00:00 2001 From: Dino Pacandi Date: Mon, 13 Nov 2023 10:53:24 +0100 Subject: [PATCH 2/3] Traces --- Cargo.lock | 48 ++++++++++++++++++++++++------------------------ Cargo.toml | 46 +++++++++++++++++++++++----------------------- 2 files changed, 47 insertions(+), 47 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27da4e6b1..9c9486611 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3514,7 +3514,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "async-trait", "fp-consensus", @@ -3530,7 +3530,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "async-trait", "fp-storage", @@ -3550,7 +3550,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "fc-db", "fc-storage", @@ -3571,7 +3571,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "ethereum", "ethereum-types", @@ -3621,7 +3621,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "ethereum", "ethereum-types", @@ -3634,7 +3634,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "ethereum", "ethereum-types", @@ -3786,7 +3786,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "hex", "impl-serde", @@ -3805,7 +3805,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "ethereum", "parity-scale-codec", @@ -3817,7 +3817,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "ethereum", "ethereum-types", @@ -3831,7 +3831,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "evm", "frame-support", @@ -3846,7 +3846,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "ethereum", "ethereum-types", @@ -3863,7 +3863,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "frame-support", "parity-scale-codec", @@ -3875,7 +3875,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "parity-scale-codec", "serde", @@ -7381,7 +7381,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "fp-evm", "frame-support", @@ -7813,7 +7813,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "ethereum", "ethereum-types", @@ -7860,7 +7860,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "environmental", "evm", @@ -7885,7 +7885,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "frame-support", "frame-system", @@ -7922,7 +7922,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "fp-evm", ] @@ -7930,7 +7930,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "fp-evm", "sp-core", @@ -7965,7 +7965,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "fp-evm", "frame-support", @@ -7975,7 +7975,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-ed25519" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "ed25519-dalek", "fp-evm", @@ -7984,7 +7984,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "fp-evm", "num", @@ -7993,7 +7993,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "fp-evm", "tiny-keccak", @@ -8002,7 +8002,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#718c42a273280d73b71b83ff9ed1fe498dcee8f4" +source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" dependencies = [ "fp-evm", "ripemd", diff --git a/Cargo.toml b/Cargo.toml index 70c72ef58..c5807f98d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -192,31 +192,31 @@ ethereum = { version = "0.14.0", default-features = false } # Frontier # (wasm) -fp-rpc = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } -fp-self-contained = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } -pallet-ethereum = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false, features = ["forbid-evm-reentrancy"] } -pallet-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false, features = ["forbid-evm-reentrancy"] } -pallet-evm-precompile-blake2 = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } -pallet-evm-precompile-ed25519 = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } -pallet-base-fee = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } -pallet-evm-chain-id = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } -fp-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } -fp-ethereum = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +fp-rpc = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +fp-self-contained = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +pallet-ethereum = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false, features = ["forbid-evm-reentrancy"] } +pallet-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false, features = ["forbid-evm-reentrancy"] } +pallet-evm-precompile-blake2 = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +pallet-evm-precompile-ed25519 = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +pallet-base-fee = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +fp-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +fp-ethereum = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } # (native) -fc-consensus = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } -fc-db = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } -fc-mapping-sync = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } -fc-rpc = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", features = ["rpc-binary-search-estimate"] } -fc-rpc-core = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } -fp-consensus = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } -fp-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } -fc-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } +fc-consensus = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } +fc-db = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } +fc-mapping-sync = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } +fc-rpc = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", features = ["rpc-binary-search-estimate"] } +fc-rpc-core = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } +fp-consensus = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } +fp-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } +fc-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } # Cumulus # (wasm) From 985e962413240f27c71df60dce72b638cdd13038 Mon Sep 17 00:00:00 2001 From: Dino Pacandi Date: Mon, 13 Nov 2023 11:56:12 +0100 Subject: [PATCH 3/3] Final fix applied --- Cargo.lock | 48 ++++++++++++++++++++++++------------------------ Cargo.toml | 46 +++++++++++++++++++++++----------------------- 2 files changed, 47 insertions(+), 47 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c9486611..ddc4156c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3514,7 +3514,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "async-trait", "fp-consensus", @@ -3530,7 +3530,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "async-trait", "fp-storage", @@ -3550,7 +3550,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "fc-db", "fc-storage", @@ -3571,7 +3571,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "ethereum", "ethereum-types", @@ -3621,7 +3621,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "ethereum", "ethereum-types", @@ -3634,7 +3634,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "ethereum", "ethereum-types", @@ -3786,7 +3786,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "hex", "impl-serde", @@ -3805,7 +3805,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "ethereum", "parity-scale-codec", @@ -3817,7 +3817,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "ethereum", "ethereum-types", @@ -3831,7 +3831,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "evm", "frame-support", @@ -3846,7 +3846,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "ethereum", "ethereum-types", @@ -3863,7 +3863,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "frame-support", "parity-scale-codec", @@ -3875,7 +3875,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "parity-scale-codec", "serde", @@ -7381,7 +7381,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "fp-evm", "frame-support", @@ -7813,7 +7813,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "ethereum", "ethereum-types", @@ -7860,7 +7860,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "environmental", "evm", @@ -7885,7 +7885,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "frame-support", "frame-system", @@ -7922,7 +7922,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "fp-evm", ] @@ -7930,7 +7930,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "fp-evm", "sp-core", @@ -7965,7 +7965,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "fp-evm", "frame-support", @@ -7975,7 +7975,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-ed25519" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "ed25519-dalek", "fp-evm", @@ -7984,7 +7984,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "fp-evm", "num", @@ -7993,7 +7993,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "fp-evm", "tiny-keccak", @@ -8002,7 +8002,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=fix/shiden-issue#b201f0ae5a1e76a0147b72c75eaa4745e1803390" +source = "git+https://github.com/AstarNetwork/frontier?branch=polkadot-v0.9.43#a5481542518ec420352d263adcb2f78835ac9bc2" dependencies = [ "fp-evm", "ripemd", diff --git a/Cargo.toml b/Cargo.toml index c5807f98d..70c72ef58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -192,31 +192,31 @@ ethereum = { version = "0.14.0", default-features = false } # Frontier # (wasm) -fp-rpc = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } -fp-self-contained = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } -pallet-ethereum = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false, features = ["forbid-evm-reentrancy"] } -pallet-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false, features = ["forbid-evm-reentrancy"] } -pallet-evm-precompile-blake2 = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } -pallet-evm-precompile-ed25519 = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } -pallet-base-fee = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } -pallet-evm-chain-id = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } -fp-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } -fp-ethereum = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", default-features = false } +fp-rpc = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +fp-self-contained = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +pallet-ethereum = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false, features = ["forbid-evm-reentrancy"] } +pallet-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false, features = ["forbid-evm-reentrancy"] } +pallet-evm-precompile-blake2 = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +pallet-evm-precompile-ed25519 = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +pallet-base-fee = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +fp-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } +fp-ethereum = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", default-features = false } # (native) -fc-consensus = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } -fc-db = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } -fc-mapping-sync = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } -fc-rpc = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue", features = ["rpc-binary-search-estimate"] } -fc-rpc-core = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } -fp-consensus = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } -fp-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } -fc-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "fix/shiden-issue" } +fc-consensus = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } +fc-db = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } +fc-mapping-sync = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } +fc-rpc = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43", features = ["rpc-binary-search-estimate"] } +fc-rpc-core = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } +fp-consensus = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } +fp-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } +fc-storage = { git = "https://github.com/AstarNetwork/frontier", branch = "polkadot-v0.9.43" } # Cumulus # (wasm)