Skip to content

Commit

Permalink
fix: upgrade libzkp to use scroll-prover v0.5.3 (ethereum#442)
Browse files Browse the repository at this point in the history
Upgrade libzkp to use scroll-prover `v0.5.3`.
  • Loading branch information
silathdiir authored Aug 6, 2023
1 parent 94190f0 commit 8f43184
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
const (
VersionMajor = 4 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 22 // Patch version component of the current release
VersionPatch = 23 // Patch version component of the current release
VersionMeta = "sepolia" // Version metadata to append to the version string
)

Expand Down
30 changes: 15 additions & 15 deletions rollup/circuitcapacitychecker/libzkp/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rollup/circuitcapacitychecker/libzkp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ 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", rev="09f24c5" }
types = { git = "https://github.com/scroll-tech/scroll-prover", rev="09f24c5" }
prover = { git = "https://github.com/scroll-tech/scroll-prover", tag = "v0.5.3" }
types = { git = "https://github.com/scroll-tech/scroll-prover", tag = "v0.5.3" }

log = "0.4"
env_logger = "0.9.0"
Expand Down

0 comments on commit 8f43184

Please sign in to comment.