|
44 | 44 | "privacy": "Public", |
45 | 45 | "value": false |
46 | 46 | }, |
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 | | - }, |
52 | 47 | "batcher_config.static_config.block_builder_config.bouncer_config.block_max_capacity.l1_gas": { |
53 | 48 | "description": "An upper bound on the total l1_gas used in a block.", |
54 | 49 | "privacy": "Public", |
|
94 | 89 | "privacy": "Public", |
95 | 90 | "value": 583 |
96 | 91 | }, |
| 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 | + }, |
97 | 97 | "batcher_config.static_config.block_builder_config.bouncer_config.builtin_weights.gas_costs.ecdsa": { |
98 | 98 | "description": "Ecdsa gas weight.", |
99 | 99 | "privacy": "Public", |
|
2589 | 2589 | "privacy": "Public", |
2590 | 2590 | "value": 2 |
2591 | 2591 | }, |
| 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 | + }, |
2592 | 2597 | "gateway_config.static_config.stateful_tx_validator_config.max_allowed_nonce_gap": { |
2593 | 2598 | "description": "The maximum allowed gap between the account nonce and the transaction nonce.", |
2594 | 2599 | "privacy": "Public", |
|
2639 | 2644 | "pointer_target": "versioned_constants_overrides.validate_max_n_steps", |
2640 | 2645 | "privacy": "Public" |
2641 | 2646 | }, |
| 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 | + }, |
2642 | 2652 | "gateway_config.static_config.stateless_tx_validator_config.max_calldata_length": { |
2643 | 2653 | "description": "Limitation of calldata length.", |
2644 | 2654 | "privacy": "Public", |
|
2659 | 2669 | "privacy": "Public", |
2660 | 2670 | "value": 1200000000 |
2661 | 2671 | }, |
| 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 | + }, |
2662 | 2677 | "gateway_config.static_config.stateless_tx_validator_config.max_sierra_version.major": { |
2663 | 2678 | "description": "The major version of the configuration.", |
2664 | 2679 | "privacy": "Public", |
|
0 commit comments