@aztec/stdlib 0.0.1-commit.1bea0213 → 0.0.1-commit.21ecf947b

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 (282) hide show
  1. package/dest/abi/function_call.d.ts +39 -9
  2. package/dest/abi/function_call.d.ts.map +1 -1
  3. package/dest/abi/function_call.js +20 -3
  4. package/dest/auth_witness/auth_witness.js +3 -3
  5. package/dest/block/block_hash.d.ts +14 -17
  6. package/dest/block/block_hash.d.ts.map +1 -1
  7. package/dest/block/block_hash.js +21 -34
  8. package/dest/block/block_parameter.d.ts +2 -2
  9. package/dest/block/block_parameter.d.ts.map +1 -1
  10. package/dest/block/in_block.d.ts +5 -5
  11. package/dest/block/in_block.js +2 -2
  12. package/dest/block/l2_block.d.ts +3 -2
  13. package/dest/block/l2_block.d.ts.map +1 -1
  14. package/dest/block/l2_block.js +2 -3
  15. package/dest/block/l2_block_source.d.ts +5 -4
  16. package/dest/block/l2_block_source.d.ts.map +1 -1
  17. package/dest/checkpoint/checkpoint.d.ts +16 -7
  18. package/dest/checkpoint/checkpoint.d.ts.map +1 -1
  19. package/dest/checkpoint/checkpoint.js +19 -9
  20. package/dest/checkpoint/published_checkpoint.d.ts +7 -1
  21. package/dest/checkpoint/published_checkpoint.d.ts.map +1 -1
  22. package/dest/config/index.d.ts +2 -1
  23. package/dest/config/index.d.ts.map +1 -1
  24. package/dest/config/index.js +1 -0
  25. package/dest/config/sequencer-config.d.ts +10 -0
  26. package/dest/config/sequencer-config.d.ts.map +1 -0
  27. package/dest/config/sequencer-config.js +12 -0
  28. package/dest/contract/contract_address.js +4 -4
  29. package/dest/contract/contract_class_id.d.ts +2 -2
  30. package/dest/contract/contract_class_id.d.ts.map +1 -1
  31. package/dest/contract/contract_class_id.js +6 -5
  32. package/dest/contract/interfaces/node-info.d.ts +3 -1
  33. package/dest/contract/interfaces/node-info.d.ts.map +1 -1
  34. package/dest/contract/interfaces/node-info.js +2 -1
  35. package/dest/contract/private_function.js +2 -2
  36. package/dest/contract/private_function_membership_proof.d.ts +1 -1
  37. package/dest/contract/private_function_membership_proof.js +1 -1
  38. package/dest/database-version/database_version.d.ts +58 -0
  39. package/dest/database-version/database_version.d.ts.map +1 -0
  40. package/dest/database-version/database_version.js +69 -0
  41. package/dest/database-version/version_manager.d.ts +2 -50
  42. package/dest/database-version/version_manager.d.ts.map +1 -1
  43. package/dest/database-version/version_manager.js +1 -66
  44. package/dest/epoch-helpers/index.d.ts +7 -1
  45. package/dest/epoch-helpers/index.d.ts.map +1 -1
  46. package/dest/epoch-helpers/index.js +8 -2
  47. package/dest/hash/hash.d.ts +2 -1
  48. package/dest/hash/hash.d.ts.map +1 -1
  49. package/dest/hash/hash.js +16 -10
  50. package/dest/hash/map_slot.d.ts +1 -1
  51. package/dest/hash/map_slot.d.ts.map +1 -1
  52. package/dest/hash/map_slot.js +4 -3
  53. package/dest/interfaces/archiver.d.ts +1 -1
  54. package/dest/interfaces/archiver.d.ts.map +1 -1
  55. package/dest/interfaces/archiver.js +4 -3
  56. package/dest/interfaces/aztec-node-admin.d.ts +17 -2
  57. package/dest/interfaces/aztec-node-admin.d.ts.map +1 -1
  58. package/dest/interfaces/aztec-node-admin.js +3 -1
  59. package/dest/interfaces/aztec-node.d.ts +31 -52
  60. package/dest/interfaces/aztec-node.d.ts.map +1 -1
  61. package/dest/interfaces/aztec-node.js +3 -7
  62. package/dest/interfaces/block-builder.d.ts +10 -4
  63. package/dest/interfaces/block-builder.d.ts.map +1 -1
  64. package/dest/interfaces/block-builder.js +7 -0
  65. package/dest/interfaces/get_logs_response.d.ts +14 -7
  66. package/dest/interfaces/get_logs_response.d.ts.map +1 -1
  67. package/dest/interfaces/p2p.d.ts +2 -2
  68. package/dest/interfaces/p2p.d.ts.map +1 -1
  69. package/dest/interfaces/prover-broker.d.ts +16 -1
  70. package/dest/interfaces/prover-broker.d.ts.map +1 -1
  71. package/dest/interfaces/prover-broker.js +4 -1
  72. package/dest/interfaces/prover-client.d.ts +6 -1
  73. package/dest/interfaces/prover-client.d.ts.map +1 -1
  74. package/dest/interfaces/prover-client.js +5 -0
  75. package/dest/interfaces/proving-job.d.ts +202 -202
  76. package/dest/interfaces/slasher.d.ts +9 -1
  77. package/dest/interfaces/slasher.d.ts.map +1 -1
  78. package/dest/interfaces/slasher.js +2 -0
  79. package/dest/interfaces/validator.d.ts +50 -4
  80. package/dest/interfaces/validator.d.ts.map +1 -1
  81. package/dest/interfaces/validator.js +4 -1
  82. package/dest/kernel/hints/index.d.ts +2 -2
  83. package/dest/kernel/hints/index.js +2 -2
  84. package/dest/kernel/hints/key_validation_request_and_separator.d.ts +24 -0
  85. package/dest/kernel/hints/key_validation_request_and_separator.d.ts.map +1 -0
  86. package/dest/kernel/hints/{key_validation_request_and_generator.js → key_validation_request_and_separator.js} +12 -15
  87. package/dest/kernel/hints/{scoped_key_validation_request_and_generator.d.ts → scoped_key_validation_request_and_separator.d.ts} +8 -8
  88. package/dest/kernel/hints/{scoped_key_validation_request_and_generator.d.ts.map → scoped_key_validation_request_and_separator.d.ts.map} +1 -1
  89. package/dest/kernel/hints/{scoped_key_validation_request_and_generator.js → scoped_key_validation_request_and_separator.js} +6 -6
  90. package/dest/kernel/private_circuit_public_inputs.d.ts +9 -9
  91. package/dest/kernel/private_circuit_public_inputs.d.ts.map +1 -1
  92. package/dest/kernel/private_circuit_public_inputs.js +16 -16
  93. package/dest/kernel/private_kernel_circuit_public_inputs.d.ts +3 -3
  94. package/dest/kernel/private_kernel_circuit_public_inputs.d.ts.map +1 -1
  95. package/dest/kernel/private_kernel_circuit_public_inputs.js +4 -4
  96. package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts +3 -3
  97. package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts.map +1 -1
  98. package/dest/kernel/private_kernel_tail_circuit_private_inputs.js +4 -4
  99. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts +3 -3
  100. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts.map +1 -1
  101. package/dest/kernel/private_kernel_tail_circuit_public_inputs.js +7 -7
  102. package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts +3 -3
  103. package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts.map +1 -1
  104. package/dest/kernel/private_to_public_kernel_circuit_public_inputs.js +7 -7
  105. package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts +3 -3
  106. package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts.map +1 -1
  107. package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.js +7 -7
  108. package/dest/kernel/private_validation_requests.d.ts +3 -3
  109. package/dest/kernel/private_validation_requests.js +9 -9
  110. package/dest/keys/derivation.d.ts +3 -3
  111. package/dest/keys/derivation.js +15 -15
  112. package/dest/keys/key_types.d.ts +3 -3
  113. package/dest/keys/key_types.d.ts.map +1 -1
  114. package/dest/keys/public_keys.js +2 -2
  115. package/dest/keys/utils.d.ts +1 -1
  116. package/dest/keys/utils.d.ts.map +1 -1
  117. package/dest/keys/utils.js +8 -4
  118. package/dest/l1-contracts/slash_factory.d.ts +1 -1
  119. package/dest/l1-contracts/slash_factory.d.ts.map +1 -1
  120. package/dest/l1-contracts/slash_factory.js +1 -0
  121. package/dest/logs/extended_public_log.d.ts +12 -6
  122. package/dest/logs/extended_public_log.d.ts.map +1 -1
  123. package/dest/logs/log_id.d.ts +13 -10
  124. package/dest/logs/log_id.d.ts.map +1 -1
  125. package/dest/logs/log_id.js +17 -14
  126. package/dest/logs/siloed_tag.d.ts +1 -1
  127. package/dest/logs/siloed_tag.d.ts.map +1 -1
  128. package/dest/logs/siloed_tag.js +2 -5
  129. package/dest/messaging/l2_to_l1_membership.d.ts +2 -2
  130. package/dest/messaging/l2_to_l1_membership.js +3 -3
  131. package/dest/note/index.d.ts +1 -2
  132. package/dest/note/index.d.ts.map +1 -1
  133. package/dest/note/index.js +0 -1
  134. package/dest/p2p/block_proposal.d.ts +10 -3
  135. package/dest/p2p/block_proposal.d.ts.map +1 -1
  136. package/dest/p2p/checkpoint_attestation.d.ts +2 -1
  137. package/dest/p2p/checkpoint_attestation.d.ts.map +1 -1
  138. package/dest/p2p/checkpoint_attestation.js +1 -1
  139. package/dest/p2p/checkpoint_proposal.d.ts +26 -7
  140. package/dest/p2p/checkpoint_proposal.d.ts.map +1 -1
  141. package/dest/p2p/checkpoint_proposal.js +29 -15
  142. package/dest/p2p/consensus_payload.d.ts +12 -3
  143. package/dest/p2p/consensus_payload.d.ts.map +1 -1
  144. package/dest/p2p/consensus_payload.js +22 -15
  145. package/dest/p2p/constants.d.ts +3 -1
  146. package/dest/p2p/constants.d.ts.map +1 -1
  147. package/dest/p2p/constants.js +1 -0
  148. package/dest/rollup/checkpoint_rollup_public_inputs.d.ts +6 -6
  149. package/dest/rollup/checkpoint_rollup_public_inputs.d.ts.map +1 -1
  150. package/dest/rollup/checkpoint_rollup_public_inputs.js +2 -2
  151. package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts +2 -2
  152. package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts.map +1 -1
  153. package/dest/rollup/root_rollup_public_inputs.d.ts +6 -6
  154. package/dest/rollup/root_rollup_public_inputs.d.ts.map +1 -1
  155. package/dest/rollup/root_rollup_public_inputs.js +3 -3
  156. package/dest/slashing/empire.d.ts +1 -1
  157. package/dest/slashing/empire.d.ts.map +1 -1
  158. package/dest/slashing/empire.js +2 -0
  159. package/dest/slashing/helpers.d.ts +2 -2
  160. package/dest/slashing/helpers.d.ts.map +1 -1
  161. package/dest/slashing/helpers.js +6 -0
  162. package/dest/slashing/tally.d.ts +2 -1
  163. package/dest/slashing/tally.d.ts.map +1 -1
  164. package/dest/slashing/tally.js +6 -2
  165. package/dest/slashing/types.d.ts +7 -3
  166. package/dest/slashing/types.d.ts.map +1 -1
  167. package/dest/slashing/types.js +13 -1
  168. package/dest/stats/stats.d.ts +1 -3
  169. package/dest/stats/stats.d.ts.map +1 -1
  170. package/dest/tests/factories.js +13 -13
  171. package/dest/tests/mocks.d.ts +9 -2
  172. package/dest/tests/mocks.d.ts.map +1 -1
  173. package/dest/tests/mocks.js +18 -12
  174. package/dest/timetable/index.d.ts +37 -0
  175. package/dest/timetable/index.d.ts.map +1 -0
  176. package/dest/timetable/index.js +39 -0
  177. package/dest/trees/public_data_leaf.d.ts +2 -1
  178. package/dest/trees/public_data_leaf.d.ts.map +1 -1
  179. package/dest/trees/public_data_leaf.js +7 -6
  180. package/dest/tx/block_header.js +3 -3
  181. package/dest/tx/in_tx.d.ts +2 -2
  182. package/dest/tx/indexed_tx_effect.d.ts +3 -3
  183. package/dest/tx/indexed_tx_effect.d.ts.map +1 -1
  184. package/dest/tx/indexed_tx_effect.js +2 -1
  185. package/dest/tx/protocol_contracts.d.ts +1 -1
  186. package/dest/tx/protocol_contracts.d.ts.map +1 -1
  187. package/dest/tx/protocol_contracts.js +2 -2
  188. package/dest/tx/tx_request.js +2 -2
  189. package/dest/tx/validator/empty_validator.d.ts +2 -2
  190. package/dest/tx/validator/empty_validator.d.ts.map +1 -1
  191. package/dest/tx/validator/error_texts.d.ts +1 -1
  192. package/dest/tx/validator/error_texts.js +1 -1
  193. package/dest/tx/validator/tx_validator.d.ts +2 -2
  194. package/dest/tx/validator/tx_validator.d.ts.map +1 -1
  195. package/dest/validators/schemas.d.ts +30 -30
  196. package/dest/validators/schemas.d.ts.map +1 -1
  197. package/dest/validators/schemas.js +4 -3
  198. package/dest/validators/types.d.ts +3 -3
  199. package/dest/validators/types.d.ts.map +1 -1
  200. package/package.json +24 -12
  201. package/src/abi/function_call.ts +25 -3
  202. package/src/auth_witness/auth_witness.ts +3 -3
  203. package/src/block/block_hash.ts +25 -50
  204. package/src/block/in_block.ts +2 -2
  205. package/src/block/l2_block.ts +3 -3
  206. package/src/block/l2_block_source.ts +4 -3
  207. package/src/checkpoint/checkpoint.ts +27 -11
  208. package/src/config/index.ts +1 -0
  209. package/src/config/sequencer-config.ts +19 -0
  210. package/src/contract/contract_address.ts +4 -4
  211. package/src/contract/contract_class_id.ts +6 -5
  212. package/src/contract/interfaces/node-info.ts +3 -0
  213. package/src/contract/private_function.ts +2 -2
  214. package/src/contract/private_function_membership_proof.ts +1 -1
  215. package/src/database-version/database_version.ts +87 -0
  216. package/src/database-version/version_manager.ts +1 -77
  217. package/src/epoch-helpers/index.ts +12 -0
  218. package/src/hash/hash.ts +14 -10
  219. package/src/hash/map_slot.ts +3 -2
  220. package/src/interfaces/archiver.ts +4 -3
  221. package/src/interfaces/aztec-node-admin.ts +3 -2
  222. package/src/interfaces/aztec-node.ts +38 -89
  223. package/src/interfaces/block-builder.ts +13 -2
  224. package/src/interfaces/p2p.ts +1 -1
  225. package/src/interfaces/prover-broker.ts +22 -0
  226. package/src/interfaces/prover-client.ts +7 -0
  227. package/src/interfaces/slasher.ts +4 -0
  228. package/src/interfaces/validator.ts +12 -3
  229. package/src/kernel/hints/index.ts +2 -2
  230. package/src/kernel/hints/{key_validation_request_and_generator.ts → key_validation_request_and_separator.ts} +12 -15
  231. package/src/kernel/hints/{scoped_key_validation_request_and_generator.ts → scoped_key_validation_request_and_separator.ts} +10 -10
  232. package/src/kernel/private_circuit_public_inputs.ts +14 -14
  233. package/src/kernel/private_kernel_circuit_public_inputs.ts +2 -2
  234. package/src/kernel/private_kernel_tail_circuit_private_inputs.ts +2 -2
  235. package/src/kernel/private_kernel_tail_circuit_public_inputs.ts +5 -5
  236. package/src/kernel/private_to_public_kernel_circuit_public_inputs.ts +5 -5
  237. package/src/kernel/private_to_rollup_kernel_circuit_public_inputs.ts +5 -5
  238. package/src/kernel/private_validation_requests.ts +8 -8
  239. package/src/keys/derivation.ts +15 -15
  240. package/src/keys/key_types.ts +6 -2
  241. package/src/keys/public_keys.ts +2 -2
  242. package/src/keys/utils.ts +8 -4
  243. package/src/l1-contracts/slash_factory.ts +1 -0
  244. package/src/logs/log_id.ts +17 -13
  245. package/src/logs/siloed_tag.ts +2 -2
  246. package/src/messaging/l2_to_l1_membership.ts +3 -3
  247. package/src/note/index.ts +0 -1
  248. package/src/p2p/block_proposal.ts +9 -2
  249. package/src/p2p/checkpoint_attestation.ts +6 -1
  250. package/src/p2p/checkpoint_proposal.ts +54 -15
  251. package/src/p2p/consensus_payload.ts +25 -12
  252. package/src/p2p/constants.ts +3 -0
  253. package/src/rollup/checkpoint_rollup_public_inputs.ts +5 -5
  254. package/src/rollup/root_rollup_public_inputs.ts +7 -7
  255. package/src/slashing/empire.ts +3 -1
  256. package/src/slashing/helpers.ts +8 -0
  257. package/src/slashing/tally.ts +8 -2
  258. package/src/slashing/types.ts +14 -0
  259. package/src/stats/stats.ts +0 -2
  260. package/src/tests/factories.ts +17 -17
  261. package/src/tests/mocks.ts +27 -14
  262. package/src/timetable/index.ts +66 -0
  263. package/src/trees/public_data_leaf.ts +11 -5
  264. package/src/tx/block_header.ts +4 -4
  265. package/src/tx/indexed_tx_effect.ts +2 -1
  266. package/src/tx/protocol_contracts.ts +2 -2
  267. package/src/tx/tx_request.ts +2 -2
  268. package/src/tx/validator/empty_validator.ts +1 -1
  269. package/src/tx/validator/error_texts.ts +1 -1
  270. package/src/tx/validator/tx_validator.ts +1 -1
  271. package/src/validators/schemas.ts +8 -1
  272. package/src/validators/types.ts +5 -4
  273. package/dest/database-version/index.d.ts +0 -2
  274. package/dest/database-version/index.d.ts.map +0 -1
  275. package/dest/database-version/index.js +0 -1
  276. package/dest/kernel/hints/key_validation_request_and_generator.d.ts +0 -30
  277. package/dest/kernel/hints/key_validation_request_and_generator.d.ts.map +0 -1
  278. package/dest/note/notes_filter.d.ts +0 -27
  279. package/dest/note/notes_filter.d.ts.map +0 -1
  280. package/dest/note/notes_filter.js +0 -11
  281. package/src/database-version/index.ts +0 -1
  282. package/src/note/notes_filter.ts +0 -38
@@ -8,7 +8,7 @@ import {
8
8
  } from '@aztec/foundation/branded-types';
9
9
  import { sum } from '@aztec/foundation/collection';
10
10
  import { Fr } from '@aztec/foundation/curves/bn254';
11
- import { BufferReader, serializeToBuffer } from '@aztec/foundation/serialize';
11
+ import { BufferReader, serializeSignedBigInt, serializeToBuffer } from '@aztec/foundation/serialize';
12
12
  import type { FieldsOf } from '@aztec/foundation/types';
13
13
 
14
14
  import { z } from 'zod';
@@ -17,6 +17,7 @@ import { L2Block } from '../block/l2_block.js';
17
17
  import { MAX_BLOCKS_PER_CHECKPOINT } from '../deserialization/index.js';
18
18
  import { computeCheckpointOutHash } from '../messaging/out_hash.js';
19
19
  import { CheckpointHeader } from '../rollup/checkpoint_header.js';
20
+ import { schemas } from '../schemas/schemas.js';
20
21
  import { AppendOnlyTreeSnapshot } from '../trees/append_only_tree_snapshot.js';
21
22
  import type { CheckpointInfo } from './checkpoint_info.js';
22
23
 
@@ -32,6 +33,8 @@ export class Checkpoint {
32
33
  public blocks: L2Block[],
33
34
  /** Number of the checkpoint. */
34
35
  public number: CheckpointNumber,
36
+ /** Fee asset price modifier in basis points (from oracle). Defaults to 0 (no change). */
37
+ public feeAssetPriceModifier: bigint = 0n,
35
38
  ) {}
36
39
 
37
40
  get slot(): SlotNumber {
@@ -45,8 +48,12 @@ export class Checkpoint {
45
48
  header: CheckpointHeader.schema,
46
49
  blocks: z.array(L2Block.schema),
47
50
  number: CheckpointNumberSchema,
51
+ feeAssetPriceModifier: schemas.BigInt,
48
52
  })
49
- .transform(({ archive, header, blocks, number }) => new Checkpoint(archive, header, blocks, number));
53
+ .transform(
54
+ ({ archive, header, blocks, number, feeAssetPriceModifier }) =>
55
+ new Checkpoint(archive, header, blocks, number, feeAssetPriceModifier),
56
+ );
50
57
  }
51
58
 
52
59
  static from(fields: FieldsOfCheckpoint) {
@@ -54,21 +61,28 @@ export class Checkpoint {
54
61
  }
55
62
 
56
63
  static getFields(fields: FieldsOfCheckpoint) {
57
- return [fields.archive, fields.header, fields.blocks, fields.number] as const;
64
+ return [fields.archive, fields.header, fields.blocks, fields.number, fields.feeAssetPriceModifier] as const;
58
65
  }
59
66
 
60
67
  static fromBuffer(buf: Buffer | BufferReader) {
61
68
  const reader = BufferReader.asReader(buf);
62
- return new Checkpoint(
63
- reader.readObject(AppendOnlyTreeSnapshot),
64
- reader.readObject(CheckpointHeader),
65
- reader.readVector(L2Block, MAX_BLOCKS_PER_CHECKPOINT),
66
- CheckpointNumber(reader.readNumber()),
67
- );
69
+ const archive = reader.readObject(AppendOnlyTreeSnapshot);
70
+ const header = reader.readObject(CheckpointHeader);
71
+ const blocks = reader.readVector(L2Block, MAX_BLOCKS_PER_CHECKPOINT);
72
+ const number = CheckpointNumber(reader.readNumber());
73
+ const feeAssetPriceModifier = reader.readInt256();
74
+ return new Checkpoint(archive, header, blocks, number, feeAssetPriceModifier);
68
75
  }
69
76
 
70
77
  public toBuffer() {
71
- return serializeToBuffer(this.archive, this.header, this.blocks.length, this.blocks, this.number);
78
+ return serializeToBuffer(
79
+ this.archive,
80
+ this.header,
81
+ this.blocks.length,
82
+ this.blocks,
83
+ this.number,
84
+ serializeSignedBigInt(this.feeAssetPriceModifier),
85
+ );
72
86
  }
73
87
 
74
88
  public toBlobFields(): Fr[] {
@@ -129,11 +143,13 @@ export class Checkpoint {
129
143
  numBlocks = 1,
130
144
  startBlockNumber = 1,
131
145
  previousArchive,
146
+ feeAssetPriceModifier = 0n,
132
147
  ...options
133
148
  }: {
134
149
  numBlocks?: number;
135
150
  startBlockNumber?: number;
136
151
  previousArchive?: AppendOnlyTreeSnapshot;
152
+ feeAssetPriceModifier?: bigint;
137
153
  } & Partial<Parameters<typeof CheckpointHeader.random>[0]> &
138
154
  Partial<Parameters<typeof L2Block.random>[1]> = {},
139
155
  ) {
@@ -153,6 +169,6 @@ export class Checkpoint {
153
169
  blocks.push(block);
154
170
  }
155
171
 
156
- return new Checkpoint(AppendOnlyTreeSnapshot.random(), header, blocks, checkpointNumber);
172
+ return new Checkpoint(AppendOnlyTreeSnapshot.random(), header, blocks, checkpointNumber, feeAssetPriceModifier);
157
173
  }
158
174
  }
@@ -1,2 +1,3 @@
1
1
  export * from './chain-config.js';
2
2
  export * from './node-rpc-config.js';
3
+ export * from './sequencer-config.js';
@@ -0,0 +1,19 @@
1
+ import type { ConfigMappingsType } from '@aztec/foundation/config';
2
+
3
+ import type { SequencerConfig } from '../interfaces/configs.js';
4
+
5
+ /**
6
+ * Partial sequencer config mappings for fields that need to be shared across packages.
7
+ * The full sequencer config mappings remain in sequencer-client, but shared fields
8
+ * (like blockDurationMs needed by both p2p and sequencer-client) are defined here
9
+ * to avoid duplication.
10
+ */
11
+ export const sharedSequencerConfigMappings: ConfigMappingsType<Pick<SequencerConfig, 'blockDurationMs'>> = {
12
+ blockDurationMs: {
13
+ env: 'SEQ_BLOCK_DURATION_MS',
14
+ description:
15
+ 'Duration per block in milliseconds when building multiple blocks per slot. ' +
16
+ 'If undefined (default), builds a single block per slot using the full slot duration.',
17
+ parseEnv: (val: string) => (val ? parseInt(val, 10) : undefined),
18
+ },
19
+ };
@@ -1,4 +1,4 @@
1
- import { GeneratorIndex } from '@aztec/constants';
1
+ import { DomainSeparator } from '@aztec/constants';
2
2
  import { poseidon2HashWithSeparator } from '@aztec/foundation/crypto/poseidon';
3
3
  import { Fr } from '@aztec/foundation/curves/bn254';
4
4
 
@@ -44,7 +44,7 @@ export async function computePartialAddress(
44
44
 
45
45
  return poseidon2HashWithSeparator(
46
46
  [instance.originalContractClassId, saltedInitializationHash],
47
- GeneratorIndex.PARTIAL_ADDRESS,
47
+ DomainSeparator.PARTIAL_ADDRESS,
48
48
  );
49
49
  }
50
50
 
@@ -57,7 +57,7 @@ export function computeSaltedInitializationHash(
57
57
  ): Promise<Fr> {
58
58
  return poseidon2HashWithSeparator(
59
59
  [instance.salt, instance.initializationHash, instance.deployer],
60
- GeneratorIndex.PARTIAL_ADDRESS,
60
+ DomainSeparator.PARTIAL_ADDRESS,
61
61
  );
62
62
  }
63
63
 
@@ -87,5 +87,5 @@ export async function computeInitializationHashFromEncodedArgs(
87
87
  encodedArgs: Fr[],
88
88
  ): Promise<Fr> {
89
89
  const argsHash = await computeVarArgsHash(encodedArgs);
90
- return poseidon2HashWithSeparator([initFn, argsHash], GeneratorIndex.CONSTRUCTOR);
90
+ return poseidon2HashWithSeparator([initFn, argsHash], DomainSeparator.INITIALIZER);
91
91
  }
@@ -1,4 +1,4 @@
1
- import { GeneratorIndex, MAX_PACKED_PUBLIC_BYTECODE_SIZE_IN_FIELDS } from '@aztec/constants';
1
+ import { DomainSeparator, MAX_PACKED_PUBLIC_BYTECODE_SIZE_IN_FIELDS } from '@aztec/constants';
2
2
  import { poseidon2HashWithSeparator } from '@aztec/foundation/crypto/poseidon';
3
3
  import { Fr } from '@aztec/foundation/curves/bn254';
4
4
 
@@ -13,7 +13,7 @@ import { computePrivateFunctionsRoot } from './private_function.js';
13
13
  *
14
14
  * ```
15
15
  * version = 1
16
- * private_function_leaves = private_functions.map(fn => pedersen([fn.function_selector as Field, fn.vk_hash], GENERATOR__FUNCTION_LEAF))
16
+ * private_function_leaves = private_functions.map(fn => pedersen([fn.function_selector as Field, fn.vk_hash], GENERATOR__PRIVATE_FUNCTION_LEAF))
17
17
  * private_functions_root = merkleize(private_function_leaves)
18
18
  * bytecode_commitment = calculate_commitment(packed_bytecode)
19
19
  * contract_class_id = pedersen([version, artifact_hash, private_functions_root, bytecode_commitment], GENERATOR__CLASS_IDENTIFIER)
@@ -40,7 +40,7 @@ export async function computeContractClassIdWithPreimage(
40
40
  : await computePublicBytecodeCommitment(contractClass.packedBytecode);
41
41
  const id = await poseidon2HashWithSeparator(
42
42
  [artifactHash, privateFunctionsRoot, publicBytecodeCommitment],
43
- GeneratorIndex.CONTRACT_CLASS_ID,
43
+ DomainSeparator.CONTRACT_CLASS_ID,
44
44
  );
45
45
  return { id, artifactHash, privateFunctionsRoot, publicBytecodeCommitment };
46
46
  }
@@ -60,7 +60,7 @@ export type ContractClassIdPreimage = {
60
60
  };
61
61
 
62
62
  export async function computePublicBytecodeCommitment(packedBytecode: Buffer) {
63
- // Encode the buffer into field elements (chunked into 32 bytes each)
63
+ // Encode the buffer into field elements (chunked into 31 bytes each)
64
64
  // The first element is the length of the bytecode (in bytes)
65
65
  const [bytecodeLengthAsField, ...bytecodeAsFields] = bufferAsFields(
66
66
  packedBytecode,
@@ -72,5 +72,6 @@ export async function computePublicBytecodeCommitment(packedBytecode: Buffer) {
72
72
 
73
73
  // NOTE: hash the bytecode here only up to the actual length of the bytecode.
74
74
  // We do not hash the entire max bytecode length!
75
- return await poseidon2HashWithSeparator(bytecodeAsFields.slice(0, bytecodeLength), GeneratorIndex.PUBLIC_BYTECODE);
75
+ const sep = BigInt(DomainSeparator.PUBLIC_BYTECODE) + (bytecodeLengthAsField.toBigInt() << 32n);
76
+ return await poseidon2HashWithSeparator(bytecodeAsFields.slice(0, bytecodeLength), new Fr(sep).toNumber());
76
77
  }
@@ -19,6 +19,8 @@ export interface NodeInfo {
19
19
  l1ContractAddresses: L1ContractAddresses;
20
20
  /** Protocol contract addresses */
21
21
  protocolContractAddresses: ProtocolContractAddresses;
22
+ /** Whether the node requires real proofs for transaction submission. */
23
+ realProofs: boolean;
22
24
  }
23
25
 
24
26
  export const NodeInfoSchema: ZodFor<NodeInfo> = z
@@ -29,5 +31,6 @@ export const NodeInfoSchema: ZodFor<NodeInfo> = z
29
31
  enr: z.string().optional(),
30
32
  l1ContractAddresses: L1ContractAddressesSchema,
31
33
  protocolContractAddresses: ProtocolContractAddressesSchema,
34
+ realProofs: z.boolean(),
32
35
  })
33
36
  .transform(obj => ({ enr: undefined, ...obj }));
@@ -1,4 +1,4 @@
1
- import { FUNCTION_TREE_HEIGHT, GeneratorIndex } from '@aztec/constants';
1
+ import { DomainSeparator, FUNCTION_TREE_HEIGHT } from '@aztec/constants';
2
2
  import { poseidon2Hash, poseidon2HashWithSeparator } from '@aztec/foundation/crypto/poseidon';
3
3
  import { Fr } from '@aztec/foundation/curves/bn254';
4
4
  import { type MerkleTree, MerkleTreeCalculator } from '@aztec/foundation/trees';
@@ -31,7 +31,7 @@ function computePrivateFunctionLeaves(fns: PrivateFunction[]): Promise<Buffer[]>
31
31
 
32
32
  /** Returns the leaf for a given private function. */
33
33
  export async function computePrivateFunctionLeaf(fn: PrivateFunction): Promise<Buffer> {
34
- return (await poseidon2HashWithSeparator([fn.selector, fn.vkHash], GeneratorIndex.FUNCTION_LEAF)).toBuffer();
34
+ return (await poseidon2HashWithSeparator([fn.selector, fn.vkHash], DomainSeparator.PRIVATE_FUNCTION_LEAF)).toBuffer();
35
35
  }
36
36
 
37
37
  async function getPrivateFunctionTreeCalculator(): Promise<MerkleTreeCalculator> {
@@ -99,7 +99,7 @@ export async function createPrivateFunctionMembershipProof(
99
99
  * contract_class = db.get_contract_class(contract_class_id)
100
100
  *
101
101
  * // Compute function leaf and assert it belongs to the private functions tree
102
- * function_leaf = pedersen([selector as Field, vk_hash], GENERATOR__FUNCTION_LEAF)
102
+ * function_leaf = pedersen([selector as Field, vk_hash], GENERATOR__PRIVATE_FUNCTION_LEAF)
103
103
  * computed_private_function_tree_root = compute_root(function_leaf, private_function_tree_sibling_path)
104
104
  * assert computed_private_function_tree_root == contract_class.private_functions_root
105
105
  *
@@ -0,0 +1,87 @@
1
+ import { EthAddress } from '@aztec/foundation/eth-address';
2
+ import { jsonParseWithSchema, jsonStringify } from '@aztec/foundation/json-rpc';
3
+
4
+ import { z } from 'zod';
5
+
6
+ /**
7
+ * Symbol for Node.js custom inspect. Using Symbol.for() is the documented way to
8
+ * reference this without importing node:util. In browsers, objects with this symbol
9
+ * simply won't have custom inspect behavior (which is fine).
10
+ * @see https://nodejs.org/api/util.html#utilinspectcustom
11
+ */
12
+ const inspectCustomSymbol = Symbol.for('nodejs.util.inspect.custom');
13
+
14
+ /**
15
+ * Represents a version record for storing in a version file.
16
+ */
17
+ export class DatabaseVersion {
18
+ constructor(
19
+ /** The version of the data on disk. Used to perform upgrades */
20
+ public readonly schemaVersion: number,
21
+ /** The rollup the data pertains to */
22
+ public readonly rollupAddress: EthAddress,
23
+ ) {}
24
+
25
+ public toBuffer(): Buffer {
26
+ return Buffer.from(jsonStringify(this));
27
+ }
28
+
29
+ public static fromBuffer(buf: Buffer): DatabaseVersion {
30
+ try {
31
+ return jsonParseWithSchema(buf.toString('utf-8'), DatabaseVersion.schema);
32
+ } catch (err) {
33
+ throw new Error(`Failed to deserialize version information: ${err}`, { cause: err });
34
+ }
35
+ }
36
+
37
+ /**
38
+ * Compares two versions. If the rollups addresses are different then it returns undefined
39
+ */
40
+ public cmp(other: DatabaseVersion): undefined | -1 | 0 | 1 {
41
+ if (this.rollupAddress.equals(other.rollupAddress)) {
42
+ if (this.schemaVersion < other.schemaVersion) {
43
+ return -1;
44
+ } else if (this.schemaVersion > other.schemaVersion) {
45
+ return 1;
46
+ } else {
47
+ return 0;
48
+ }
49
+ }
50
+ return undefined;
51
+ }
52
+
53
+ /**
54
+ * Checks if two versions exactly match
55
+ */
56
+ public equals(other: DatabaseVersion): boolean {
57
+ return this.cmp(other) === 0;
58
+ }
59
+
60
+ /**
61
+ * Returns the schema for this class
62
+ */
63
+ static get schema() {
64
+ return z
65
+ .object({
66
+ schemaVersion: z.number(),
67
+ rollupAddress: EthAddress.schema,
68
+ })
69
+ .transform(({ schemaVersion, rollupAddress }) => new DatabaseVersion(schemaVersion, rollupAddress));
70
+ }
71
+
72
+ /** Allows for better introspection in Node.js console. Ignored in browser envs. */
73
+ public [inspectCustomSymbol](): string {
74
+ return this.toString();
75
+ }
76
+
77
+ public toString(): string {
78
+ return `DatabaseVersion{schemaVersion=${this.schemaVersion},rollupAddress=${this.rollupAddress}"}`;
79
+ }
80
+
81
+ /**
82
+ * Returns an empty instance
83
+ */
84
+ static empty() {
85
+ return new DatabaseVersion(0, EthAddress.ZERO);
86
+ }
87
+ }
@@ -1,86 +1,10 @@
1
1
  import { EthAddress } from '@aztec/foundation/eth-address';
2
- import { jsonParseWithSchema, jsonStringify } from '@aztec/foundation/json-rpc';
3
2
  import { type Logger, createLogger } from '@aztec/foundation/log';
4
3
 
5
4
  import fs from 'fs/promises';
6
- import { inspect } from 'node:util';
7
5
  import { join } from 'path';
8
- import { z } from 'zod';
9
6
 
10
- /**
11
- * Represents a version record for storing in a version file.
12
- */
13
- export class DatabaseVersion {
14
- constructor(
15
- /** The version of the data on disk. Used to perform upgrades */
16
- public readonly schemaVersion: number,
17
- /** The rollup the data pertains to */
18
- public readonly rollupAddress: EthAddress,
19
- ) {}
20
-
21
- public toBuffer(): Buffer {
22
- return Buffer.from(jsonStringify(this));
23
- }
24
-
25
- public static fromBuffer(buf: Buffer): DatabaseVersion {
26
- try {
27
- return jsonParseWithSchema(buf.toString('utf-8'), DatabaseVersion.schema);
28
- } catch (err) {
29
- throw new Error(`Failed to deserialize version information: ${err}`, { cause: err });
30
- }
31
- }
32
-
33
- /**
34
- * Compares two versions. If the rollups addresses are different then it returns undefined
35
- */
36
- public cmp(other: DatabaseVersion): undefined | -1 | 0 | 1 {
37
- if (this.rollupAddress.equals(other.rollupAddress)) {
38
- if (this.schemaVersion < other.schemaVersion) {
39
- return -1;
40
- } else if (this.schemaVersion > other.schemaVersion) {
41
- return 1;
42
- } else {
43
- return 0;
44
- }
45
- }
46
- return undefined;
47
- }
48
-
49
- /**
50
- * Checks if two versions exactly match
51
- */
52
- public equals(other: DatabaseVersion): boolean {
53
- return this.cmp(other) === 0;
54
- }
55
-
56
- /**
57
- * Returns the schema for this class
58
- */
59
- static get schema() {
60
- return z
61
- .object({
62
- schemaVersion: z.number(),
63
- rollupAddress: EthAddress.schema,
64
- })
65
- .transform(({ schemaVersion, rollupAddress }) => new DatabaseVersion(schemaVersion, rollupAddress));
66
- }
67
-
68
- /** Allows for better introspection. */
69
- public [inspect.custom](): string {
70
- return this.toString();
71
- }
72
-
73
- public toString(): string {
74
- return `DatabaseVersion{schemaVersion=${this.schemaVersion},rollupAddress=${this.rollupAddress}"}`;
75
- }
76
-
77
- /**
78
- * Returns an empty instance
79
- */
80
- static empty() {
81
- return new DatabaseVersion(0, EthAddress.ZERO);
82
- }
83
- }
7
+ import { DatabaseVersion } from './database_version.js';
84
8
 
85
9
  export type DatabaseVersionManagerFs = Pick<typeof fs, 'readFile' | 'writeFile' | 'rm' | 'mkdir'>;
86
10
 
@@ -11,6 +11,7 @@ export type L1RollupConstants = {
11
11
  epochDuration: number;
12
12
  ethereumSlotDuration: number;
13
13
  proofSubmissionEpochs: number;
14
+ targetCommitteeSize: number;
14
15
  };
15
16
 
16
17
  export const EmptyL1RollupConstants: L1RollupConstants = {
@@ -20,6 +21,7 @@ export const EmptyL1RollupConstants: L1RollupConstants = {
20
21
  slotDuration: 1,
21
22
  ethereumSlotDuration: 1,
22
23
  proofSubmissionEpochs: 1,
24
+ targetCommitteeSize: 48,
23
25
  };
24
26
 
25
27
  export const L1RollupConstantsSchema = zodFor<L1RollupConstants>()(
@@ -30,6 +32,7 @@ export const L1RollupConstantsSchema = zodFor<L1RollupConstants>()(
30
32
  epochDuration: z.number(),
31
33
  ethereumSlotDuration: z.number(),
32
34
  proofSubmissionEpochs: z.number(),
35
+ targetCommitteeSize: z.number(),
33
36
  }),
34
37
  );
35
38
 
@@ -51,6 +54,15 @@ export function getSlotAtTimestamp(
51
54
  : SlotNumber.fromBigInt((ts - constants.l1GenesisTime) / BigInt(constants.slotDuration));
52
55
  }
53
56
 
57
+ /** Returns the L2 slot number at the next L1 block based on the current timestamp. */
58
+ export function getSlotAtNextL1Block(
59
+ currentL1Timestamp: bigint,
60
+ constants: Pick<L1RollupConstants, 'l1GenesisTime' | 'slotDuration' | 'ethereumSlotDuration'>,
61
+ ): SlotNumber {
62
+ const nextL1BlockTimestamp = currentL1Timestamp + BigInt(constants.ethereumSlotDuration);
63
+ return getSlotAtTimestamp(nextL1BlockTimestamp, constants);
64
+ }
65
+
54
66
  /** Returns the epoch number for a given timestamp. */
55
67
  export function getEpochNumberAtTimestamp(
56
68
  ts: bigint,
package/src/hash/hash.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { GeneratorIndex, NULL_MSG_SENDER_CONTRACT_ADDRESS } from '@aztec/constants';
1
+ import { DomainSeparator, NULL_MSG_SENDER_CONTRACT_ADDRESS } from '@aztec/constants';
2
2
  import { poseidon2Hash, poseidon2HashWithSeparator } from '@aztec/foundation/crypto/poseidon';
3
3
  import { sha256ToField } from '@aztec/foundation/crypto/sha256';
4
4
  import { Fr } from '@aztec/foundation/curves/bn254';
@@ -23,7 +23,7 @@ export async function hashVK(keyAsFields: Fr[]): Promise<Fr> {
23
23
  * @returns A note hash nonce.
24
24
  */
25
25
  export function computeNoteHashNonce(nullifierZero: Fr, noteHashIndex: number): Promise<Fr> {
26
- return poseidon2HashWithSeparator([nullifierZero, noteHashIndex], GeneratorIndex.NOTE_HASH_NONCE);
26
+ return poseidon2HashWithSeparator([nullifierZero, noteHashIndex], DomainSeparator.NOTE_HASH_NONCE);
27
27
  }
28
28
 
29
29
  /**
@@ -34,7 +34,7 @@ export function computeNoteHashNonce(nullifierZero: Fr, noteHashIndex: number):
34
34
  * @returns A siloed note hash.
35
35
  */
36
36
  export function siloNoteHash(contract: AztecAddress, noteHash: Fr): Promise<Fr> {
37
- return poseidon2HashWithSeparator([contract, noteHash], GeneratorIndex.SILOED_NOTE_HASH);
37
+ return poseidon2HashWithSeparator([contract, noteHash], DomainSeparator.SILOED_NOTE_HASH);
38
38
  }
39
39
 
40
40
  /**
@@ -44,7 +44,7 @@ export function siloNoteHash(contract: AztecAddress, noteHash: Fr): Promise<Fr>
44
44
  * @returns A unique note hash.
45
45
  */
46
46
  export function computeUniqueNoteHash(noteNonce: Fr, siloedNoteHash: Fr): Promise<Fr> {
47
- return poseidon2HashWithSeparator([noteNonce, siloedNoteHash], GeneratorIndex.UNIQUE_NOTE_HASH);
47
+ return poseidon2HashWithSeparator([noteNonce, siloedNoteHash], DomainSeparator.UNIQUE_NOTE_HASH);
48
48
  }
49
49
 
50
50
  /**
@@ -55,7 +55,7 @@ export function computeUniqueNoteHash(noteNonce: Fr, siloedNoteHash: Fr): Promis
55
55
  * @returns A siloed nullifier.
56
56
  */
57
57
  export function siloNullifier(contract: AztecAddress, innerNullifier: Fr): Promise<Fr> {
58
- return poseidon2HashWithSeparator([contract, innerNullifier], GeneratorIndex.OUTER_NULLIFIER);
58
+ return poseidon2HashWithSeparator([contract, innerNullifier], DomainSeparator.SILOED_NULLIFIER);
59
59
  }
60
60
 
61
61
  /**
@@ -69,6 +69,10 @@ export function computeProtocolNullifier(txRequestHash: Fr): Promise<Fr> {
69
69
  return siloNullifier(AztecAddress.fromBigInt(NULL_MSG_SENDER_CONTRACT_ADDRESS), txRequestHash);
70
70
  }
71
71
 
72
+ export function computeSiloedPrivateLogFirstField(contract: AztecAddress, field: Fr): Promise<Fr> {
73
+ return poseidon2HashWithSeparator([contract, field], DomainSeparator.PRIVATE_LOG_FIRST_FIELD);
74
+ }
75
+
72
76
  /**
73
77
  * Computes a public data tree value ready for insertion.
74
78
  * @param value - Raw public data tree value to hash into a tree-insertion-ready value.
@@ -87,7 +91,7 @@ export function computePublicDataTreeValue(value: Fr): Fr {
87
91
 
88
92
  */
89
93
  export function computePublicDataTreeLeafSlot(contractAddress: AztecAddress, storageSlot: Fr): Promise<Fr> {
90
- return poseidon2HashWithSeparator([contractAddress, storageSlot], GeneratorIndex.PUBLIC_LEAF_INDEX);
94
+ return poseidon2HashWithSeparator([contractAddress, storageSlot], DomainSeparator.PUBLIC_LEAF_SLOT);
91
95
  }
92
96
 
93
97
  /**
@@ -101,7 +105,7 @@ export function computeVarArgsHash(args: Fr[]): Promise<Fr> {
101
105
  return Promise.resolve(Fr.ZERO);
102
106
  }
103
107
 
104
- return poseidon2HashWithSeparator(args, GeneratorIndex.FUNCTION_ARGS);
108
+ return poseidon2HashWithSeparator(args, DomainSeparator.FUNCTION_ARGS);
105
109
  }
106
110
 
107
111
  /**
@@ -110,7 +114,7 @@ export function computeVarArgsHash(args: Fr[]): Promise<Fr> {
110
114
  * @returns Hash of the calldata.
111
115
  */
112
116
  export function computeCalldataHash(calldata: Fr[]): Promise<Fr> {
113
- return poseidon2HashWithSeparator(calldata, GeneratorIndex.PUBLIC_CALLDATA);
117
+ return poseidon2HashWithSeparator(calldata, DomainSeparator.PUBLIC_CALLDATA);
114
118
  }
115
119
 
116
120
  /**
@@ -120,13 +124,13 @@ export function computeCalldataHash(calldata: Fr[]): Promise<Fr> {
120
124
  * @returns The hash
121
125
  */
122
126
  export function computeSecretHash(secret: Fr): Promise<Fr> {
123
- return poseidon2HashWithSeparator([secret], GeneratorIndex.SECRET_HASH);
127
+ return poseidon2HashWithSeparator([secret], DomainSeparator.SECRET_HASH);
124
128
  }
125
129
 
126
130
  export async function computeL1ToL2MessageNullifier(contract: AztecAddress, messageHash: Fr, secret: Fr) {
127
131
  const innerMessageNullifier = await poseidon2HashWithSeparator(
128
132
  [messageHash, secret],
129
- GeneratorIndex.MESSAGE_NULLIFIER,
133
+ DomainSeparator.MESSAGE_NULLIFIER,
130
134
  );
131
135
  return siloNullifier(contract, innerMessageNullifier);
132
136
  }
@@ -1,4 +1,5 @@
1
- import { poseidon2Hash } from '@aztec/foundation/crypto/poseidon';
1
+ import { DomainSeparator } from '@aztec/constants';
2
+ import { poseidon2HashWithSeparator } from '@aztec/foundation/crypto/poseidon';
2
3
  import type { Fr } from '@aztec/foundation/curves/bn254';
3
4
 
4
5
  /**
@@ -14,5 +15,5 @@ export function deriveStorageSlotInMap(
14
15
  toField: () => Fr;
15
16
  },
16
17
  ): Promise<Fr> {
17
- return poseidon2Hash([mapSlot, key.toField()]);
18
+ return poseidon2HashWithSeparator([mapSlot, key.toField()], DomainSeparator.PUBLIC_STORAGE_MAP_SLOT);
18
19
  }
@@ -4,6 +4,7 @@ import type { ApiSchemaFor } from '@aztec/foundation/schemas';
4
4
 
5
5
  import { z } from 'zod';
6
6
 
7
+ import { BlockHash } from '../block/block_hash.js';
7
8
  import { CheckpointedL2Block } from '../block/checkpointed_l2_block.js';
8
9
  import { L2Block } from '../block/l2_block.js';
9
10
  import { type L2BlockSource, L2TipsSchema } from '../block/l2_block_source.js';
@@ -99,12 +100,12 @@ export const ArchiverApiSchema: ApiSchemaFor<ArchiverApi> = {
99
100
  .function()
100
101
  .args(CheckpointNumberSchema, schemas.Integer)
101
102
  .returns(z.array(PublishedCheckpoint.schema)),
102
- getCheckpointedBlockByHash: z.function().args(schemas.Fr).returns(CheckpointedL2Block.schema.optional()),
103
+ getCheckpointedBlockByHash: z.function().args(BlockHash.schema).returns(CheckpointedL2Block.schema.optional()),
103
104
  getCheckpointedBlockByArchive: z.function().args(schemas.Fr).returns(CheckpointedL2Block.schema.optional()),
104
- getBlockHeaderByHash: z.function().args(schemas.Fr).returns(BlockHeader.schema.optional()),
105
+ getBlockHeaderByHash: z.function().args(BlockHash.schema).returns(BlockHeader.schema.optional()),
105
106
  getBlockHeaderByArchive: z.function().args(schemas.Fr).returns(BlockHeader.schema.optional()),
106
107
  getL2Block: z.function().args(BlockNumberSchema).returns(L2Block.schema.optional()),
107
- getL2BlockByHash: z.function().args(schemas.Fr).returns(L2Block.schema.optional()),
108
+ getL2BlockByHash: z.function().args(BlockHash.schema).returns(L2Block.schema.optional()),
108
109
  getL2BlockByArchive: z.function().args(schemas.Fr).returns(L2Block.schema.optional()),
109
110
  getTxEffect: z.function().args(TxHash.schema).returns(indexedTxSchema().optional()),
110
111
  getSettledTxReceipt: z.function().args(TxHash.schema).returns(TxReceipt.schema.optional()),
@@ -52,7 +52,8 @@ export interface AztecNodeAdmin {
52
52
  getSlashOffenses(round: bigint | 'all' | 'current'): Promise<Offense[]>;
53
53
  }
54
54
 
55
- export type AztecNodeAdminConfig = ValidatorClientFullConfig &
55
+ // L1 contracts are not mutable via admin updates.
56
+ export type AztecNodeAdminConfig = Omit<ValidatorClientFullConfig, 'l1Contracts'> &
56
57
  SequencerConfig &
57
58
  ProverConfig &
58
59
  SlasherConfig &
@@ -65,7 +66,7 @@ export type AztecNodeAdminConfig = ValidatorClientFullConfig &
65
66
 
66
67
  export const AztecNodeAdminConfigSchema = SequencerConfigSchema.merge(ProverConfigSchema)
67
68
  .merge(SlasherConfigSchema)
68
- .merge(ValidatorClientFullConfigSchema)
69
+ .merge(ValidatorClientFullConfigSchema.omit({ l1Contracts: true }))
69
70
  .merge(
70
71
  ArchiverSpecificConfigSchema.pick({
71
72
  archiverPollingIntervalMS: true,