mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
chore(libzkp): upgrade to v0.9.13, support next hard fork transition (#693)
* chore(libzkp): upgrade to v0.9.13, support next hard fork * bump version * chore: auto version bump [bot] * undo bump version --------- Co-authored-by: Péter Garamvölgyi <peter@scroll.io> Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
This commit is contained in:
parent
4c2b567116
commit
d0ff83941c
3 changed files with 13 additions and 13 deletions
|
|
@ -24,7 +24,7 @@ import (
|
||||||
const (
|
const (
|
||||||
VersionMajor = 5 // Major version component of the current release
|
VersionMajor = 5 // Major version component of the current release
|
||||||
VersionMinor = 1 // Minor version component of the current release
|
VersionMinor = 1 // Minor version component of the current release
|
||||||
VersionPatch = 33 // Patch version component of the current release
|
VersionPatch = 34 // Patch version component of the current release
|
||||||
VersionMeta = "mainnet" // Version metadata to append to the version string
|
VersionMeta = "mainnet" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
22
rollup/circuitcapacitychecker/libzkp/Cargo.lock
generated
22
rollup/circuitcapacitychecker/libzkp/Cargo.lock
generated
|
|
@ -16,7 +16,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aggregator"
|
name = "aggregator"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.10#c625e056ab50582c8c9c662fd2ae1457ef707cc0"
|
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.13#3ba956181c48e0031b58d9926e74a5ef974acfc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ark-std",
|
"ark-std",
|
||||||
"env_logger 0.10.0",
|
"env_logger 0.10.0",
|
||||||
|
|
@ -297,7 +297,7 @@ checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bus-mapping"
|
name = "bus-mapping"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.10#c625e056ab50582c8c9c662fd2ae1457ef707cc0"
|
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.13#3ba956181c48e0031b58d9926e74a5ef974acfc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"eth-types",
|
"eth-types",
|
||||||
"ethers-core",
|
"ethers-core",
|
||||||
|
|
@ -971,7 +971,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "eth-types"
|
name = "eth-types"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.10#c625e056ab50582c8c9c662fd2ae1457ef707cc0"
|
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.13#3ba956181c48e0031b58d9926e74a5ef974acfc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ethers-core",
|
"ethers-core",
|
||||||
"ethers-signers",
|
"ethers-signers",
|
||||||
|
|
@ -1128,7 +1128,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "external-tracer"
|
name = "external-tracer"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.10#c625e056ab50582c8c9c662fd2ae1457ef707cc0"
|
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.13#3ba956181c48e0031b58d9926e74a5ef974acfc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"eth-types",
|
"eth-types",
|
||||||
"geth-utils",
|
"geth-utils",
|
||||||
|
|
@ -1308,7 +1308,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gadgets"
|
name = "gadgets"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.10#c625e056ab50582c8c9c662fd2ae1457ef707cc0"
|
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.13#3ba956181c48e0031b58d9926e74a5ef974acfc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"digest 0.7.6",
|
"digest 0.7.6",
|
||||||
"eth-types",
|
"eth-types",
|
||||||
|
|
@ -1340,7 +1340,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "geth-utils"
|
name = "geth-utils"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.10#c625e056ab50582c8c9c662fd2ae1457ef707cc0"
|
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.13#3ba956181c48e0031b58d9926e74a5ef974acfc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger 0.9.3",
|
"env_logger 0.9.3",
|
||||||
"gobuild 0.1.0-alpha.2 (git+https://github.com/scroll-tech/gobuild.git)",
|
"gobuild 0.1.0-alpha.2 (git+https://github.com/scroll-tech/gobuild.git)",
|
||||||
|
|
@ -1949,7 +1949,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "keccak256"
|
name = "keccak256"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.10#c625e056ab50582c8c9c662fd2ae1457ef707cc0"
|
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.13#3ba956181c48e0031b58d9926e74a5ef974acfc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger 0.9.3",
|
"env_logger 0.9.3",
|
||||||
"eth-types",
|
"eth-types",
|
||||||
|
|
@ -2157,7 +2157,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mock"
|
name = "mock"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.10#c625e056ab50582c8c9c662fd2ae1457ef707cc0"
|
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.13#3ba956181c48e0031b58d9926e74a5ef974acfc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"eth-types",
|
"eth-types",
|
||||||
"ethers-core",
|
"ethers-core",
|
||||||
|
|
@ -2173,7 +2173,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mpt-zktrie"
|
name = "mpt-zktrie"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.10#c625e056ab50582c8c9c662fd2ae1457ef707cc0"
|
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.13#3ba956181c48e0031b58d9926e74a5ef974acfc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"eth-types",
|
"eth-types",
|
||||||
"halo2-mpt-circuits",
|
"halo2-mpt-circuits",
|
||||||
|
|
@ -2595,7 +2595,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "prover"
|
name = "prover"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.10#c625e056ab50582c8c9c662fd2ae1457ef707cc0"
|
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.13#3ba956181c48e0031b58d9926e74a5ef974acfc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aggregator",
|
"aggregator",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
@ -4212,7 +4212,7 @@ checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zkevm-circuits"
|
name = "zkevm-circuits"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.10#c625e056ab50582c8c9c662fd2ae1457ef707cc0"
|
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.9.13#3ba956181c48e0031b58d9926e74a5ef974acfc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"array-init",
|
"array-init",
|
||||||
"bus-mapping",
|
"bus-mapping",
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ maingate = { git = "https://github.com/scroll-tech/halo2wrong", branch = "halo2-
|
||||||
halo2curves = { git = "https://github.com/scroll-tech/halo2curves.git", branch = "0.3.1-derive-serde" }
|
halo2curves = { git = "https://github.com/scroll-tech/halo2curves.git", branch = "0.3.1-derive-serde" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.9.10", default-features = false, features = ["parallel_syn", "scroll", "shanghai", "strict-ccc"] }
|
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.9.13", default-features = false, features = ["parallel_syn", "scroll", "shanghai", "strict-ccc"] }
|
||||||
|
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue