From c556f56ffd3ab12633c92b68e7ed27aecc635a2b Mon Sep 17 00:00:00 2001 From: smtmfft Date: Sun, 16 Jul 2023 11:48:02 +0000 Subject: [PATCH] update zkevm-circuits ref --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50576e8..aa6585e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -363,7 +363,7 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" [[package]] name = "bus-mapping" version = "0.1.0" -source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#0f85f52d1b8aa6c1833f6ee2eb5db879bc7c591d" +source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#a0e4f207f3eaacdcd58f7954a8235dce25a20721" dependencies = [ "eth-types", "ethers-core", @@ -1064,7 +1064,7 @@ dependencies = [ [[package]] name = "eth-types" version = "0.1.0" -source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#0f85f52d1b8aa6c1833f6ee2eb5db879bc7c591d" +source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#a0e4f207f3eaacdcd58f7954a8235dce25a20721" dependencies = [ "ethers-core", "ethers-signers", @@ -1226,7 +1226,7 @@ dependencies = [ [[package]] name = "external-tracer" version = "0.1.0" -source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#0f85f52d1b8aa6c1833f6ee2eb5db879bc7c591d" +source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#a0e4f207f3eaacdcd58f7954a8235dce25a20721" dependencies = [ "eth-types", "geth-utils", @@ -1411,7 +1411,7 @@ dependencies = [ [[package]] name = "gadgets" version = "0.1.0" -source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#0f85f52d1b8aa6c1833f6ee2eb5db879bc7c591d" +source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#a0e4f207f3eaacdcd58f7954a8235dce25a20721" dependencies = [ "digest 0.7.6", "eth-types", @@ -1452,7 +1452,7 @@ dependencies = [ [[package]] name = "geth-utils" version = "0.1.0" -source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#0f85f52d1b8aa6c1833f6ee2eb5db879bc7c591d" +source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#a0e4f207f3eaacdcd58f7954a8235dce25a20721" dependencies = [ "env_logger", "gobuild", @@ -1966,7 +1966,7 @@ dependencies = [ [[package]] name = "keccak256" version = "0.1.0" -source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#0f85f52d1b8aa6c1833f6ee2eb5db879bc7c591d" +source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#a0e4f207f3eaacdcd58f7954a8235dce25a20721" dependencies = [ "env_logger", "eth-types", @@ -2111,7 +2111,7 @@ dependencies = [ [[package]] name = "mock" version = "0.1.0" -source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#0f85f52d1b8aa6c1833f6ee2eb5db879bc7c591d" +source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#a0e4f207f3eaacdcd58f7954a8235dce25a20721" dependencies = [ "eth-types", "ethers-core", @@ -4117,7 +4117,7 @@ checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" [[package]] name = "zkevm-circuits" version = "0.1.0" -source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#0f85f52d1b8aa6c1833f6ee2eb5db879bc7c591d" +source = "git+https://github.com/taikoxyz/zkevm-circuits.git?branch=feat/a4-aggregation#a0e4f207f3eaacdcd58f7954a8235dce25a20721" dependencies = [ "array-init", "bus-mapping",