Skip to content

Commit d63f318

Browse files
committed
Update protocol version across the board
1 parent 50565b1 commit d63f318

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

prover/crates/lib/prover_fri_types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub const MAX_COMPRESSION_CIRCUITS: u8 = 5;
2424

2525
// THESE VALUES SHOULD BE UPDATED ON ANY PROTOCOL UPGRADE OF PROVERS
2626
pub const PROVER_PROTOCOL_VERSION: ProtocolVersionId = ProtocolVersionId::Version29;
27-
pub const PROVER_PROTOCOL_PATCH: VersionPatch = VersionPatch(2);
27+
pub const PROVER_PROTOCOL_PATCH: VersionPatch = VersionPatch(3);
2828
pub const PROVER_PROTOCOL_SEMANTIC_VERSION: ProtocolSemanticVersion = ProtocolSemanticVersion {
2929
minor: PROVER_PROTOCOL_VERSION,
3030
patch: PROVER_PROTOCOL_PATCH,

0 commit comments

Comments
 (0)