From f2cfc25be589aeda890acabc3186bbda6a270b8a Mon Sep 17 00:00:00 2001 From: vedhavyas Date: Wed, 23 Oct 2024 16:14:21 +0530 Subject: [PATCH] update frontier port and pull custom fixes on frontier --- Cargo.lock | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d573cc46..f0d8b6c6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3743,7 +3743,7 @@ dependencies = [ [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "async-trait", "fp-storage", @@ -3755,7 +3755,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "async-trait", "fp-consensus", @@ -3771,7 +3771,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "async-trait", "fc-api", @@ -3792,7 +3792,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "fc-db", "fc-storage", @@ -3813,7 +3813,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "ethereum", "ethereum-types", @@ -3867,7 +3867,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "ethereum", "ethereum-types", @@ -3882,7 +3882,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "ethereum", "ethereum-types", @@ -4054,7 +4054,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "hex", "impl-serde", @@ -4073,7 +4073,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "ethereum", "parity-scale-codec", @@ -4084,7 +4084,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "ethereum", "ethereum-types", @@ -4096,7 +4096,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "evm", "frame-support", @@ -4111,7 +4111,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "ethereum", "ethereum-types", @@ -4127,7 +4127,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "frame-support", "parity-scale-codec", @@ -4139,7 +4139,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "parity-scale-codec", "serde", @@ -8535,7 +8535,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "ethereum", "ethereum-types", @@ -8582,7 +8582,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "environmental", "evm", @@ -8605,7 +8605,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "frame-support", "frame-system", @@ -8642,7 +8642,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "fp-evm", ] @@ -8650,7 +8650,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "fp-evm", "sp-core", @@ -8688,7 +8688,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "fp-evm", "frame-support", @@ -8726,7 +8726,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-ed25519" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "ed25519-dalek", "fp-evm", @@ -8735,7 +8735,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "fp-evm", "num", @@ -8744,7 +8744,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "fp-evm", "tiny-keccak", @@ -8753,7 +8753,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "fp-evm", "ripemd", @@ -11313,7 +11313,7 @@ dependencies = [ [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "derive_more", "environmental", @@ -11342,7 +11342,7 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#2e219e17a526125da003e64ef22ec037917083fa" +source = "git+https://github.com/AstarNetwork/frontier?branch=stable2407#68d63a3cfab5293eacf551ab84c75057a5772830" dependencies = [ "case", "num_enum 0.7.3",