File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
prover/crates/lib/prover_fri_types/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- genesis_protocol_semantic_version : 0.29.2
1+ genesis_protocol_semantic_version : 0.29.3
22genesis_protocol_version : null
33genesis_root : 0x934d46a331e4c617767cade322bc4d262899c0dc5568d2019d4e11301c0cc032
44genesis_rollup_leaf_index : 84
@@ -11,7 +11,7 @@ l2_chain_id: 270
1111fee_account : ' 0x0000000000000000000000000000000000000001'
1212l1_batch_commit_data_generator_mode : Rollup
1313prover :
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
1717custom_genesis_state_path : null
Original file line number Diff line number Diff 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
2626pub 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 ) ;
2828pub const PROVER_PROTOCOL_SEMANTIC_VERSION : ProtocolSemanticVersion = ProtocolSemanticVersion {
2929 minor : PROVER_PROTOCOL_VERSION ,
3030 patch : PROVER_PROTOCOL_PATCH ,
You can’t perform that action at this time.
0 commit comments