You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/apollo_node/resources/config_schema.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -399,6 +399,11 @@
399
399
"privacy": "Public",
400
400
"value": 8091
401
401
},
402
+
"batcher_config.static_config.validation_only": {
403
+
"description": "If true, the batcher only validates proposed blocks and cannot build proposals. Set via the node-level validation_only config pointer.",
404
+
"pointer_target": "validation_only",
405
+
"privacy": "Public"
406
+
},
402
407
"behavior_mode": {
403
408
"description": "Behavior mode: 'starknet' for production, 'echonet' for test/replay mode.",
404
409
"privacy": "TemporaryValue",
@@ -3999,6 +4004,11 @@
3999
4004
"privacy": "TemporaryValue",
4000
4005
"value": true
4001
4006
},
4007
+
"validation_only": {
4008
+
"description": "If true, the node validates proposed blocks but does not build proposals. Requires gateway, http_server, and mempool to be disabled.",
4009
+
"privacy": "TemporaryValue",
4010
+
"value": false
4011
+
},
4002
4012
"validator_id": {
4003
4013
"description": "The ID of the validator. Also the address of this validator as a starknet contract.",
0 commit comments