Skip to content

Commit d0ff839

Browse files
lispcThegaramHAOYUatHZ
authored
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 <[email protected]> Co-authored-by: HAOYUatHZ <[email protected]>
1 parent 4c2b567 commit d0ff839

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
VersionMajor = 5 // Major version component of the current release
2626
VersionMinor = 1 // Minor version component of the current release
27-
VersionPatch = 33 // Patch version component of the current release
27+
VersionPatch = 34 // Patch version component of the current release
2828
VersionMeta = "mainnet" // Version metadata to append to the version string
2929
)
3030

rollup/circuitcapacitychecker/libzkp/Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rollup/circuitcapacitychecker/libzkp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ maingate = { git = "https://github.com/scroll-tech/halo2wrong", branch = "halo2-
2020
halo2curves = { git = "https://github.com/scroll-tech/halo2curves.git", branch = "0.3.1-derive-serde" }
2121

2222
[dependencies]
23-
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.9.10", default-features = false, features = ["parallel_syn", "scroll", "shanghai", "strict-ccc"] }
23+
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.9.13", default-features = false, features = ["parallel_syn", "scroll", "shanghai", "strict-ccc"] }
2424

2525
anyhow = "1.0"
2626
log = "0.4"

0 commit comments

Comments
 (0)