@aztec/stdlib 0.0.1-commit.dbf9cec → 0.0.1-commit.df81a97b5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. package/dest/abi/abi.d.ts +138 -1
  2. package/dest/abi/abi.d.ts.map +1 -1
  3. package/dest/abi/abi.js +10 -2
  4. package/dest/abi/buffer.d.ts +14 -4
  5. package/dest/abi/buffer.d.ts.map +1 -1
  6. package/dest/abi/buffer.js +25 -4
  7. package/dest/abi/decoder.d.ts +2 -2
  8. package/dest/abi/decoder.d.ts.map +1 -1
  9. package/dest/abi/decoder.js +6 -1
  10. package/dest/abi/encoder.d.ts +1 -1
  11. package/dest/abi/encoder.d.ts.map +1 -1
  12. package/dest/abi/encoder.js +28 -1
  13. package/dest/abi/event_metadata_definition.d.ts +3 -1
  14. package/dest/abi/event_metadata_definition.d.ts.map +1 -1
  15. package/dest/abi/event_metadata_definition.js +1 -1
  16. package/dest/abi/utils.d.ts +14 -1
  17. package/dest/abi/utils.d.ts.map +1 -1
  18. package/dest/abi/utils.js +15 -0
  19. package/dest/avm/avm.d.ts +300 -300
  20. package/dest/block/l2_block.d.ts +9 -1
  21. package/dest/block/l2_block.d.ts.map +1 -1
  22. package/dest/block/l2_block.js +12 -2
  23. package/dest/block/l2_block_source.d.ts +16 -8
  24. package/dest/block/l2_block_source.d.ts.map +1 -1
  25. package/dest/checkpoint/checkpoint.d.ts +2 -1
  26. package/dest/checkpoint/checkpoint.d.ts.map +1 -1
  27. package/dest/checkpoint/checkpoint.js +9 -4
  28. package/dest/checkpoint/index.d.ts +2 -1
  29. package/dest/checkpoint/index.d.ts.map +1 -1
  30. package/dest/checkpoint/index.js +1 -0
  31. package/dest/checkpoint/validate.d.ts +36 -0
  32. package/dest/checkpoint/validate.d.ts.map +1 -0
  33. package/dest/checkpoint/validate.js +120 -0
  34. package/dest/config/index.d.ts +2 -1
  35. package/dest/config/index.d.ts.map +1 -1
  36. package/dest/config/index.js +1 -0
  37. package/dest/config/pipelining-config.d.ts +19 -0
  38. package/dest/config/pipelining-config.d.ts.map +1 -0
  39. package/dest/config/pipelining-config.js +18 -0
  40. package/dest/config/sequencer-config.d.ts +4 -2
  41. package/dest/config/sequencer-config.d.ts.map +1 -1
  42. package/dest/config/sequencer-config.js +6 -0
  43. package/dest/contract/contract_address.d.ts +3 -3
  44. package/dest/contract/contract_address.js +3 -3
  45. package/dest/contract/contract_class_id.d.ts +2 -2
  46. package/dest/contract/contract_class_id.js +2 -2
  47. package/dest/contract/index.d.ts +1 -3
  48. package/dest/contract/index.d.ts.map +1 -1
  49. package/dest/contract/index.js +0 -2
  50. package/dest/contract/interfaces/contract_class.d.ts +3 -156
  51. package/dest/contract/interfaces/contract_class.d.ts.map +1 -1
  52. package/dest/contract/interfaces/contract_class.js +1 -28
  53. package/dest/epoch-helpers/index.d.ts +7 -1
  54. package/dest/epoch-helpers/index.d.ts.map +1 -1
  55. package/dest/epoch-helpers/index.js +10 -2
  56. package/dest/gas/gas_fees.d.ts +1 -1
  57. package/dest/gas/gas_fees.d.ts.map +1 -1
  58. package/dest/gas/gas_fees.js +4 -1
  59. package/dest/ha-signing/config.d.ts +49 -14
  60. package/dest/ha-signing/config.d.ts.map +1 -1
  61. package/dest/ha-signing/config.js +20 -15
  62. package/dest/ha-signing/index.d.ts +3 -2
  63. package/dest/ha-signing/index.d.ts.map +1 -1
  64. package/dest/ha-signing/index.js +2 -1
  65. package/dest/ha-signing/local_config.d.ts +63 -0
  66. package/dest/ha-signing/local_config.d.ts.map +1 -0
  67. package/dest/ha-signing/local_config.js +24 -0
  68. package/dest/hash/hash.d.ts +16 -1
  69. package/dest/hash/hash.d.ts.map +1 -1
  70. package/dest/hash/hash.js +24 -0
  71. package/dest/interfaces/allowed_element.d.ts +26 -20
  72. package/dest/interfaces/allowed_element.d.ts.map +1 -1
  73. package/dest/interfaces/allowed_element.js +8 -8
  74. package/dest/interfaces/archiver.d.ts +1 -1
  75. package/dest/interfaces/archiver.d.ts.map +1 -1
  76. package/dest/interfaces/archiver.js +3 -2
  77. package/dest/interfaces/aztec-node-admin.d.ts +76 -30
  78. package/dest/interfaces/aztec-node-admin.d.ts.map +1 -1
  79. package/dest/interfaces/aztec-node.d.ts +12 -6
  80. package/dest/interfaces/aztec-node.d.ts.map +1 -1
  81. package/dest/interfaces/aztec-node.js +5 -2
  82. package/dest/interfaces/block-builder.d.ts +38 -11
  83. package/dest/interfaces/block-builder.d.ts.map +1 -1
  84. package/dest/interfaces/block-builder.js +13 -6
  85. package/dest/interfaces/configs.d.ts +62 -32
  86. package/dest/interfaces/configs.d.ts.map +1 -1
  87. package/dest/interfaces/configs.js +6 -2
  88. package/dest/interfaces/l2_logs_source.d.ts +5 -3
  89. package/dest/interfaces/l2_logs_source.d.ts.map +1 -1
  90. package/dest/interfaces/merkle_tree_operations.d.ts +9 -19
  91. package/dest/interfaces/merkle_tree_operations.d.ts.map +1 -1
  92. package/dest/interfaces/prover-client.d.ts +6 -1
  93. package/dest/interfaces/prover-client.d.ts.map +1 -1
  94. package/dest/interfaces/prover-client.js +7 -1
  95. package/dest/interfaces/proving-job.d.ts +200 -200
  96. package/dest/interfaces/validator.d.ts +103 -41
  97. package/dest/interfaces/validator.d.ts.map +1 -1
  98. package/dest/interfaces/validator.js +8 -4
  99. package/dest/interfaces/world_state.d.ts +5 -4
  100. package/dest/interfaces/world_state.d.ts.map +1 -1
  101. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts +2 -1
  102. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts.map +1 -1
  103. package/dest/kernel/private_kernel_tail_circuit_public_inputs.js +4 -0
  104. package/dest/kv-store/config.d.ts +17 -0
  105. package/dest/kv-store/config.d.ts.map +1 -0
  106. package/dest/kv-store/config.js +26 -0
  107. package/dest/kv-store/index.d.ts +2 -0
  108. package/dest/kv-store/index.d.ts.map +1 -0
  109. package/dest/kv-store/index.js +1 -0
  110. package/dest/logs/index.d.ts +2 -1
  111. package/dest/logs/index.d.ts.map +1 -1
  112. package/dest/logs/index.js +1 -0
  113. package/dest/logs/log_filter.d.ts +4 -1
  114. package/dest/logs/log_filter.d.ts.map +1 -1
  115. package/dest/logs/log_filter.js +2 -1
  116. package/dest/logs/public_log.d.ts +4 -3
  117. package/dest/logs/public_log.d.ts.map +1 -1
  118. package/dest/logs/public_log.js +2 -1
  119. package/dest/logs/tagging_index_range.d.ts +40 -0
  120. package/dest/logs/tagging_index_range.d.ts.map +1 -0
  121. package/dest/logs/tagging_index_range.js +8 -0
  122. package/dest/logs/tx_scoped_l2_log.d.ts +3 -1
  123. package/dest/logs/tx_scoped_l2_log.d.ts.map +1 -1
  124. package/dest/logs/tx_scoped_l2_log.js +7 -0
  125. package/dest/messaging/l1_to_l2_message_source.d.ts +4 -2
  126. package/dest/messaging/l1_to_l2_message_source.d.ts.map +1 -1
  127. package/dest/messaging/l2_to_l1_membership.d.ts +32 -6
  128. package/dest/messaging/l2_to_l1_membership.d.ts.map +1 -1
  129. package/dest/messaging/l2_to_l1_membership.js +69 -26
  130. package/dest/noir/index.d.ts +3 -3
  131. package/dest/noir/index.d.ts.map +1 -1
  132. package/dest/p2p/checkpoint_proposal.d.ts +1 -6
  133. package/dest/p2p/checkpoint_proposal.d.ts.map +1 -1
  134. package/dest/p2p/checkpoint_proposal.js +13 -23
  135. package/dest/p2p/peer_error.d.ts +3 -1
  136. package/dest/p2p/peer_error.d.ts.map +1 -1
  137. package/dest/p2p/peer_error.js +5 -0
  138. package/dest/slashing/tally.d.ts +7 -2
  139. package/dest/slashing/tally.d.ts.map +1 -1
  140. package/dest/slashing/tally.js +30 -2
  141. package/dest/tests/factories.d.ts +2 -4
  142. package/dest/tests/factories.d.ts.map +1 -1
  143. package/dest/tests/factories.js +0 -27
  144. package/dest/tests/mocks.d.ts +4 -2
  145. package/dest/tests/mocks.d.ts.map +1 -1
  146. package/dest/tests/mocks.js +13 -8
  147. package/dest/tx/block_header.d.ts +3 -1
  148. package/dest/tx/block_header.d.ts.map +1 -1
  149. package/dest/tx/block_header.js +4 -0
  150. package/dest/tx/private_execution_result.d.ts +6 -6
  151. package/dest/tx/private_execution_result.d.ts.map +1 -1
  152. package/dest/tx/private_execution_result.js +6 -6
  153. package/dest/tx/profiling.d.ts +14 -2
  154. package/dest/tx/profiling.d.ts.map +1 -1
  155. package/dest/tx/profiling.js +13 -3
  156. package/dest/tx/simulated_tx.d.ts +113 -2
  157. package/dest/tx/simulated_tx.d.ts.map +1 -1
  158. package/dest/tx/simulated_tx.js +4 -1
  159. package/dest/tx/tx.d.ts +6 -5
  160. package/dest/tx/tx.d.ts.map +1 -1
  161. package/dest/tx/tx.js +18 -6
  162. package/dest/tx/tx_receipt.d.ts +7 -2
  163. package/dest/tx/tx_receipt.d.ts.map +1 -1
  164. package/dest/tx/tx_receipt.js +6 -3
  165. package/dest/tx/validator/error_texts.d.ts +9 -1
  166. package/dest/tx/validator/error_texts.d.ts.map +1 -1
  167. package/dest/tx/validator/error_texts.js +10 -0
  168. package/dest/update-checker/index.d.ts +3 -2
  169. package/dest/update-checker/index.d.ts.map +1 -1
  170. package/dest/update-checker/index.js +2 -1
  171. package/dest/update-checker/package_version.d.ts +3 -0
  172. package/dest/update-checker/package_version.d.ts.map +1 -0
  173. package/dest/update-checker/package_version.js +24 -0
  174. package/dest/update-checker/version_checker.d.ts +25 -0
  175. package/dest/update-checker/version_checker.d.ts.map +1 -0
  176. package/dest/update-checker/version_checker.js +50 -0
  177. package/dest/validators/errors.d.ts +6 -1
  178. package/dest/validators/errors.d.ts.map +1 -1
  179. package/dest/validators/errors.js +7 -0
  180. package/dest/versioning/versioning.d.ts +4 -2
  181. package/dest/versioning/versioning.d.ts.map +1 -1
  182. package/dest/versioning/versioning.js +4 -1
  183. package/package.json +10 -9
  184. package/src/abi/abi.ts +25 -2
  185. package/src/abi/buffer.ts +25 -4
  186. package/src/abi/decoder.ts +14 -2
  187. package/src/abi/encoder.ts +41 -1
  188. package/src/abi/event_metadata_definition.ts +2 -0
  189. package/src/abi/utils.ts +25 -0
  190. package/src/block/l2_block.ts +13 -1
  191. package/src/block/l2_block_source.ts +16 -7
  192. package/src/checkpoint/checkpoint.ts +12 -3
  193. package/src/checkpoint/index.ts +1 -0
  194. package/src/checkpoint/validate.ts +230 -0
  195. package/src/config/index.ts +1 -0
  196. package/src/config/pipelining-config.ts +31 -0
  197. package/src/config/sequencer-config.ts +9 -1
  198. package/src/contract/contract_address.ts +3 -3
  199. package/src/contract/contract_class_id.ts +2 -2
  200. package/src/contract/index.ts +0 -2
  201. package/src/contract/interfaces/contract_class.ts +2 -82
  202. package/src/epoch-helpers/index.ts +14 -0
  203. package/src/gas/README.md +123 -0
  204. package/src/gas/gas_fees.ts +7 -1
  205. package/src/ha-signing/config.ts +45 -38
  206. package/src/ha-signing/index.ts +9 -0
  207. package/src/ha-signing/local_config.ts +46 -0
  208. package/src/hash/hash.ts +29 -0
  209. package/src/interfaces/allowed_element.ts +29 -9
  210. package/src/interfaces/archiver.ts +3 -2
  211. package/src/interfaces/aztec-node.ts +24 -5
  212. package/src/interfaces/block-builder.ts +60 -14
  213. package/src/interfaces/configs.ts +25 -8
  214. package/src/interfaces/l2_logs_source.ts +4 -1
  215. package/src/interfaces/merkle_tree_operations.ts +8 -18
  216. package/src/interfaces/prover-client.ts +8 -0
  217. package/src/interfaces/validator.ts +50 -28
  218. package/src/interfaces/world_state.ts +4 -3
  219. package/src/kernel/private_kernel_tail_circuit_public_inputs.ts +9 -0
  220. package/src/kv-store/config.ts +36 -0
  221. package/src/kv-store/index.ts +1 -0
  222. package/src/logs/index.ts +1 -0
  223. package/src/logs/log_filter.ts +5 -0
  224. package/src/logs/public_log.ts +4 -2
  225. package/src/logs/tagging_index_range.ts +24 -0
  226. package/src/logs/tx_scoped_l2_log.ts +16 -0
  227. package/src/messaging/l1_to_l2_message_source.ts +3 -1
  228. package/src/messaging/l2_to_l1_membership.ts +98 -33
  229. package/src/noir/index.ts +2 -2
  230. package/src/p2p/checkpoint_proposal.ts +23 -37
  231. package/src/p2p/peer_error.ts +7 -0
  232. package/src/slashing/tally.ts +34 -1
  233. package/src/tests/factories.ts +0 -33
  234. package/src/tests/mocks.ts +18 -7
  235. package/src/tx/block_header.ts +6 -0
  236. package/src/tx/private_execution_result.ts +5 -5
  237. package/src/tx/profiling.ts +11 -2
  238. package/src/tx/simulated_tx.ts +8 -1
  239. package/src/tx/tx.ts +20 -11
  240. package/src/tx/tx_receipt.ts +7 -2
  241. package/src/tx/validator/error_texts.ts +12 -0
  242. package/src/update-checker/index.ts +2 -1
  243. package/src/update-checker/package_version.ts +30 -0
  244. package/src/update-checker/version_checker.ts +65 -0
  245. package/src/validators/errors.ts +9 -0
  246. package/src/versioning/versioning.ts +4 -1
  247. package/dest/contract/private_function_membership_proof.d.ts +0 -32
  248. package/dest/contract/private_function_membership_proof.d.ts.map +0 -1
  249. package/dest/contract/private_function_membership_proof.js +0 -124
  250. package/dest/contract/utility_function_membership_proof.d.ts +0 -27
  251. package/dest/contract/utility_function_membership_proof.d.ts.map +0 -1
  252. package/dest/contract/utility_function_membership_proof.js +0 -87
  253. package/dest/update-checker/update-checker.d.ts +0 -49
  254. package/dest/update-checker/update-checker.d.ts.map +0 -1
  255. package/dest/update-checker/update-checker.js +0 -130
  256. package/src/contract/private_function_membership_proof.ts +0 -167
  257. package/src/contract/utility_function_membership_proof.ts +0 -118
  258. package/src/update-checker/update-checker.ts +0 -166
@@ -0,0 +1,123 @@
1
+ # Aztec Gas and Fee Model
2
+
3
+ The minimum fee per mana and its components are computed on L1 in
4
+ `l1-contracts/src/core/libraries/rollup/FeeLib.sol`. This document describes the
5
+ formulas, the oracle lag/lifetime mechanism, and the TypeScript types in this directory.
6
+
7
+ ## Mana
8
+
9
+ Aztec uses **mana** as its unit of work (analogous to Ethereum gas). Transactions consume
10
+ mana in two dimensions: **DA** (data availability) and **L2** (execution). The total fee
11
+ is `gasUsed * feePerMana` summed across both dimensions.
12
+
13
+ ## Fee Components
14
+
15
+ The minimum fee per mana has four components:
16
+
17
+ ### Sequencer Cost
18
+
19
+ L1 cost to propose a checkpoint (calldata gas + blob data), amortized over `manaTarget`:
20
+
21
+ ```
22
+ sequencerCost = ((L1_GAS_PER_CHECKPOINT_PROPOSED * baseFee)
23
+ + (BLOBS_PER_CHECKPOINT * BLOB_GAS_PER_BLOB * blobFee))
24
+ / manaTarget
25
+ ```
26
+
27
+ ### Prover Cost
28
+
29
+ L1 cost to verify an epoch proof, amortized over epoch duration and `manaTarget`, plus a
30
+ governance-set proving cost that compensates for off-chain proof generation:
31
+
32
+ ```
33
+ proverCost = (L1_GAS_PER_EPOCH_VERIFIED * baseFee / epochDuration) / manaTarget
34
+ + provingCostPerMana
35
+ ```
36
+
37
+ ### Congestion Cost
38
+
39
+ An exponential surcharge when the network is congested (inspired by EIP-1559; the
40
+ implementation uses the `fakeExponential` Taylor series approximation from EIP-4844):
41
+
42
+ ```
43
+ baseCost = sequencerCost + proverCost
44
+ congestionCost = baseCost * congestionMultiplier / MINIMUM_CONGESTION_MULTIPLIER - baseCost
45
+ ```
46
+
47
+ When there is no congestion the multiplier equals `MINIMUM_CONGESTION_MULTIPLIER` (1e9)
48
+ and congestion cost is zero.
49
+
50
+ ### Congestion Multiplier
51
+
52
+ ```
53
+ excessMana = max(0, prevExcessMana + prevManaUsed - manaTarget)
54
+ congestionMultiplier = fakeExponential(MINIMUM_CONGESTION_MULTIPLIER, excessMana, denominator)
55
+ ```
56
+
57
+ Each additional `manaTarget` of excess mana increases the multiplier by ~12.5%.
58
+
59
+ ### Total
60
+
61
+ ```
62
+ minFeePerMana = sequencerCost + proverCost + congestionCost
63
+ ```
64
+
65
+ ## L1 Gas Oracle: Lag and Lifetime
66
+
67
+ The oracle feeds Ethereum's `baseFee` and `blobFee` into the fee model using a two-phase
68
+ (`pre` / `post`) system that smooths out L1 fee volatility.
69
+
70
+ - **LAG = 2 slots** — when new L1 fees are observed, they activate `LAG` slots later
71
+ (`slotOfChange = currentSlot + LAG`). This gives mempool transactions time to land
72
+ before fees change.
73
+ - **LIFETIME = 5 slots** — after an oracle update, the next update is rejected until
74
+ `slotOfChange + (LIFETIME - LAG)` = 3 more slots have passed. This rate-limits how
75
+ frequently L1 fee data can change.
76
+
77
+ Fee resolution at a given timestamp:
78
+
79
+ ```
80
+ if slot < slotOfChange → use pre (old fees)
81
+ else → use post (new fees)
82
+ ```
83
+
84
+ **Net effect**: L1 fee changes reach L2 with a 2-slot delay and can update at most once
85
+ every 5 slots.
86
+
87
+ ## Fee Asset Price
88
+
89
+ Fees are computed in ETH internally but converted to the fee asset (Fee Juice) via
90
+ `ethPerFeeAsset` (1e12 precision). The price updates at most ±1% (±100 bps) per
91
+ checkpoint:
92
+
93
+ ```
94
+ newPrice = currentPrice * (10000 + modifierBps) / 10000
95
+ ```
96
+
97
+ ## Maximum Fee Change Rate
98
+
99
+ | Component | Bound |
100
+ | ---------------------- | ------------------------------------------------------- |
101
+ | L1 base fee / blob fee | At most once every 5 slots (oracle LIFETIME) |
102
+ | Fee asset price | ±1% per checkpoint |
103
+ | Congestion multiplier | Depends on excess mana accumulation/drain per checkpoint |
104
+ | Sequencer/prover costs | Scale linearly with L1 fees |
105
+
106
+ ## Key Constants
107
+
108
+ | Constant | Value |
109
+ | ------------------------------ | -------------- |
110
+ | `L1_GAS_PER_CHECKPOINT_PROPOSED` | 300,000 |
111
+ | `L1_GAS_PER_EPOCH_VERIFIED` | 3,600,000 |
112
+ | `BLOBS_PER_CHECKPOINT` | 3 |
113
+ | `BLOB_GAS_PER_BLOB` | 2^17 |
114
+ | `MINIMUM_CONGESTION_MULTIPLIER` | 1e9 |
115
+ | `LAG` | 2 slots |
116
+ | `LIFETIME` | 5 slots |
117
+
118
+ ## TypeScript Types
119
+
120
+ - **`Gas`** — mana quantity in two dimensions (`daGas`, `l2Gas`).
121
+ - **`GasFees`** — per-unit price in each dimension (`feePerDaGas`, `feePerL2Gas`).
122
+ - **`GasSettings`** — sender-chosen fee parameters: gas limits, teardown limits, max fees, priority fees.
123
+ - **`GasUsed`** — actual consumption after execution. Note: `billedGas` uses the teardown gas *limit*, not actual usage.
@@ -56,8 +56,14 @@ export class GasFees {
56
56
  return this.clone();
57
57
  } else if (typeof scalar === 'bigint') {
58
58
  return new GasFees(this.feePerDaGas * scalar, this.feePerL2Gas * scalar);
59
+ } else if (Number.isInteger(scalar)) {
60
+ const s = BigInt(scalar);
61
+ return new GasFees(this.feePerDaGas * s, this.feePerL2Gas * s);
59
62
  } else {
60
- return new GasFees(Number(this.feePerDaGas) * scalar, Number(this.feePerL2Gas) * scalar);
63
+ return new GasFees(
64
+ BigInt(Math.ceil(Number(this.feePerDaGas) * scalar)),
65
+ BigInt(Math.ceil(Number(this.feePerL2Gas) * scalar)),
66
+ );
61
67
  }
62
68
  }
63
69
 
@@ -13,14 +13,9 @@ import type { ZodFor } from '@aztec/foundation/schemas';
13
13
  import { z } from 'zod';
14
14
 
15
15
  /**
16
- * Configuration for the Validator HA Signer
17
- *
18
- * This config is used for distributed locking and slashing protection
19
- * when running multiple validator nodes in a high-availability setup.
16
+ * Base signing protection configuration shared by both HA (Postgres) and local (LMDB) signers.
20
17
  */
21
- export interface ValidatorHASignerConfig {
22
- /** Whether HA signing / slashing protection is enabled */
23
- haSigningEnabled: boolean;
18
+ export interface BaseSignerConfig {
24
19
  /** L1 contract addresses (rollup address required) */
25
20
  l1Contracts: Pick<L1ContractAddresses, 'rollupAddress'>;
26
21
  /** Unique identifier for this node */
@@ -33,30 +28,9 @@ export interface ValidatorHASignerConfig {
33
28
  maxStuckDutiesAgeMs?: number;
34
29
  /** Optional: clean up old duties after this many hours (disabled if not set) */
35
30
  cleanupOldDutiesAfterHours?: number;
36
- /**
37
- * PostgreSQL connection string
38
- * Format: postgresql://user:password@host:port/database
39
- */
40
- databaseUrl?: string;
41
- /**
42
- * PostgreSQL connection pool configuration
43
- */
44
- /** Maximum number of clients in the pool (default: 10) */
45
- poolMaxCount?: number;
46
- /** Minimum number of clients in the pool (default: 0) */
47
- poolMinCount?: number;
48
- /** Idle timeout in milliseconds (default: 10000) */
49
- poolIdleTimeoutMs?: number;
50
- /** Connection timeout in milliseconds (default: 0, no timeout) */
51
- poolConnectionTimeoutMs?: number;
52
31
  }
53
32
 
54
- export const validatorHASignerConfigMappings: ConfigMappingsType<ValidatorHASignerConfig> = {
55
- haSigningEnabled: {
56
- env: 'VALIDATOR_HA_SIGNING_ENABLED',
57
- description: 'Whether HA signing / slashing protection is enabled',
58
- ...booleanConfigHelper(false),
59
- },
33
+ export const baseSignerConfigMappings: ConfigMappingsType<BaseSignerConfig> = {
60
34
  l1Contracts: {
61
35
  description: 'L1 contract addresses (rollup address required)',
62
36
  nested: {
@@ -91,6 +65,47 @@ export const validatorHASignerConfigMappings: ConfigMappingsType<ValidatorHASign
91
65
  description: 'Optional: clean up old duties after this many hours (disabled if not set)',
92
66
  ...optionalNumberConfigHelper(),
93
67
  },
68
+ };
69
+
70
+ export const BaseSignerConfigSchema = z.object({
71
+ l1Contracts: z.object({ rollupAddress: z.instanceof(EthAddress) }),
72
+ nodeId: z.string(),
73
+ pollingIntervalMs: z.number().min(0),
74
+ signingTimeoutMs: z.number().min(0),
75
+ maxStuckDutiesAgeMs: z.number().min(0).optional(),
76
+ cleanupOldDutiesAfterHours: z.number().min(0).optional(),
77
+ }) satisfies ZodFor<BaseSignerConfig>;
78
+
79
+ /**
80
+ * Configuration for the Validator HA Signer.
81
+ *
82
+ * Extends BaseSignerConfig with a flag to enable HA mode and Postgres connection settings.
83
+ */
84
+ export interface ValidatorHASignerConfig extends BaseSignerConfig {
85
+ /** Whether HA signing / slashing protection is enabled */
86
+ haSigningEnabled: boolean;
87
+ /**
88
+ * PostgreSQL connection string
89
+ * Format: postgresql://user:password@host:port/database
90
+ */
91
+ databaseUrl?: string;
92
+ /** Maximum number of clients in the pool (default: 10) */
93
+ poolMaxCount?: number;
94
+ /** Minimum number of clients in the pool (default: 0) */
95
+ poolMinCount?: number;
96
+ /** Idle timeout in milliseconds (default: 10000) */
97
+ poolIdleTimeoutMs?: number;
98
+ /** Connection timeout in milliseconds (default: 0, no timeout) */
99
+ poolConnectionTimeoutMs?: number;
100
+ }
101
+
102
+ export const validatorHASignerConfigMappings: ConfigMappingsType<ValidatorHASignerConfig> = {
103
+ ...baseSignerConfigMappings,
104
+ haSigningEnabled: {
105
+ env: 'VALIDATOR_HA_SIGNING_ENABLED',
106
+ description: 'Whether HA signing / slashing protection is enabled',
107
+ ...booleanConfigHelper(false),
108
+ },
94
109
  databaseUrl: {
95
110
  env: 'VALIDATOR_HA_DATABASE_URL',
96
111
  description:
@@ -131,16 +146,8 @@ export function getConfigEnvVars(): ValidatorHASignerConfig {
131
146
  return getConfigFromMappings<ValidatorHASignerConfig>(validatorHASignerConfigMappings);
132
147
  }
133
148
 
134
- export const ValidatorHASignerConfigSchema = z.object({
149
+ export const ValidatorHASignerConfigSchema = BaseSignerConfigSchema.extend({
135
150
  haSigningEnabled: z.boolean(),
136
- l1Contracts: z.object({
137
- rollupAddress: z.instanceof(EthAddress),
138
- }),
139
- nodeId: z.string(),
140
- pollingIntervalMs: z.number().min(0),
141
- signingTimeoutMs: z.number().min(0),
142
- maxStuckDutiesAgeMs: z.number().min(0).optional(),
143
- cleanupOldDutiesAfterHours: z.number().min(0).optional(),
144
151
  databaseUrl: z.string().optional(),
145
152
  poolMaxCount: z.number().min(0).optional(),
146
153
  poolMinCount: z.number().min(0).optional(),
@@ -1,10 +1,19 @@
1
1
  export {
2
+ type BaseSignerConfig,
3
+ BaseSignerConfigSchema,
4
+ baseSignerConfigMappings,
2
5
  type ValidatorHASignerConfig,
3
6
  ValidatorHASignerConfigSchema,
4
7
  defaultValidatorHASignerConfig,
5
8
  getConfigEnvVars,
6
9
  validatorHASignerConfigMappings,
7
10
  } from './config.js';
11
+ export {
12
+ type LocalSignerConfig,
13
+ LocalSignerConfigSchema,
14
+ getLocalSignerConfigEnvVars,
15
+ localSignerConfigMappings,
16
+ } from './local_config.js';
8
17
  export {
9
18
  DutyType,
10
19
  type BlockProposalSigningContext,
@@ -0,0 +1,46 @@
1
+ import { type ConfigMappingsType, getConfigFromMappings } from '@aztec/foundation/config';
2
+ import { zodFor } from '@aztec/foundation/schemas';
3
+ import { type DataStoreConfig, dataConfigMappings } from '@aztec/stdlib/kv-store';
4
+
5
+ import { z } from 'zod';
6
+
7
+ import { type BaseSignerConfig, BaseSignerConfigSchema, baseSignerConfigMappings } from './config.js';
8
+
9
+ /**
10
+ * Configuration for local (single-node) slashing protection.
11
+ *
12
+ * Combines the base signing protection fields (shared with HA mode) with
13
+ * DataStoreConfig for the local LMDB backing store, plus a per-store map-size
14
+ * override. Used when HA signing is disabled.
15
+ */
16
+ export type LocalSignerConfig = BaseSignerConfig &
17
+ DataStoreConfig & {
18
+ /** Maximum size of the local signing-protection LMDB store in KB. Overwrites the general dataStoreMapSizeKb. */
19
+ signingProtectionMapSizeKb?: number;
20
+ };
21
+
22
+ export const localSignerConfigMappings: ConfigMappingsType<LocalSignerConfig> = {
23
+ ...baseSignerConfigMappings,
24
+ ...dataConfigMappings,
25
+ signingProtectionMapSizeKb: {
26
+ env: 'SIGNING_PROTECTION_MAP_SIZE_KB',
27
+ description:
28
+ 'Maximum size of the local signing-protection LMDB store in KB. Overwrites the general dataStoreMapSizeKb.',
29
+ parseEnv: (val: string | undefined) => (val ? +val : undefined),
30
+ },
31
+ };
32
+
33
+ export const LocalSignerConfigSchema = zodFor<LocalSignerConfig>()(
34
+ BaseSignerConfigSchema.extend({
35
+ dataDirectory: z.string().optional(),
36
+ dataStoreMapSizeKb: z.number(),
37
+ signingProtectionMapSizeKb: z.number().optional(),
38
+ }),
39
+ );
40
+
41
+ /**
42
+ * Returns the local signer configuration from environment variables.
43
+ */
44
+ export function getLocalSignerConfigEnvVars(): LocalSignerConfig {
45
+ return getConfigFromMappings<LocalSignerConfig>(localSignerConfigMappings);
46
+ }
package/src/hash/hash.ts CHANGED
@@ -58,6 +58,35 @@ export function siloNullifier(contract: AztecAddress, innerNullifier: Fr): Promi
58
58
  return poseidon2HashWithSeparator([contract, innerNullifier], DomainSeparator.SILOED_NULLIFIER);
59
59
  }
60
60
 
61
+ /**
62
+ * Computes the siloed private initialization nullifier for a contract, given its address and initialization hash.
63
+ * @param contract - The contract address.
64
+ * @param initializationHash - The contract's initialization hash.
65
+ * @returns The siloed private initialization nullifier.
66
+ */
67
+ export async function computeSiloedPrivateInitializationNullifier(
68
+ contract: AztecAddress,
69
+ initializationHash: Fr,
70
+ ): Promise<Fr> {
71
+ const innerNullifier = await poseidon2HashWithSeparator(
72
+ [contract, initializationHash],
73
+ DomainSeparator.PRIVATE_INITIALIZATION_NULLIFIER,
74
+ );
75
+ return siloNullifier(contract, innerNullifier);
76
+ }
77
+
78
+ /**
79
+ * Computes the siloed public initialization nullifier for a contract. Not all contracts emit this nullifier: it is only
80
+ * emitted when the contract has public functions that perform initialization checks (i.e. external public functions that
81
+ * are not `#[noinitcheck]` or `#[only_self]`).
82
+ * @param contract - The contract address.
83
+ * @returns The siloed public initialization nullifier.
84
+ */
85
+ export async function computeSiloedPublicInitializationNullifier(contract: AztecAddress): Promise<Fr> {
86
+ const innerNullifier = await poseidon2HashWithSeparator([contract], DomainSeparator.PUBLIC_INITIALIZATION_NULLIFIER);
87
+ return siloNullifier(contract, innerNullifier);
88
+ }
89
+
61
90
  /**
62
91
  * Computes the protocol nullifier, which is the hash of the initial tx request siloed with the null msg sender address.
63
92
  * @param txRequestHash - The hash of the initial tx request.
@@ -6,18 +6,38 @@ import type { FunctionSelector } from '../abi/function_selector.js';
6
6
  import type { AztecAddress } from '../aztec-address/index.js';
7
7
  import { schemas, zodFor } from '../schemas/index.js';
8
8
 
9
- type AllowedInstance = { address: AztecAddress };
10
- type AllowedInstanceFunction = { address: AztecAddress; selector: FunctionSelector };
11
- type AllowedClass = { classId: Fr };
12
- type AllowedClassFunction = { classId: Fr; selector: FunctionSelector };
9
+ type AllowedInstanceFunction = {
10
+ address: AztecAddress;
11
+ selector: FunctionSelector;
12
+ onlySelf?: boolean;
13
+ rejectNullMsgSender?: boolean;
14
+ calldataLength?: number;
15
+ };
16
+ type AllowedClassFunction = {
17
+ classId: Fr;
18
+ selector: FunctionSelector;
19
+ onlySelf?: boolean;
20
+ rejectNullMsgSender?: boolean;
21
+ calldataLength?: number;
22
+ };
13
23
 
14
- export type AllowedElement = AllowedInstance | AllowedInstanceFunction | AllowedClass | AllowedClassFunction;
24
+ export type AllowedElement = AllowedInstanceFunction | AllowedClassFunction;
15
25
 
16
26
  export const AllowedElementSchema = zodFor<AllowedElement>()(
17
27
  z.union([
18
- z.object({ address: schemas.AztecAddress, selector: schemas.FunctionSelector }),
19
- z.object({ address: schemas.AztecAddress }),
20
- z.object({ classId: schemas.Fr, selector: schemas.FunctionSelector }),
21
- z.object({ classId: schemas.Fr }),
28
+ z.object({
29
+ address: schemas.AztecAddress,
30
+ selector: schemas.FunctionSelector,
31
+ onlySelf: z.boolean().optional(),
32
+ rejectNullMsgSender: z.boolean().optional(),
33
+ calldataLength: z.number().optional(),
34
+ }),
35
+ z.object({
36
+ classId: schemas.Fr,
37
+ selector: schemas.FunctionSelector,
38
+ onlySelf: z.boolean().optional(),
39
+ rejectNullMsgSender: z.boolean().optional(),
40
+ calldataLength: z.number().optional(),
41
+ }),
22
42
  ]),
23
43
  );
@@ -86,6 +86,7 @@ export const ArchiverApiSchema: ApiSchemaFor<ArchiverApi> = {
86
86
  getBlockNumber: z.function().args().returns(BlockNumberSchema),
87
87
  getProvenBlockNumber: z.function().args().returns(BlockNumberSchema),
88
88
  getCheckpointedL2BlockNumber: z.function().args().returns(BlockNumberSchema),
89
+ getCheckpointNumber: z.function().args().returns(CheckpointNumberSchema),
89
90
  getFinalizedL2BlockNumber: z.function().args().returns(BlockNumberSchema),
90
91
  getBlock: z.function().args(BlockNumberSchema).returns(L2Block.schema.optional()),
91
92
  getBlockHeader: z
@@ -113,8 +114,8 @@ export const ArchiverApiSchema: ApiSchemaFor<ArchiverApi> = {
113
114
  getL2BlockByArchive: z.function().args(schemas.Fr).returns(L2Block.schema.optional()),
114
115
  getTxEffect: z.function().args(TxHash.schema).returns(indexedTxSchema().optional()),
115
116
  getSettledTxReceipt: z.function().args(TxHash.schema).returns(TxReceipt.schema.optional()),
116
- getL2SlotNumber: z.function().args().returns(schemas.SlotNumber.optional()),
117
- getL2EpochNumber: z.function().args().returns(EpochNumberSchema.optional()),
117
+ getSyncedL2SlotNumber: z.function().args().returns(schemas.SlotNumber.optional()),
118
+ getSyncedL2EpochNumber: z.function().args().returns(EpochNumberSchema.optional()),
118
119
  getCheckpointsForEpoch: z.function().args(EpochNumberSchema).returns(z.array(Checkpoint.schema)),
119
120
  getCheckpointsDataForEpoch: z.function().args(EpochNumberSchema).returns(z.array(CheckpointDataSchema)),
120
121
  getCheckpointedBlocksForEpoch: z.function().args(EpochNumberSchema).returns(z.array(CheckpointedL2Block.schema)),
@@ -4,7 +4,9 @@ import {
4
4
  BlockNumber,
5
5
  BlockNumberPositiveSchema,
6
6
  BlockNumberSchema,
7
+ CheckpointNumber,
7
8
  CheckpointNumberPositiveSchema,
9
+ CheckpointNumberSchema,
8
10
  EpochNumber,
9
11
  EpochNumberSchema,
10
12
  type SlotNumber,
@@ -23,6 +25,7 @@ import { CheckpointedL2Block } from '../block/checkpointed_l2_block.js';
23
25
  import { type DataInBlock, dataInBlockSchemaFor } from '../block/in_block.js';
24
26
  import { L2Block } from '../block/l2_block.js';
25
27
  import { type L2BlockSource, type L2Tips, L2TipsSchema } from '../block/l2_block_source.js';
28
+ import { CheckpointDataSchema } from '../checkpoint/checkpoint_data.js';
26
29
  import { PublishedCheckpoint } from '../checkpoint/published_checkpoint.js';
27
30
  import {
28
31
  type ContractClassPublic,
@@ -72,7 +75,12 @@ import { type WorldStateSyncStatus, WorldStateSyncStatusSchema } from './world_s
72
75
  export interface AztecNode
73
76
  extends Pick<
74
77
  L2BlockSource,
75
- 'getBlocks' | 'getCheckpoints' | 'getBlockHeader' | 'getL2Tips' | 'getCheckpointedBlocks'
78
+ | 'getBlocks'
79
+ | 'getCheckpoints'
80
+ | 'getBlockHeader'
81
+ | 'getL2Tips'
82
+ | 'getCheckpointedBlocks'
83
+ | 'getCheckpointsDataForEpoch'
76
84
  > {
77
85
  /**
78
86
  * Returns the tips of the L2 chain.
@@ -114,6 +122,7 @@ export interface AztecNode
114
122
  * @param referenceBlock - The block parameter (block number, block hash, or 'latest') at which to get the data.
115
123
  * @param nullifier - Nullifier we try to find the low nullifier witness for.
116
124
  * @returns The low nullifier membership witness (if found).
125
+ * @throws If the nullifier already exists in the tree, since non-inclusion cannot be proven.
117
126
  * @remarks Low nullifier witness can be used to perform a nullifier non-inclusion proof by leveraging the "linked
118
127
  * list structure" of leaves and proving that a lower nullifier is pointing to a bigger next value than the nullifier
119
128
  * we are trying to prove non-inclusion for.
@@ -172,14 +181,14 @@ export interface AztecNode
172
181
  l1ToL2Message: Fr,
173
182
  ): Promise<[bigint, SiblingPath<typeof L1_TO_L2_MSG_TREE_HEIGHT>] | undefined>;
174
183
 
175
- /** Returns the L2 block number in which this L1 to L2 message becomes available, or undefined if not found. */
176
- getL1ToL2MessageBlock(l1ToL2Message: Fr): Promise<BlockNumber | undefined>;
184
+ /** Returns the L2 checkpoint number in which this L1 to L2 message becomes available, or undefined if not found. */
185
+ getL1ToL2MessageCheckpoint(l1ToL2Message: Fr): Promise<CheckpointNumber | undefined>;
177
186
 
178
187
  /**
179
188
  * Returns whether an L1 to L2 message is synced by archiver.
180
189
  * @param l1ToL2Message - The L1 to L2 message to check.
181
190
  * @returns Whether the message is synced.
182
- * @deprecated Use `getL1ToL2MessageBlock` instead. This method may return true even if the message is not ready to use.
191
+ * @deprecated Use `getL1ToL2MessageCheckpoint` instead. This method may return true even if the message is not ready to use.
183
192
  */
184
193
  isL1ToL2MessageSynced(l1ToL2Message: Fr): Promise<boolean>;
185
194
 
@@ -230,6 +239,12 @@ export interface AztecNode
230
239
  */
231
240
  getCheckpointedBlockNumber(): Promise<BlockNumber>;
232
241
 
242
+ /**
243
+ * Method to fetch the latest checkpoint number synchronized by the node.
244
+ * @returns The checkpoint number.
245
+ */
246
+ getCheckpointNumber(): Promise<CheckpointNumber>;
247
+
233
248
  /**
234
249
  * Method to determine if the node is ready to accept transactions.
235
250
  * @returns - Flag indicating the readiness for tx submission.
@@ -517,7 +532,7 @@ export const AztecNodeApiSchema: ApiSchemaFor<AztecNode> = {
517
532
  .args(BlockParameterSchema, schemas.Fr)
518
533
  .returns(z.tuple([schemas.BigInt, SiblingPath.schemaFor(L1_TO_L2_MSG_TREE_HEIGHT)]).optional()),
519
534
 
520
- getL1ToL2MessageBlock: z.function().args(schemas.Fr).returns(BlockNumberSchema.optional()),
535
+ getL1ToL2MessageCheckpoint: z.function().args(schemas.Fr).returns(CheckpointNumberSchema.optional()),
521
536
 
522
537
  isL1ToL2MessageSynced: z.function().args(schemas.Fr).returns(z.boolean()),
523
538
 
@@ -534,6 +549,8 @@ export const AztecNodeApiSchema: ApiSchemaFor<AztecNode> = {
534
549
 
535
550
  getBlockNumber: z.function().returns(BlockNumberSchema),
536
551
 
552
+ getCheckpointNumber: z.function().returns(CheckpointNumberSchema),
553
+
537
554
  getProvenBlockNumber: z.function().returns(BlockNumberSchema),
538
555
 
539
556
  getCheckpointedBlockNumber: z.function().returns(BlockNumberSchema),
@@ -557,6 +574,8 @@ export const AztecNodeApiSchema: ApiSchemaFor<AztecNode> = {
557
574
  .args(BlockNumberPositiveSchema, z.number().gt(0).lte(MAX_RPC_BLOCKS_LEN))
558
575
  .returns(z.array(CheckpointedL2Block.schema)),
559
576
 
577
+ getCheckpointsDataForEpoch: z.function().args(EpochNumberSchema).returns(z.array(CheckpointDataSchema)),
578
+
560
579
  getCurrentMinFees: z.function().returns(GasFees.schema),
561
580
 
562
581
  getMaxPriorityFees: z.function().returns(GasFees.schema),
@@ -35,59 +35,105 @@ export interface IBlockFactory extends ProcessedTxHandler {
35
35
  setBlockCompleted(expectedBlockHeader?: BlockHeader): Promise<L2Block>;
36
36
  }
37
37
 
38
- export interface PublicProcessorLimits {
38
+ /** Limits passed to the public processor for tx processing within a block. */
39
+ export type PublicProcessorLimits = {
40
+ /** Maximum number of txs to process. */
39
41
  maxTransactions?: number;
40
- maxBlockSize?: number;
42
+ /** L2 and DA gas limits. */
41
43
  maxBlockGas?: Gas;
44
+ /** Maximum number of blob fields allowed. */
42
45
  maxBlobFields?: number;
46
+ /** Deadline for processing the txs. Processor will stop as soon as it hits this time. */
43
47
  deadline?: Date;
44
- }
48
+ /** Whether this processor is building a proposal (as opposed to re-executing one). Skipping txs due to gas or blob limits is only done during proposal building. */
49
+ isBuildingProposal?: boolean;
50
+ };
51
+
52
+ /** Base fields shared by both proposer and validator block builder options. */
53
+ type BlockBuilderOptionsBase = PublicProcessorLimits & {
54
+ /** Minimum number of successfully processed txs required. Block is rejected if fewer succeed. */
55
+ minValidTxs: number;
56
+ };
57
+
58
+ /** Proposer mode: redistribution params are required. */
59
+ type ProposerBlockBuilderOptions = BlockBuilderOptionsBase & {
60
+ isBuildingProposal: true;
61
+ /** Maximum number of blocks per checkpoint, derived from the timetable. */
62
+ maxBlocksPerCheckpoint: number;
63
+ /** Per-block gas budget multiplier. Budget = (remaining / remainingBlocks) * multiplier. */
64
+ perBlockAllocationMultiplier: number;
65
+ };
66
+
67
+ /** Validator mode: no redistribution params needed. */
68
+ type ValidatorBlockBuilderOptions = BlockBuilderOptionsBase & {
69
+ isBuildingProposal: false;
70
+ };
71
+
72
+ /** Options for building a block within a checkpoint. When proposing, redistribution params are required. */
73
+ export type BlockBuilderOptions = ProposerBlockBuilderOptions | ValidatorBlockBuilderOptions;
45
74
 
46
75
  export interface PublicProcessorValidator {
47
76
  preprocessValidator?: TxValidator<Tx>;
48
77
  nullifierCache?: { addNullifiers: (nullifiers: Buffer[]) => void };
49
78
  }
50
79
 
51
- export type FullNodeBlockBuilderConfig = Pick<L1RollupConstants, 'l1GenesisTime' | 'slotDuration'> &
80
+ export type FullNodeBlockBuilderConfig = Pick<L1RollupConstants, 'l1GenesisTime' | 'slotDuration' | 'rollupManaLimit'> &
52
81
  Pick<ChainConfig, 'l1ChainId' | 'rollupVersion'> &
53
- Pick<SequencerConfig, 'txPublicSetupAllowList' | 'fakeProcessingDelayPerTxMs' | 'fakeThrowAfterProcessingTxCount'>;
82
+ Pick<
83
+ SequencerConfig,
84
+ | 'txPublicSetupAllowListExtend'
85
+ | 'fakeProcessingDelayPerTxMs'
86
+ | 'fakeThrowAfterProcessingTxCount'
87
+ | 'maxTxsPerBlock'
88
+ | 'maxTxsPerCheckpoint'
89
+ | 'maxL2BlockGas'
90
+ | 'maxDABlockGas'
91
+ >;
54
92
 
55
93
  export const FullNodeBlockBuilderConfigKeys: (keyof FullNodeBlockBuilderConfig)[] = [
56
94
  'l1GenesisTime',
57
95
  'slotDuration',
58
96
  'l1ChainId',
59
97
  'rollupVersion',
60
- 'txPublicSetupAllowList',
98
+ 'txPublicSetupAllowListExtend',
61
99
  'fakeProcessingDelayPerTxMs',
62
100
  'fakeThrowAfterProcessingTxCount',
101
+ 'maxTxsPerBlock',
102
+ 'maxTxsPerCheckpoint',
103
+ 'maxL2BlockGas',
104
+ 'maxDABlockGas',
105
+ 'rollupManaLimit',
63
106
  ] as const;
64
107
 
65
- /** Thrown when no valid transactions are available to include in a block after processing, and this is not the first block in a checkpoint. */
66
- export class NoValidTxsError extends Error {
67
- constructor(public readonly failedTxs: FailedTx[]) {
68
- super('No valid transactions to include in block');
69
- this.name = 'NoValidTxsError';
108
+ /** Thrown when the number of successfully processed transactions is below the required minimum. */
109
+ export class InsufficientValidTxsError extends Error {
110
+ constructor(
111
+ public readonly processedCount: number,
112
+ public readonly minRequired: number,
113
+ public readonly failedTxs: FailedTx[],
114
+ ) {
115
+ super(`Insufficient valid txs: got ${processedCount} but need ${minRequired}`);
116
+ this.name = 'InsufficientValidTxsError';
70
117
  }
71
118
  }
72
119
 
73
120
  /** Result of building a block within a checkpoint. */
74
121
  export type BuildBlockInCheckpointResult = {
75
122
  block: L2Block;
76
- publicGas: Gas;
77
123
  publicProcessorDuration: number;
78
124
  numTxs: number;
79
125
  failedTxs: FailedTx[];
80
126
  usedTxs: Tx[];
81
- usedTxBlobFields: number;
82
127
  };
83
128
 
84
129
  /** Interface for building blocks within a checkpoint context. */
85
130
  export interface ICheckpointBlockBuilder {
131
+ /** Builds a single block within this checkpoint. Throws InsufficientValidTxsError if fewer than minValidTxs succeed. */
86
132
  buildBlock(
87
133
  pendingTxs: Iterable<Tx> | AsyncIterable<Tx>,
88
134
  blockNumber: BlockNumber,
89
135
  timestamp: bigint,
90
- opts: PublicProcessorLimits,
136
+ opts: BlockBuilderOptions,
91
137
  ): Promise<BuildBlockInCheckpointResult>;
92
138
  }
93
139