File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
crates/apollo_deployments
deployments/sequencer2/configs/overlays/hybrid/testing/node-0/services Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3737 "batcher_config.contract_class_manager_config.native_compiler_config.max_memory_usage" : 16106127360 ,
3838 "batcher_config.contract_class_manager_config.native_compiler_config.max_memory_usage.#is_none" : false ,
3939 "batcher_config.contract_class_manager_config.native_compiler_config.optimization_level" : 2 ,
40- "batcher_config.first_block_with_partial_block_hash.block_hash" : " 0x0 " ,
41- "batcher_config.first_block_with_partial_block_hash.block_number" : 0 ,
42- "batcher_config.first_block_with_partial_block_hash.parent_block_hash" : " 0x0 " ,
40+ "batcher_config.first_block_with_partial_block_hash.block_hash" : " $$$_BATCHER_CONFIG-FIRST_BLOCK_WITH_PARTIAL_BLOCK_HASH-BLOCK_HASH_$$$ " ,
41+ "batcher_config.first_block_with_partial_block_hash.block_number" : " $$$_BATCHER_CONFIG-FIRST_BLOCK_WITH_PARTIAL_BLOCK_HASH-BLOCK_NUMBER_$$$ " ,
42+ "batcher_config.first_block_with_partial_block_hash.parent_block_hash" : " $$$_BATCHER_CONFIG-FIRST_BLOCK_WITH_PARTIAL_BLOCK_HASH-PARENT_BLOCK_HASH_$$$ " ,
4343 "batcher_config.input_stream_content_buffer_size" : 4000 ,
4444 "batcher_config.max_l1_handler_txs_per_block_proposal" : 200 ,
4545 "batcher_config.outstream_content_buffer_size" : 64 ,
Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ pub static KEYS_TO_BE_REPLACED: phf::Set<&'static str> = phf_set! {
6464 "batcher_config.block_builder_config.execute_config.n_workers" ,
6565 "batcher_config.block_builder_config.proposer_idle_detection_delay_millis" ,
6666 "batcher_config.contract_class_manager_config.cairo_native_run_config.native_classes_whitelist" ,
67+ "batcher_config.first_block_with_partial_block_hash.block_number" ,
68+ "batcher_config.first_block_with_partial_block_hash.block_hash" ,
69+ "batcher_config.first_block_with_partial_block_hash.parent_block_hash" ,
6770 "class_manager_config.class_manager_config.max_compiled_contract_class_object_size" ,
6871 "consensus_manager_config.consensus_manager_config.dynamic_config.timeouts.proposal.base" ,
6972 "consensus_manager_config.consensus_manager_config.dynamic_config.timeouts.proposal.max" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ config:
1111 batcher_config_block_builder_config_proposer_idle_detection_delay_millis : 2000
1212 batcher_config_contract_class_manager_config_native_compiler_config_max_cpu_time : 600
1313 batcher_config_contract_class_manager_config_cairo_native_run_config_native_classes_whitelist : " All"
14+ batcher_config_first_block_with_partial_block_hash_block_number : 0
15+ batcher_config_first_block_with_partial_block_hash_block_hash : " 0x0"
16+ batcher_config_first_block_with_partial_block_hash_parent_block_hash : " 0x0"
1417 class_manager_config_class_manager_config_max_compiled_contract_class_object_size : 4089446
1518 components_batcher_port : 55000
1619 components_batcher_url : sequencer-core-service
You can’t perform that action at this time.
0 commit comments