Skip to content

Commit 1524b9b

Browse files
EmilLutazksync-admin-bot2vladbochok
authored
feat: Update crypto dependencies (#4618)
We're bumping all the crypto dependencies to latest version to stay up to date with changes. --------- Co-authored-by: zksync-admin-bot2 <[email protected]> Co-authored-by: Vlad Bochok <[email protected]>
1 parent 31564c2 commit 1524b9b

26 files changed

+1872
-1872
lines changed

contracts

Submodule contracts updated 86 files

core/Cargo.lock

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

core/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -251,22 +251,22 @@ rust-eigenda-signers = "0.1.6"
251251
# However, for the historical version of protocol crates, we have lax requirements. Otherwise,
252252
# Bumping a crypto dependency like `boojum` would require us to republish all the historical packages.
253253

254-
circuit_encodings = "=0.153.5"
255-
circuit_sequencer_api = "=0.153.5"
256-
circuit_definitions = "=0.153.5"
257-
crypto_codegen = { package = "zksync_solidity_vk_codegen", version = "=0.32.6" }
254+
circuit_encodings = "=0.153.6"
255+
circuit_sequencer_api = "=0.153.6"
256+
circuit_definitions = "=0.153.6"
257+
crypto_codegen = { package = "zksync_solidity_vk_codegen", version = "=0.32.7" }
258258

259-
kzg = { package = "zksync_kzg", version = "=0.153.5" }
259+
kzg = { package = "zksync_kzg", version = "=0.153.6" }
260260

261261
zk_evm_1_3_1 = { package = "zk_evm", version = "0.131.0-rc.2" }
262262
zk_evm_1_3_3 = { package = "zk_evm", version = "0.133" }
263263
zk_evm_1_4_0 = { package = "zk_evm", version = "0.140" }
264264
zk_evm_1_4_1 = { package = "zk_evm", version = "0.141" }
265265
zk_evm_1_5_0 = { package = "zk_evm", version = "=0.151.8" }
266-
zk_evm_1_5_2 = { package = "zk_evm", version = "=0.153.5" }
266+
zk_evm_1_5_2 = { package = "zk_evm", version = "=0.153.6" }
267267

268-
fflonk = "=0.32.6"
269-
bellman = { package = "zksync_bellman", version = "=0.32.6" }
268+
fflonk = "=0.32.7"
269+
bellman = { package = "zksync_bellman", version = "=0.32.7" }
270270

271271
# New VM
272272
zksync_vm2 = "=0.5.0"

etc/env/file_based/genesis.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
genesis_protocol_semantic_version: 0.29.2
1+
genesis_protocol_semantic_version: 0.29.3
22
genesis_protocol_version: null
33
genesis_root: 0x934d46a331e4c617767cade322bc4d262899c0dc5568d2019d4e11301c0cc032
44
genesis_rollup_leaf_index: 84
@@ -11,7 +11,7 @@ l2_chain_id: 270
1111
fee_account: '0x0000000000000000000000000000000000000001'
1212
l1_batch_commit_data_generator_mode: Rollup
1313
prover:
14-
snark_wrapper_vk_hash: 0x1ffc56111a5cfaf5db387f6a31408ad20217e9bc1f31f2f5c1bd38b0d6d7968b
15-
fflonk_snark_wrapper_vk_hash: 0x49eae0bf5c7ea580f4979b366e52b386adc5f42e2ce50fc1d3c4de9a86052bff
14+
snark_wrapper_vk_hash: 0x93e83aa1ec05a2ac4de1f0b241394efb9f94a4e7c1784a5a9bf6b85eb930c62a
15+
fflonk_snark_wrapper_vk_hash: 0xe4503cf38485e3d728a7362155d53d3d63293e2fa48dca4f5588aa4625de251f
1616
dummy_verifier: true
1717
custom_genesis_state_path: null

0 commit comments

Comments
 (0)