mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
fix(libzkp): upgrade to v0.8.2 (#504)
This commit is contained in:
parent
fde2c3b6a7
commit
c75ebdbdb0
3 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ import (
|
|||
const (
|
||||
VersionMajor = 4 // Major version component of the current release
|
||||
VersionMinor = 4 // Minor version component of the current release
|
||||
VersionPatch = 0 // Patch version component of the current release
|
||||
VersionPatch = 1 // Patch version component of the current release
|
||||
VersionMeta = "sepolia" // Version metadata to append to the version string
|
||||
)
|
||||
|
||||
|
|
|
|||
4
rollup/circuitcapacitychecker/libzkp/Cargo.lock
generated
4
rollup/circuitcapacitychecker/libzkp/Cargo.lock
generated
|
|
@ -2788,7 +2788,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "prover"
|
||||
version = "0.8.1"
|
||||
source = "git+https://github.com/scroll-tech/scroll-prover?tag=v0.8.1#5b94df914877aa7f20f7c37fabf80d73f1c8cf2c"
|
||||
source = "git+https://github.com/scroll-tech/scroll-prover?tag=v0.8.2#02b68773531eec81355ee713c0155bf76aa968b6"
|
||||
dependencies = [
|
||||
"aggregator",
|
||||
"anyhow",
|
||||
|
|
@ -3177,7 +3177,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "9d470e29e933dac4101180fd6574971892315c414cf2961a192729089687cc9b"
|
||||
dependencies = [
|
||||
"derive_more",
|
||||
"primitive-types 0.11.1",
|
||||
"primitive-types 0.12.1",
|
||||
"rlp",
|
||||
"ruint-macro",
|
||||
"rustc_version",
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
||||
[dependencies]
|
||||
prover = { git = "https://github.com/scroll-tech/scroll-prover", tag = "v0.8.1" }
|
||||
prover = { git = "https://github.com/scroll-tech/scroll-prover", tag = "v0.8.2" }
|
||||
|
||||
anyhow = "1.0"
|
||||
log = "0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue