@aztec/stdlib 0.0.1-commit.c0b82b2 → 0.0.1-commit.c2eed6949

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 (266) 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.d.ts +3 -2
  126. package/dest/messaging/l1_to_l2_message.d.ts.map +1 -1
  127. package/dest/messaging/l1_to_l2_message.js +11 -13
  128. package/dest/messaging/l1_to_l2_message_source.d.ts +4 -2
  129. package/dest/messaging/l1_to_l2_message_source.d.ts.map +1 -1
  130. package/dest/messaging/l2_to_l1_membership.d.ts +32 -6
  131. package/dest/messaging/l2_to_l1_membership.d.ts.map +1 -1
  132. package/dest/messaging/l2_to_l1_membership.js +69 -26
  133. package/dest/noir/index.d.ts +3 -3
  134. package/dest/noir/index.d.ts.map +1 -1
  135. package/dest/p2p/checkpoint_proposal.d.ts +1 -6
  136. package/dest/p2p/checkpoint_proposal.d.ts.map +1 -1
  137. package/dest/p2p/checkpoint_proposal.js +13 -23
  138. package/dest/p2p/peer_error.d.ts +3 -1
  139. package/dest/p2p/peer_error.d.ts.map +1 -1
  140. package/dest/p2p/peer_error.js +5 -0
  141. package/dest/proofs/chonk_proof.d.ts +46 -2
  142. package/dest/proofs/chonk_proof.d.ts.map +1 -1
  143. package/dest/proofs/chonk_proof.js +85 -10
  144. package/dest/slashing/tally.d.ts +7 -2
  145. package/dest/slashing/tally.d.ts.map +1 -1
  146. package/dest/slashing/tally.js +30 -2
  147. package/dest/tests/factories.d.ts +2 -4
  148. package/dest/tests/factories.d.ts.map +1 -1
  149. package/dest/tests/factories.js +0 -27
  150. package/dest/tests/mocks.d.ts +4 -2
  151. package/dest/tests/mocks.d.ts.map +1 -1
  152. package/dest/tests/mocks.js +13 -8
  153. package/dest/tx/block_header.d.ts +3 -1
  154. package/dest/tx/block_header.d.ts.map +1 -1
  155. package/dest/tx/block_header.js +4 -0
  156. package/dest/tx/private_execution_result.d.ts +6 -6
  157. package/dest/tx/private_execution_result.d.ts.map +1 -1
  158. package/dest/tx/private_execution_result.js +6 -6
  159. package/dest/tx/profiling.d.ts +14 -2
  160. package/dest/tx/profiling.d.ts.map +1 -1
  161. package/dest/tx/profiling.js +13 -3
  162. package/dest/tx/simulated_tx.d.ts +113 -2
  163. package/dest/tx/simulated_tx.d.ts.map +1 -1
  164. package/dest/tx/simulated_tx.js +4 -1
  165. package/dest/tx/tx.d.ts +6 -5
  166. package/dest/tx/tx.d.ts.map +1 -1
  167. package/dest/tx/tx.js +18 -6
  168. package/dest/tx/tx_receipt.d.ts +7 -2
  169. package/dest/tx/tx_receipt.d.ts.map +1 -1
  170. package/dest/tx/tx_receipt.js +6 -3
  171. package/dest/tx/validator/error_texts.d.ts +9 -1
  172. package/dest/tx/validator/error_texts.d.ts.map +1 -1
  173. package/dest/tx/validator/error_texts.js +10 -0
  174. package/dest/update-checker/index.d.ts +3 -2
  175. package/dest/update-checker/index.d.ts.map +1 -1
  176. package/dest/update-checker/index.js +2 -1
  177. package/dest/update-checker/package_version.d.ts +3 -0
  178. package/dest/update-checker/package_version.d.ts.map +1 -0
  179. package/dest/update-checker/package_version.js +24 -0
  180. package/dest/update-checker/version_checker.d.ts +25 -0
  181. package/dest/update-checker/version_checker.d.ts.map +1 -0
  182. package/dest/update-checker/version_checker.js +50 -0
  183. package/dest/validators/errors.d.ts +6 -1
  184. package/dest/validators/errors.d.ts.map +1 -1
  185. package/dest/validators/errors.js +7 -0
  186. package/dest/versioning/versioning.d.ts +4 -2
  187. package/dest/versioning/versioning.d.ts.map +1 -1
  188. package/dest/versioning/versioning.js +4 -1
  189. package/package.json +10 -9
  190. package/src/abi/abi.ts +25 -2
  191. package/src/abi/buffer.ts +25 -4
  192. package/src/abi/decoder.ts +14 -2
  193. package/src/abi/encoder.ts +41 -1
  194. package/src/abi/event_metadata_definition.ts +2 -0
  195. package/src/abi/utils.ts +25 -0
  196. package/src/block/l2_block.ts +13 -1
  197. package/src/block/l2_block_source.ts +16 -7
  198. package/src/checkpoint/checkpoint.ts +12 -3
  199. package/src/checkpoint/index.ts +1 -0
  200. package/src/checkpoint/validate.ts +230 -0
  201. package/src/config/index.ts +1 -0
  202. package/src/config/pipelining-config.ts +31 -0
  203. package/src/config/sequencer-config.ts +9 -1
  204. package/src/contract/contract_address.ts +3 -3
  205. package/src/contract/contract_class_id.ts +2 -2
  206. package/src/contract/index.ts +0 -2
  207. package/src/contract/interfaces/contract_class.ts +2 -82
  208. package/src/epoch-helpers/index.ts +14 -0
  209. package/src/gas/README.md +123 -0
  210. package/src/gas/gas_fees.ts +7 -1
  211. package/src/ha-signing/config.ts +45 -38
  212. package/src/ha-signing/index.ts +9 -0
  213. package/src/ha-signing/local_config.ts +46 -0
  214. package/src/hash/hash.ts +29 -0
  215. package/src/interfaces/allowed_element.ts +29 -9
  216. package/src/interfaces/archiver.ts +3 -2
  217. package/src/interfaces/aztec-node.ts +24 -5
  218. package/src/interfaces/block-builder.ts +60 -14
  219. package/src/interfaces/configs.ts +25 -8
  220. package/src/interfaces/l2_logs_source.ts +4 -1
  221. package/src/interfaces/merkle_tree_operations.ts +8 -18
  222. package/src/interfaces/prover-client.ts +8 -0
  223. package/src/interfaces/validator.ts +50 -28
  224. package/src/interfaces/world_state.ts +4 -3
  225. package/src/kernel/private_kernel_tail_circuit_public_inputs.ts +9 -0
  226. package/src/kv-store/config.ts +36 -0
  227. package/src/kv-store/index.ts +1 -0
  228. package/src/logs/index.ts +1 -0
  229. package/src/logs/log_filter.ts +5 -0
  230. package/src/logs/public_log.ts +4 -2
  231. package/src/logs/tagging_index_range.ts +24 -0
  232. package/src/logs/tx_scoped_l2_log.ts +16 -0
  233. package/src/messaging/l1_to_l2_message.ts +12 -9
  234. package/src/messaging/l1_to_l2_message_source.ts +3 -1
  235. package/src/messaging/l2_to_l1_membership.ts +98 -33
  236. package/src/noir/index.ts +2 -2
  237. package/src/p2p/checkpoint_proposal.ts +23 -37
  238. package/src/p2p/peer_error.ts +7 -0
  239. package/src/proofs/chonk_proof.ts +91 -5
  240. package/src/slashing/tally.ts +34 -1
  241. package/src/tests/factories.ts +0 -33
  242. package/src/tests/mocks.ts +18 -7
  243. package/src/tx/block_header.ts +6 -0
  244. package/src/tx/private_execution_result.ts +5 -5
  245. package/src/tx/profiling.ts +11 -2
  246. package/src/tx/simulated_tx.ts +8 -1
  247. package/src/tx/tx.ts +20 -11
  248. package/src/tx/tx_receipt.ts +7 -2
  249. package/src/tx/validator/error_texts.ts +12 -0
  250. package/src/update-checker/index.ts +2 -1
  251. package/src/update-checker/package_version.ts +30 -0
  252. package/src/update-checker/version_checker.ts +65 -0
  253. package/src/validators/errors.ts +9 -0
  254. package/src/versioning/versioning.ts +4 -1
  255. package/dest/contract/private_function_membership_proof.d.ts +0 -32
  256. package/dest/contract/private_function_membership_proof.d.ts.map +0 -1
  257. package/dest/contract/private_function_membership_proof.js +0 -124
  258. package/dest/contract/utility_function_membership_proof.d.ts +0 -27
  259. package/dest/contract/utility_function_membership_proof.d.ts.map +0 -1
  260. package/dest/contract/utility_function_membership_proof.js +0 -87
  261. package/dest/update-checker/update-checker.d.ts +0 -49
  262. package/dest/update-checker/update-checker.d.ts.map +0 -1
  263. package/dest/update-checker/update-checker.js +0 -130
  264. package/src/contract/private_function_membership_proof.ts +0 -167
  265. package/src/contract/utility_function_membership_proof.ts +0 -118
  266. package/src/update-checker/update-checker.ts +0 -166
@@ -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
 
@@ -13,6 +13,8 @@ export interface SequencerConfig {
13
13
  sequencerPollingIntervalMS?: number;
14
14
  /** The maximum number of txs to include in a block. */
15
15
  maxTxsPerBlock?: number;
16
+ /** The maximum number of txs across all blocks in a checkpoint. */
17
+ maxTxsPerCheckpoint?: number;
16
18
  /** The minimum number of txs to include in a block. */
17
19
  minTxsPerBlock?: number;
18
20
  /** The minimum number of valid txs (after execution) to include in a block. If not set, falls back to minTxsPerBlock. */
@@ -23,6 +25,10 @@ export interface SequencerConfig {
23
25
  maxL2BlockGas?: number;
24
26
  /** The maximum DA block gas. */
25
27
  maxDABlockGas?: number;
28
+ /** Per-block gas budget multiplier for both L2 and DA gas. Budget = (checkpointLimit / maxBlocks) * multiplier. */
29
+ perBlockAllocationMultiplier?: number;
30
+ /** Redistribute remaining checkpoint budget evenly across remaining blocks instead of allowing a single block to consume the entire remaining budget. */
31
+ redistributeCheckpointBudget?: boolean;
26
32
  /** Recipient of block reward. */
27
33
  coinbase?: EthAddress;
28
34
  /** Address to receive fees. */
@@ -31,10 +37,8 @@ export interface SequencerConfig {
31
37
  acvmWorkingDirectory?: string;
32
38
  /** The path to the ACVM binary */
33
39
  acvmBinaryPath?: string;
34
- /** The list of functions calls allowed to run in setup */
35
- txPublicSetupAllowList?: AllowedElement[];
36
- /** Max block size */
37
- maxBlockSizeInBytes?: number;
40
+ /** Additional entries to extend the default setup allow list. */
41
+ txPublicSetupAllowListExtend?: AllowedElement[];
38
42
  /** Payload address to vote for */
39
43
  governanceProposerPayload?: EthAddress;
40
44
  /** Whether to enforce the time table when building blocks */
@@ -59,6 +63,10 @@ export interface SequencerConfig {
59
63
  broadcastInvalidBlockProposal?: boolean;
60
64
  /** Inject a fake attestation (for testing only) */
61
65
  injectFakeAttestation?: boolean;
66
+ /** Inject a malleable attestation with a high-s value (for testing only) */
67
+ injectHighSValueAttestation?: boolean;
68
+ /** Inject an attestation with an unrecoverable signature (for testing only) */
69
+ injectUnrecoverableSignatureAttestation?: boolean;
62
70
  /** Whether to run in fisherman mode: builds blocks on every slot for validation without publishing */
63
71
  fishermanMode?: boolean;
64
72
  /** Shuffle attestation ordering to create invalid ordering (for testing only) */
@@ -81,17 +89,19 @@ export const SequencerConfigSchema = zodFor<SequencerConfig>()(
81
89
  z.object({
82
90
  sequencerPollingIntervalMS: z.number().optional(),
83
91
  maxTxsPerBlock: z.number().optional(),
92
+ maxTxsPerCheckpoint: z.number().optional(),
84
93
  minValidTxsPerBlock: z.number().optional(),
85
94
  minTxsPerBlock: z.number().optional(),
86
95
  maxL2BlockGas: z.number().optional(),
87
96
  publishTxsWithProposals: z.boolean().optional(),
88
97
  maxDABlockGas: z.number().optional(),
98
+ perBlockAllocationMultiplier: z.number().optional(),
99
+ redistributeCheckpointBudget: z.boolean().optional(),
89
100
  coinbase: schemas.EthAddress.optional(),
90
101
  feeRecipient: schemas.AztecAddress.optional(),
91
102
  acvmWorkingDirectory: z.string().optional(),
92
103
  acvmBinaryPath: z.string().optional(),
93
- txPublicSetupAllowList: z.array(AllowedElementSchema).optional(),
94
- maxBlockSizeInBytes: z.number().optional(),
104
+ txPublicSetupAllowListExtend: z.array(AllowedElementSchema).optional(),
95
105
  governanceProposerPayload: schemas.EthAddress.optional(),
96
106
  l1PublishingTime: z.number().optional(),
97
107
  enforceTimeTable: z.boolean().optional(),
@@ -104,6 +114,8 @@ export const SequencerConfigSchema = zodFor<SequencerConfig>()(
104
114
  secondsBeforeInvalidatingBlockAsNonCommitteeMember: z.number(),
105
115
  broadcastInvalidBlockProposal: z.boolean().optional(),
106
116
  injectFakeAttestation: z.boolean().optional(),
117
+ injectHighSValueAttestation: z.boolean().optional(),
118
+ injectUnrecoverableSignatureAttestation: z.boolean().optional(),
107
119
  fishermanMode: z.boolean().optional(),
108
120
  shuffleAttestationOrdering: z.boolean().optional(),
109
121
  blockDurationMs: z.number().positive().optional(),
@@ -126,9 +138,14 @@ type SequencerConfigOptionalKeys =
126
138
  | 'fakeProcessingDelayPerTxMs'
127
139
  | 'fakeThrowAfterProcessingTxCount'
128
140
  | 'l1PublishingTime'
129
- | 'txPublicSetupAllowList'
141
+ | 'txPublicSetupAllowListExtend'
130
142
  | 'minValidTxsPerBlock'
131
- | 'minBlocksForCheckpoint';
143
+ | 'minBlocksForCheckpoint'
144
+ | 'maxTxsPerBlock'
145
+ | 'maxTxsPerCheckpoint'
146
+ | 'maxL2BlockGas'
147
+ | 'maxDABlockGas'
148
+ | 'redistributeCheckpointBudget';
132
149
 
133
150
  export type ResolvedSequencerConfig = Prettify<
134
151
  Required<Omit<SequencerConfig, SequencerConfigOptionalKeys>> & Pick<SequencerConfig, SequencerConfigOptionalKeys>
@@ -16,10 +16,11 @@ export interface L2LogsSource {
16
16
  * array implies no logs match that tag.
17
17
  * @param tags - The tags to search for.
18
18
  * @param page - The page number (0-indexed) for pagination.
19
+ * @param upToBlockNumber - If set, only return logs from blocks up to and including this block number.
19
20
  * @returns An array of log arrays, one per tag. Returns at most 10 logs per tag per page. If 10 logs are returned
20
21
  * for a tag, the caller should fetch the next page to check for more logs.
21
22
  */
22
- getPrivateLogsByTags(tags: SiloedTag[], page?: number): Promise<TxScopedL2Log[][]>;
23
+ getPrivateLogsByTags(tags: SiloedTag[], page?: number, upToBlockNumber?: BlockNumber): Promise<TxScopedL2Log[][]>;
23
24
 
24
25
  /**
25
26
  * Gets public logs that match any of the `tags` from the specified contract. For each tag, an array of matching
@@ -27,6 +28,7 @@ export interface L2LogsSource {
27
28
  * @param contractAddress - The contract address to search logs for.
28
29
  * @param tags - The tags to search for.
29
30
  * @param page - The page number (0-indexed) for pagination.
31
+ * @param upToBlockNumber - If set, only return logs from blocks up to and including this block number.
30
32
  * @returns An array of log arrays, one per tag. Returns at most 10 logs per tag per page. If 10 logs are returned
31
33
  * for a tag, the caller should fetch the next page to check for more logs.
32
34
  */
@@ -34,6 +36,7 @@ export interface L2LogsSource {
34
36
  contractAddress: AztecAddress,
35
37
  tags: Tag[],
36
38
  page?: number,
39
+ upToBlockNumber?: BlockNumber,
37
40
  ): Promise<TxScopedL2Log[][]>;
38
41
 
39
42
  /**
@@ -225,30 +225,20 @@ export interface MerkleTreeReadOperations {
225
225
  }
226
226
 
227
227
  export interface MerkleTreeCheckpointOperations {
228
- /**
229
- * Checkpoints the current fork state
230
- */
231
- createCheckpoint(): Promise<void>;
228
+ /** Checkpoints the current fork state. Returns the depth of the new checkpoint. */
229
+ createCheckpoint(): Promise<number>;
232
230
 
233
- /**
234
- * Commits the current checkpoint
235
- */
231
+ /** Commits the current checkpoint. */
236
232
  commitCheckpoint(): Promise<void>;
237
233
 
238
- /**
239
- * Reverts the current checkpoint
240
- */
234
+ /** Reverts the current checkpoint. */
241
235
  revertCheckpoint(): Promise<void>;
242
236
 
243
- /**
244
- * Commits all checkpoints
245
- */
246
- commitAllCheckpoints(): Promise<void>;
237
+ /** Commits all checkpoints above the given depth, leaving checkpoint depth at the given value. */
238
+ commitAllCheckpointsTo(depth: number): Promise<void>;
247
239
 
248
- /**
249
- * Reverts all checkpoints
250
- */
251
- revertAllCheckpoints(): Promise<void>;
240
+ /** Reverts all checkpoints above the given depth, leaving checkpoint depth at the given value. */
241
+ revertAllCheckpointsTo(depth: number): Promise<void>;
252
242
  }
253
243
 
254
244
  export interface MerkleTreeWriteOperations