Skip to content

Commit 2c0230e

Browse files
committed
apollo_node: update apollo node config schema in merge
1 parent 8f8a855 commit 2c0230e

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

crates/apollo_node/resources/config_schema.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@
4444
"privacy": "Public",
4545
"value": false
4646
},
47-
"batcher_config.static_config.block_builder_config.bouncer_config.blake_weight": {
48-
"description": "blake opcode gas weight.",
49-
"privacy": "Public",
50-
"value": 3334
51-
},
5247
"batcher_config.static_config.block_builder_config.bouncer_config.block_max_capacity.l1_gas": {
5348
"description": "An upper bound on the total l1_gas used in a block.",
5449
"privacy": "Public",
@@ -94,6 +89,11 @@
9489
"privacy": "Public",
9590
"value": 583
9691
},
92+
"batcher_config.static_config.block_builder_config.bouncer_config.builtin_weights.gas_costs.blake": {
93+
"description": "Blake gas weight.",
94+
"privacy": "Public",
95+
"value": 3334
96+
},
9797
"batcher_config.static_config.block_builder_config.bouncer_config.builtin_weights.gas_costs.ecdsa": {
9898
"description": "Ecdsa gas weight.",
9999
"privacy": "Public",
@@ -2589,6 +2589,11 @@
25892589
"privacy": "Public",
25902590
"value": 2
25912591
},
2592+
"gateway_config.static_config.proof_archive_writer_config.bucket_name": {
2593+
"description": "The name of the bucket to write proofs to. An empty string indicates a test environment that does not connect to GCS.",
2594+
"privacy": "Public",
2595+
"value": "proof-archive"
2596+
},
25922597
"gateway_config.static_config.stateful_tx_validator_config.max_allowed_nonce_gap": {
25932598
"description": "The maximum allowed gap between the account nonce and the transaction nonce.",
25942599
"privacy": "Public",
@@ -2639,6 +2644,11 @@
26392644
"pointer_target": "versioned_constants_overrides.validate_max_n_steps",
26402645
"privacy": "Public"
26412646
},
2647+
"gateway_config.static_config.stateless_tx_validator_config.allow_client_side_proving": {
2648+
"description": "If true, allows transactions with non-empty proof_facts or proof fields.",
2649+
"privacy": "Public",
2650+
"value": true
2651+
},
26422652
"gateway_config.static_config.stateless_tx_validator_config.max_calldata_length": {
26432653
"description": "Limitation of calldata length.",
26442654
"privacy": "Public",
@@ -2659,6 +2669,11 @@
26592669
"privacy": "Public",
26602670
"value": 1200000000
26612671
},
2672+
"gateway_config.static_config.stateless_tx_validator_config.max_proof_size": {
2673+
"description": "Limitation of proof size.",
2674+
"privacy": "Public",
2675+
"value": 600000
2676+
},
26622677
"gateway_config.static_config.stateless_tx_validator_config.max_sierra_version.major": {
26632678
"description": "The major version of the configuration.",
26642679
"privacy": "Public",

0 commit comments

Comments
 (0)