Skip to content

Commit 2151c28

Browse files
authored
feat(prover): Update witness generator to zkevm_test_harness 0.150.6 (#3029)
## What ❔ <!-- What are the changes this PR brings about? --> <!-- Example: This PR adds a PR template to the repo. --> <!-- (For bigger PRs adding more context is appreciated) --> ## Why ❔ <!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? --> <!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. --> ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk_supervisor fmt` and `zk_supervisor lint`.
1 parent c488c55 commit 2151c28

File tree

7 files changed

+133
-274
lines changed

7 files changed

+133
-274
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,15 @@ circuit_sequencer_api_1_3_3 = { package = "circuit_sequencer_api", version = "0.
218218
circuit_sequencer_api_1_4_0 = { package = "circuit_sequencer_api", version = "0.140" }
219219
circuit_sequencer_api_1_4_1 = { package = "circuit_sequencer_api", version = "0.141" }
220220
circuit_sequencer_api_1_4_2 = { package = "circuit_sequencer_api", version = "0.142" }
221-
circuit_sequencer_api_1_5_0 = { package = "circuit_sequencer_api", version = "=0.150.5" }
221+
circuit_sequencer_api_1_5_0 = { package = "circuit_sequencer_api", version = "=0.150.6" }
222222
crypto_codegen = { package = "zksync_solidity_vk_codegen", version = "=0.30.1" }
223-
kzg = { package = "zksync_kzg", version = "=0.150.5" }
223+
kzg = { package = "zksync_kzg", version = "=0.150.6" }
224224
zk_evm = { version = "=0.133.0" }
225225
zk_evm_1_3_1 = { package = "zk_evm", version = "0.131.0-rc.2" }
226226
zk_evm_1_3_3 = { package = "zk_evm", version = "0.133" }
227227
zk_evm_1_4_0 = { package = "zk_evm", version = "0.140" }
228228
zk_evm_1_4_1 = { package = "zk_evm", version = "0.141" }
229-
zk_evm_1_5_0 = { package = "zk_evm", version = "=0.150.5" }
229+
zk_evm_1_5_0 = { package = "zk_evm", version = "=0.150.6" }
230230

231231
# New VM; pinned to a specific commit because of instability
232232
zksync_vm2 = { git = "https://github.com/matter-labs/vm2.git", rev = "a233d44bbe61dc6a758a754c3b78fe4f83e56699" }

0 commit comments

Comments
 (0)