@aztec/stdlib 0.0.1-commit.21ecf947b → 0.0.1-commit.2448fdb

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 (401) hide show
  1. package/dest/abi/abi.d.ts +57 -85
  2. package/dest/abi/abi.d.ts.map +1 -1
  3. package/dest/abi/abi.js +55 -6
  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 +6 -45
  8. package/dest/abi/decoder.d.ts.map +1 -1
  9. package/dest/abi/decoder.js +17 -70
  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 +37 -6
  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/function_selector.js +1 -1
  17. package/dest/abi/function_signature_decoder.d.ts +43 -0
  18. package/dest/abi/function_signature_decoder.d.ts.map +1 -0
  19. package/dest/abi/function_signature_decoder.js +66 -0
  20. package/dest/abi/index.d.ts +2 -1
  21. package/dest/abi/index.d.ts.map +1 -1
  22. package/dest/abi/index.js +1 -0
  23. package/dest/abi/selector.d.ts +2 -2
  24. package/dest/abi/selector.d.ts.map +1 -1
  25. package/dest/abi/selector.js +1 -1
  26. package/dest/abi/utils.d.ts +14 -1
  27. package/dest/abi/utils.d.ts.map +1 -1
  28. package/dest/abi/utils.js +15 -0
  29. package/dest/avm/avm.d.ts +300 -300
  30. package/dest/avm/avm_accumulated_data.js +2 -2
  31. package/dest/avm/avm_circuit_public_inputs.js +2 -2
  32. package/dest/avm/avm_proving_request.d.ts +166 -166
  33. package/dest/avm/revert_code.d.ts +9 -4
  34. package/dest/avm/revert_code.d.ts.map +1 -1
  35. package/dest/avm/revert_code.js +16 -21
  36. package/dest/block/block_data.d.ts +52 -0
  37. package/dest/block/block_data.d.ts.map +1 -0
  38. package/dest/block/block_data.js +12 -0
  39. package/dest/block/index.d.ts +2 -1
  40. package/dest/block/index.d.ts.map +1 -1
  41. package/dest/block/index.js +1 -0
  42. package/dest/block/l2_block.d.ts +9 -1
  43. package/dest/block/l2_block.d.ts.map +1 -1
  44. package/dest/block/l2_block.js +12 -2
  45. package/dest/block/l2_block_source.d.ts +35 -8
  46. package/dest/block/l2_block_source.d.ts.map +1 -1
  47. package/dest/block/l2_block_stream/interfaces.d.ts +6 -3
  48. package/dest/block/l2_block_stream/interfaces.d.ts.map +1 -1
  49. package/dest/block/l2_block_stream/l2_block_stream.d.ts +1 -1
  50. package/dest/block/l2_block_stream/l2_block_stream.d.ts.map +1 -1
  51. package/dest/block/l2_block_stream/l2_block_stream.js +10 -0
  52. package/dest/checkpoint/checkpoint.d.ts +7 -1
  53. package/dest/checkpoint/checkpoint.d.ts.map +1 -1
  54. package/dest/checkpoint/checkpoint.js +14 -8
  55. package/dest/checkpoint/checkpoint_data.d.ts +120 -0
  56. package/dest/checkpoint/checkpoint_data.d.ts.map +1 -0
  57. package/dest/checkpoint/checkpoint_data.js +26 -0
  58. package/dest/checkpoint/index.d.ts +3 -1
  59. package/dest/checkpoint/index.d.ts.map +1 -1
  60. package/dest/checkpoint/index.js +2 -0
  61. package/dest/checkpoint/published_checkpoint.d.ts +11 -2
  62. package/dest/checkpoint/published_checkpoint.d.ts.map +1 -1
  63. package/dest/checkpoint/published_checkpoint.js +1 -2
  64. package/dest/checkpoint/validate.d.ts +36 -0
  65. package/dest/checkpoint/validate.d.ts.map +1 -0
  66. package/dest/checkpoint/validate.js +120 -0
  67. package/dest/config/sequencer-config.d.ts +2 -2
  68. package/dest/config/sequencer-config.d.ts.map +1 -1
  69. package/dest/config/sequencer-config.js +11 -0
  70. package/dest/contract/contract_class.d.ts +2 -3
  71. package/dest/contract/contract_class.d.ts.map +1 -1
  72. package/dest/epoch-helpers/index.d.ts +9 -1
  73. package/dest/epoch-helpers/index.d.ts.map +1 -1
  74. package/dest/epoch-helpers/index.js +13 -2
  75. package/dest/file-store/local.d.ts +3 -3
  76. package/dest/file-store/local.d.ts.map +1 -1
  77. package/dest/file-store/local.js +13 -4
  78. package/dest/file-store/s3.d.ts +1 -1
  79. package/dest/file-store/s3.d.ts.map +1 -1
  80. package/dest/file-store/s3.js +11 -3
  81. package/dest/gas/gas_fees.d.ts +1 -1
  82. package/dest/gas/gas_fees.d.ts.map +1 -1
  83. package/dest/gas/gas_fees.js +4 -1
  84. package/dest/gas/gas_settings.d.ts +40 -3
  85. package/dest/gas/gas_settings.d.ts.map +1 -1
  86. package/dest/gas/gas_settings.js +50 -6
  87. package/dest/hash/hash.d.ts +19 -1
  88. package/dest/hash/hash.d.ts.map +1 -1
  89. package/dest/hash/hash.js +29 -0
  90. package/dest/interfaces/allowed_element.d.ts +26 -20
  91. package/dest/interfaces/allowed_element.d.ts.map +1 -1
  92. package/dest/interfaces/allowed_element.js +8 -8
  93. package/dest/interfaces/archiver.d.ts +1 -1
  94. package/dest/interfaces/archiver.d.ts.map +1 -1
  95. package/dest/interfaces/archiver.js +8 -2
  96. package/dest/interfaces/aztec-node-admin.d.ts +93 -28
  97. package/dest/interfaces/aztec-node-admin.d.ts.map +1 -1
  98. package/dest/interfaces/aztec-node-admin.js +9 -3
  99. package/dest/interfaces/aztec-node-debug.d.ts +21 -0
  100. package/dest/interfaces/aztec-node-debug.d.ts.map +1 -0
  101. package/dest/interfaces/aztec-node-debug.js +18 -0
  102. package/dest/interfaces/aztec-node.d.ts +12 -6
  103. package/dest/interfaces/aztec-node.d.ts.map +1 -1
  104. package/dest/interfaces/aztec-node.js +5 -2
  105. package/dest/interfaces/block-builder.d.ts +38 -11
  106. package/dest/interfaces/block-builder.d.ts.map +1 -1
  107. package/dest/interfaces/block-builder.js +13 -6
  108. package/dest/interfaces/client.d.ts +2 -1
  109. package/dest/interfaces/client.d.ts.map +1 -1
  110. package/dest/interfaces/client.js +1 -0
  111. package/dest/interfaces/configs.d.ts +77 -32
  112. package/dest/interfaces/configs.d.ts.map +1 -1
  113. package/dest/interfaces/configs.js +10 -3
  114. package/dest/interfaces/merkle_tree_operations.d.ts +10 -20
  115. package/dest/interfaces/merkle_tree_operations.d.ts.map +1 -1
  116. package/dest/interfaces/p2p.d.ts +3 -8
  117. package/dest/interfaces/p2p.d.ts.map +1 -1
  118. package/dest/interfaces/prover-client.d.ts +6 -1
  119. package/dest/interfaces/prover-client.d.ts.map +1 -1
  120. package/dest/interfaces/prover-client.js +7 -1
  121. package/dest/interfaces/validator.d.ts +67 -25
  122. package/dest/interfaces/validator.d.ts.map +1 -1
  123. package/dest/interfaces/validator.js +6 -2
  124. package/dest/interfaces/world_state.d.ts +5 -4
  125. package/dest/interfaces/world_state.d.ts.map +1 -1
  126. package/dest/kernel/claimed_length_array.js +1 -1
  127. package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts +3 -3
  128. package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts.map +1 -1
  129. package/dest/kernel/hints/build_note_hash_read_request_hints.js +13 -10
  130. package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts +3 -3
  131. package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts.map +1 -1
  132. package/dest/kernel/hints/build_nullifier_read_request_hints.js +13 -10
  133. package/dest/kernel/hints/build_transient_data_hints.d.ts +5 -2
  134. package/dest/kernel/hints/build_transient_data_hints.d.ts.map +1 -1
  135. package/dest/kernel/hints/build_transient_data_hints.js +9 -3
  136. package/dest/kernel/hints/private_kernel_reset_hints.d.ts +1 -1
  137. package/dest/kernel/hints/private_kernel_reset_hints.d.ts.map +1 -1
  138. package/dest/kernel/padded_side_effects.js +1 -1
  139. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts +2 -1
  140. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts.map +1 -1
  141. package/dest/kernel/private_kernel_tail_circuit_public_inputs.js +4 -0
  142. package/dest/kernel/private_to_avm_accumulated_data.js +2 -2
  143. package/dest/kernel/private_to_public_accumulated_data.js +2 -2
  144. package/dest/kernel/private_to_rollup_accumulated_data.js +1 -1
  145. package/dest/logs/debug_log_store.d.ts +30 -0
  146. package/dest/logs/debug_log_store.d.ts.map +1 -0
  147. package/dest/logs/debug_log_store.js +30 -0
  148. package/dest/logs/extended_directional_app_tagging_secret.d.ts +47 -0
  149. package/dest/logs/extended_directional_app_tagging_secret.d.ts.map +1 -0
  150. package/dest/logs/{directional_app_tagging_secret.js → extended_directional_app_tagging_secret.js} +35 -20
  151. package/dest/logs/index.d.ts +4 -2
  152. package/dest/logs/index.d.ts.map +1 -1
  153. package/dest/logs/index.js +3 -1
  154. package/dest/logs/log_filter.d.ts +4 -1
  155. package/dest/logs/log_filter.d.ts.map +1 -1
  156. package/dest/logs/log_filter.js +2 -1
  157. package/dest/logs/message_context.d.ts +4 -7
  158. package/dest/logs/message_context.d.ts.map +1 -1
  159. package/dest/logs/message_context.js +23 -9
  160. package/dest/logs/pending_tagged_log.d.ts +2 -3
  161. package/dest/logs/pending_tagged_log.d.ts.map +1 -1
  162. package/dest/logs/pending_tagged_log.js +2 -2
  163. package/dest/logs/pre_tag.d.ts +16 -11
  164. package/dest/logs/pre_tag.d.ts.map +1 -1
  165. package/dest/logs/pre_tag.js +2 -2
  166. package/dest/logs/private_log.d.ts +2 -2
  167. package/dest/logs/private_log.d.ts.map +1 -1
  168. package/dest/logs/private_log.js +1 -1
  169. package/dest/logs/public_log.d.ts +4 -3
  170. package/dest/logs/public_log.d.ts.map +1 -1
  171. package/dest/logs/public_log.js +9 -2
  172. package/dest/logs/shared_secret_derivation.d.ts +11 -10
  173. package/dest/logs/shared_secret_derivation.d.ts.map +1 -1
  174. package/dest/logs/shared_secret_derivation.js +15 -9
  175. package/dest/logs/siloed_tag.d.ts +8 -3
  176. package/dest/logs/siloed_tag.d.ts.map +1 -1
  177. package/dest/logs/siloed_tag.js +11 -2
  178. package/dest/logs/tag.js +1 -1
  179. package/dest/logs/tagging_index_range.d.ts +40 -0
  180. package/dest/logs/tagging_index_range.d.ts.map +1 -0
  181. package/dest/logs/tagging_index_range.js +8 -0
  182. package/dest/logs/tx_scoped_l2_log.d.ts +3 -1
  183. package/dest/logs/tx_scoped_l2_log.d.ts.map +1 -1
  184. package/dest/logs/tx_scoped_l2_log.js +7 -0
  185. package/dest/messaging/l1_to_l2_message.d.ts +3 -2
  186. package/dest/messaging/l1_to_l2_message.d.ts.map +1 -1
  187. package/dest/messaging/l1_to_l2_message.js +11 -13
  188. package/dest/messaging/l2_to_l1_membership.d.ts +32 -6
  189. package/dest/messaging/l2_to_l1_membership.d.ts.map +1 -1
  190. package/dest/messaging/l2_to_l1_membership.js +69 -26
  191. package/dest/noir/index.d.ts +3 -3
  192. package/dest/noir/index.d.ts.map +1 -1
  193. package/dest/note/note_dao.d.ts +1 -1
  194. package/dest/note/note_dao.d.ts.map +1 -1
  195. package/dest/note/note_dao.js +1 -4
  196. package/dest/p2p/attestation_utils.d.ts +11 -1
  197. package/dest/p2p/attestation_utils.d.ts.map +1 -1
  198. package/dest/p2p/attestation_utils.js +45 -0
  199. package/dest/p2p/block_proposal.d.ts +1 -1
  200. package/dest/p2p/block_proposal.d.ts.map +1 -1
  201. package/dest/p2p/block_proposal.js +1 -3
  202. package/dest/p2p/checkpoint_proposal.d.ts +1 -6
  203. package/dest/p2p/checkpoint_proposal.d.ts.map +1 -1
  204. package/dest/p2p/checkpoint_proposal.js +13 -23
  205. package/dest/p2p/client_type.d.ts +2 -5
  206. package/dest/p2p/client_type.d.ts.map +1 -1
  207. package/dest/p2p/client_type.js +0 -7
  208. package/dest/p2p/index.d.ts +1 -2
  209. package/dest/p2p/index.d.ts.map +1 -1
  210. package/dest/p2p/index.js +0 -1
  211. package/dest/p2p/peer_error.d.ts +3 -1
  212. package/dest/p2p/peer_error.d.ts.map +1 -1
  213. package/dest/p2p/peer_error.js +5 -0
  214. package/dest/p2p/topic_type.d.ts +3 -4
  215. package/dest/p2p/topic_type.d.ts.map +1 -1
  216. package/dest/p2p/topic_type.js +7 -24
  217. package/dest/parity/parity_base_private_inputs.js +1 -1
  218. package/dest/proofs/chonk_proof.d.ts +1 -1
  219. package/dest/proofs/chonk_proof.d.ts.map +1 -1
  220. package/dest/proofs/chonk_proof.js +7 -1
  221. package/dest/rollup/base_rollup_hints.js +2 -2
  222. package/dest/rollup/block_root_rollup_private_inputs.js +5 -5
  223. package/dest/rollup/checkpoint_header.d.ts +2 -2
  224. package/dest/rollup/checkpoint_header.js +2 -2
  225. package/dest/rollup/checkpoint_rollup_public_inputs.js +1 -1
  226. package/dest/rollup/checkpoint_root_rollup_private_inputs.js +3 -3
  227. package/dest/rollup/root_rollup_public_inputs.js +1 -1
  228. package/dest/rollup/tree_snapshot_diff_hints.js +2 -2
  229. package/dest/slashing/tally.d.ts +7 -2
  230. package/dest/slashing/tally.d.ts.map +1 -1
  231. package/dest/slashing/tally.js +30 -2
  232. package/dest/tests/factories.d.ts +3 -1
  233. package/dest/tests/factories.d.ts.map +1 -1
  234. package/dest/tests/factories.js +9 -1
  235. package/dest/tests/mocks.d.ts +5 -3
  236. package/dest/tests/mocks.d.ts.map +1 -1
  237. package/dest/tests/mocks.js +20 -15
  238. package/dest/tx/block_header.d.ts +3 -1
  239. package/dest/tx/block_header.d.ts.map +1 -1
  240. package/dest/tx/block_header.js +4 -0
  241. package/dest/tx/capsule.d.ts +6 -2
  242. package/dest/tx/capsule.d.ts.map +1 -1
  243. package/dest/tx/capsule.js +9 -3
  244. package/dest/tx/global_variables.d.ts +4 -4
  245. package/dest/tx/global_variables.d.ts.map +1 -1
  246. package/dest/tx/private_execution_result.d.ts +6 -6
  247. package/dest/tx/private_execution_result.d.ts.map +1 -1
  248. package/dest/tx/private_execution_result.js +6 -6
  249. package/dest/tx/profiling.d.ts +17 -5
  250. package/dest/tx/profiling.d.ts.map +1 -1
  251. package/dest/tx/profiling.js +15 -5
  252. package/dest/tx/protocol_contracts.js +2 -2
  253. package/dest/tx/public_simulation_output.d.ts +4 -2
  254. package/dest/tx/public_simulation_output.d.ts.map +1 -1
  255. package/dest/tx/public_simulation_output.js +7 -3
  256. package/dest/tx/simulated_tx.d.ts +63 -77
  257. package/dest/tx/simulated_tx.d.ts.map +1 -1
  258. package/dest/tx/simulated_tx.js +7 -4
  259. package/dest/tx/tx.d.ts +6 -5
  260. package/dest/tx/tx.d.ts.map +1 -1
  261. package/dest/tx/tx.js +18 -6
  262. package/dest/tx/tx_receipt.d.ts +29 -6
  263. package/dest/tx/tx_receipt.d.ts.map +1 -1
  264. package/dest/tx/tx_receipt.js +23 -19
  265. package/dest/tx/validator/error_texts.d.ts +9 -1
  266. package/dest/tx/validator/error_texts.d.ts.map +1 -1
  267. package/dest/tx/validator/error_texts.js +10 -0
  268. package/dest/update-checker/index.d.ts +3 -2
  269. package/dest/update-checker/index.d.ts.map +1 -1
  270. package/dest/update-checker/index.js +2 -1
  271. package/dest/update-checker/package_version.d.ts +3 -0
  272. package/dest/update-checker/package_version.d.ts.map +1 -0
  273. package/dest/update-checker/package_version.js +24 -0
  274. package/dest/update-checker/version_checker.d.ts +25 -0
  275. package/dest/update-checker/version_checker.d.ts.map +1 -0
  276. package/dest/update-checker/version_checker.js +50 -0
  277. package/dest/validators/errors.d.ts +6 -1
  278. package/dest/validators/errors.d.ts.map +1 -1
  279. package/dest/validators/errors.js +7 -0
  280. package/dest/versioning/versioning.d.ts +4 -2
  281. package/dest/versioning/versioning.d.ts.map +1 -1
  282. package/dest/versioning/versioning.js +4 -1
  283. package/dest/vks/vk_data.js +1 -1
  284. package/package.json +10 -10
  285. package/src/abi/abi.ts +78 -2
  286. package/src/abi/buffer.ts +25 -4
  287. package/src/abi/decoder.ts +36 -82
  288. package/src/abi/encoder.ts +49 -6
  289. package/src/abi/event_metadata_definition.ts +2 -0
  290. package/src/abi/function_selector.ts +1 -1
  291. package/src/abi/function_signature_decoder.ts +77 -0
  292. package/src/abi/index.ts +1 -0
  293. package/src/abi/selector.ts +1 -1
  294. package/src/abi/utils.ts +25 -0
  295. package/src/avm/avm_accumulated_data.ts +6 -6
  296. package/src/avm/avm_circuit_public_inputs.ts +4 -4
  297. package/src/avm/revert_code.ts +26 -25
  298. package/src/block/block_data.ts +26 -0
  299. package/src/block/index.ts +1 -0
  300. package/src/block/l2_block.ts +13 -1
  301. package/src/block/l2_block_source.ts +38 -7
  302. package/src/block/l2_block_stream/interfaces.ts +6 -2
  303. package/src/block/l2_block_stream/l2_block_stream.ts +21 -0
  304. package/src/checkpoint/checkpoint.ts +17 -6
  305. package/src/checkpoint/checkpoint_data.ts +51 -0
  306. package/src/checkpoint/index.ts +2 -0
  307. package/src/checkpoint/published_checkpoint.ts +3 -1
  308. package/src/checkpoint/validate.ts +230 -0
  309. package/src/config/sequencer-config.ts +16 -1
  310. package/src/contract/contract_class.ts +3 -3
  311. package/src/epoch-helpers/index.ts +22 -0
  312. package/src/file-store/local.ts +15 -5
  313. package/src/file-store/s3.ts +12 -3
  314. package/src/gas/README.md +123 -0
  315. package/src/gas/gas_fees.ts +7 -1
  316. package/src/gas/gas_settings.ts +65 -12
  317. package/src/hash/hash.ts +34 -0
  318. package/src/interfaces/allowed_element.ts +29 -9
  319. package/src/interfaces/archiver.ts +8 -2
  320. package/src/interfaces/aztec-node-admin.ts +23 -0
  321. package/src/interfaces/aztec-node-debug.ts +40 -0
  322. package/src/interfaces/aztec-node.ts +24 -5
  323. package/src/interfaces/block-builder.ts +60 -14
  324. package/src/interfaces/client.ts +1 -0
  325. package/src/interfaces/configs.ts +36 -8
  326. package/src/interfaces/merkle_tree_operations.ts +9 -19
  327. package/src/interfaces/p2p.ts +2 -13
  328. package/src/interfaces/prover-client.ts +8 -0
  329. package/src/interfaces/validator.ts +18 -2
  330. package/src/interfaces/world_state.ts +4 -3
  331. package/src/kernel/claimed_length_array.ts +2 -2
  332. package/src/kernel/hints/build_note_hash_read_request_hints.ts +14 -18
  333. package/src/kernel/hints/build_nullifier_read_request_hints.ts +15 -18
  334. package/src/kernel/hints/build_transient_data_hints.ts +17 -2
  335. package/src/kernel/hints/private_kernel_reset_hints.ts +5 -2
  336. package/src/kernel/hints/read_request_hints.ts +3 -3
  337. package/src/kernel/padded_side_effects.ts +3 -3
  338. package/src/kernel/private_kernel_tail_circuit_public_inputs.ts +9 -0
  339. package/src/kernel/private_to_avm_accumulated_data.ts +4 -4
  340. package/src/kernel/private_to_public_accumulated_data.ts +10 -10
  341. package/src/kernel/private_to_rollup_accumulated_data.ts +5 -5
  342. package/src/logs/debug_log_store.ts +54 -0
  343. package/src/logs/{directional_app_tagging_secret.ts → extended_directional_app_tagging_secret.ts} +41 -22
  344. package/src/logs/index.ts +3 -1
  345. package/src/logs/log_filter.ts +5 -0
  346. package/src/logs/message_context.ts +17 -7
  347. package/src/logs/pending_tagged_log.ts +1 -3
  348. package/src/logs/pre_tag.ts +5 -5
  349. package/src/logs/private_log.ts +1 -1
  350. package/src/logs/public_log.ts +15 -3
  351. package/src/logs/shared_secret_derivation.ts +21 -10
  352. package/src/logs/siloed_tag.ts +14 -3
  353. package/src/logs/tag.ts +1 -1
  354. package/src/logs/tagging_index_range.ts +24 -0
  355. package/src/logs/tx_scoped_l2_log.ts +16 -0
  356. package/src/messaging/l1_to_l2_message.ts +12 -9
  357. package/src/messaging/l2_to_l1_membership.ts +98 -33
  358. package/src/noir/index.ts +2 -2
  359. package/src/note/note_dao.ts +1 -4
  360. package/src/p2p/attestation_utils.ts +56 -0
  361. package/src/p2p/block_proposal.ts +0 -2
  362. package/src/p2p/checkpoint_proposal.ts +23 -37
  363. package/src/p2p/client_type.ts +0 -6
  364. package/src/p2p/index.ts +0 -1
  365. package/src/p2p/peer_error.ts +7 -0
  366. package/src/p2p/topic_type.ts +8 -15
  367. package/src/parity/parity_base_private_inputs.ts +1 -1
  368. package/src/proofs/chonk_proof.ts +9 -1
  369. package/src/rollup/base_rollup_hints.ts +2 -2
  370. package/src/rollup/block_root_rollup_private_inputs.ts +8 -8
  371. package/src/rollup/checkpoint_header.ts +2 -2
  372. package/src/rollup/checkpoint_rollup_public_inputs.ts +2 -2
  373. package/src/rollup/checkpoint_root_rollup_private_inputs.ts +4 -4
  374. package/src/rollup/root_rollup_public_inputs.ts +2 -2
  375. package/src/rollup/tree_snapshot_diff_hints.ts +5 -5
  376. package/src/slashing/tally.ts +34 -1
  377. package/src/tests/factories.ts +10 -1
  378. package/src/tests/mocks.ts +26 -11
  379. package/src/tx/block_header.ts +6 -0
  380. package/src/tx/capsule.ts +10 -2
  381. package/src/tx/global_variables.ts +3 -3
  382. package/src/tx/private_execution_result.ts +5 -5
  383. package/src/tx/profiling.ts +14 -5
  384. package/src/tx/protocol_contracts.ts +2 -2
  385. package/src/tx/public_simulation_output.ts +4 -0
  386. package/src/tx/simulated_tx.ts +14 -3
  387. package/src/tx/tx.ts +20 -11
  388. package/src/tx/tx_receipt.ts +28 -16
  389. package/src/tx/validator/error_texts.ts +12 -0
  390. package/src/update-checker/index.ts +2 -1
  391. package/src/update-checker/package_version.ts +30 -0
  392. package/src/update-checker/version_checker.ts +65 -0
  393. package/src/validators/errors.ts +9 -0
  394. package/src/versioning/versioning.ts +4 -1
  395. package/src/vks/vk_data.ts +1 -1
  396. package/dest/logs/directional_app_tagging_secret.d.ts +0 -40
  397. package/dest/logs/directional_app_tagging_secret.d.ts.map +0 -1
  398. package/dest/update-checker/update-checker.d.ts +0 -49
  399. package/dest/update-checker/update-checker.d.ts.map +0 -1
  400. package/dest/update-checker/update-checker.js +0 -130
  401. package/src/update-checker/update-checker.ts +0 -166
@@ -13,10 +13,14 @@ import { tmpdir } from 'os';
13
13
  import { basename, dirname, join } from 'path';
14
14
  import { Readable } from 'stream';
15
15
  import { pipeline } from 'stream/promises';
16
- import { createGzip } from 'zlib';
16
+ import { promisify } from 'util';
17
+ import { createGzip, gunzip as gunzipCb, gzip as gzipCb } from 'zlib';
17
18
 
18
19
  import type { FileStore, FileStoreSaveOptions } from './interface.js';
19
20
 
21
+ const gzip = promisify(gzipCb);
22
+ const gunzip = promisify(gunzipCb);
23
+
20
24
  function normalizeBasePath(path: string): string {
21
25
  return path?.replace(/^\/+|\/+$/g, '') ?? '';
22
26
  }
@@ -52,7 +56,7 @@ export class S3FileStore implements FileStore {
52
56
  const key = this.getFullPath(path);
53
57
  const shouldCompress = !!opts.compress;
54
58
 
55
- const body = shouldCompress ? (await import('zlib')).gzipSync(data) : data;
59
+ const body = shouldCompress ? await gzip(data) : data;
56
60
  const contentLength = body.length;
57
61
  const contentType = this.detectContentType(key, shouldCompress);
58
62
  const put = new PutObjectCommand({
@@ -60,6 +64,7 @@ export class S3FileStore implements FileStore {
60
64
  Key: key,
61
65
  Body: body,
62
66
  ContentType: contentType,
67
+ ContentEncoding: shouldCompress ? 'gzip' : undefined,
63
68
  CacheControl: opts.metadata?.['Cache-control'],
64
69
  Metadata: this.extractUserMetadata(opts.metadata),
65
70
  ContentLength: contentLength,
@@ -134,7 +139,11 @@ export class S3FileStore implements FileStore {
134
139
  for await (const chunk of stream) {
135
140
  chunks.push(Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk));
136
141
  }
137
- return Buffer.concat(chunks);
142
+ const buffer = Buffer.concat(chunks);
143
+ if (out.ContentEncoding === 'gzip') {
144
+ return await gunzip(buffer);
145
+ }
146
+ return buffer;
138
147
  }
139
148
 
140
149
  public async download(pathOrUrlStr: string, destPath: string): Promise<void> {
@@ -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
 
@@ -1,10 +1,4 @@
1
- import {
2
- DEFAULT_DA_GAS_LIMIT,
3
- DEFAULT_L2_GAS_LIMIT,
4
- DEFAULT_TEARDOWN_DA_GAS_LIMIT,
5
- DEFAULT_TEARDOWN_L2_GAS_LIMIT,
6
- GAS_SETTINGS_LENGTH,
7
- } from '@aztec/constants';
1
+ import { GAS_SETTINGS_LENGTH, MAX_PROCESSABLE_DA_GAS_PER_CHECKPOINT, MAX_PROCESSABLE_L2_GAS } from '@aztec/constants';
8
2
  import { Fr } from '@aztec/foundation/curves/bn254';
9
3
  import { BufferReader, FieldReader, serializeToBuffer, serializeToFields } from '@aztec/foundation/serialize';
10
4
  import type { FieldsOf } from '@aztec/foundation/types';
@@ -14,6 +8,21 @@ import { z } from 'zod';
14
8
  import { Gas, GasDimensions } from './gas.js';
15
9
  import { GasFees } from './gas_fees.js';
16
10
 
11
+ /** Approximate max DA gas limit. Arbitrary, assuming 4 blocks per checkpoint — users should use gas estimation. */
12
+ export const APPROXIMATE_MAX_DA_GAS_PER_BLOCK = Math.floor(MAX_PROCESSABLE_DA_GAS_PER_CHECKPOINT / 4);
13
+ /** Fallback teardown L2 gas limit. Arbitrary — users should use gas estimation. */
14
+ export const FALLBACK_TEARDOWN_L2_GAS_LIMIT = Math.floor(MAX_PROCESSABLE_L2_GAS / 8);
15
+ /** Fallback teardown DA gas limit. Arbitrary — users should use gas estimation. */
16
+ export const FALLBACK_TEARDOWN_DA_GAS_LIMIT = Math.floor(APPROXIMATE_MAX_DA_GAS_PER_BLOCK / 2);
17
+
18
+ // For gas estimation, we use intentionally high limits above what the network can process,
19
+ // so the simulation runs without hitting gas caps. Since teardown gas is counted towards total,
20
+ // the total estimation limit is teardown + max processable.
21
+ export const GAS_ESTIMATION_TEARDOWN_L2_GAS_LIMIT = MAX_PROCESSABLE_L2_GAS;
22
+ export const GAS_ESTIMATION_L2_GAS_LIMIT = GAS_ESTIMATION_TEARDOWN_L2_GAS_LIMIT + MAX_PROCESSABLE_L2_GAS;
23
+ export const GAS_ESTIMATION_TEARDOWN_DA_GAS_LIMIT = MAX_PROCESSABLE_DA_GAS_PER_CHECKPOINT;
24
+ export const GAS_ESTIMATION_DA_GAS_LIMIT = GAS_ESTIMATION_TEARDOWN_DA_GAS_LIMIT + MAX_PROCESSABLE_DA_GAS_PER_CHECKPOINT;
25
+
17
26
  // docs:start:gas_settings_vars
18
27
  /** Gas usage and fees limits set by the transaction sender for different dimensions and phases. */
19
28
  export class GasSettings {
@@ -95,18 +104,62 @@ export class GasSettings {
95
104
  return new GasSettings(Gas.empty(), Gas.empty(), GasFees.empty(), GasFees.empty());
96
105
  }
97
106
 
98
- /** Default gas settings to use when user has not provided them. Requires explicit max fees per gas. */
99
- static default(overrides: {
107
+ /**
108
+ * Fills in gas limits high enough for transactions to be included in most cases.
109
+ * gasLimits is set to the maximum the protocol allows; since teardown gas is reserved
110
+ * from gasLimits during private execution (see gas_meter.nr), the effective gas available
111
+ * for app logic will be gasLimits - teardownGasLimits - privateOverhead.
112
+ * The DA gas limit is set to an approximate max per block assuming 4 blocks per checkpoint,
113
+ * since using the maximum per checkpoint would cause nodes to reject transactions.
114
+ * These values won't work if:
115
+ * - Teardown consumes more than the arbitrarily assigned fallback limits
116
+ * - The rest of the transaction consumes more than the remaining gas after teardown
117
+ * - The DA gas limit is too low for the transaction, while still within the checkpoint limit
118
+ */
119
+ static fallback(overrides: {
120
+ gasLimits?: Gas;
121
+ teardownGasLimits?: Gas;
122
+ maxFeesPerGas: GasFees;
123
+ maxPriorityFeesPerGas?: GasFees;
124
+ }) {
125
+ return GasSettings.from({
126
+ gasLimits: overrides.gasLimits ?? {
127
+ l2Gas: MAX_PROCESSABLE_L2_GAS,
128
+ daGas: APPROXIMATE_MAX_DA_GAS_PER_BLOCK,
129
+ },
130
+ teardownGasLimits: overrides.teardownGasLimits ?? {
131
+ l2Gas: FALLBACK_TEARDOWN_L2_GAS_LIMIT,
132
+ daGas: FALLBACK_TEARDOWN_DA_GAS_LIMIT,
133
+ },
134
+ maxFeesPerGas: overrides.maxFeesPerGas,
135
+ maxPriorityFeesPerGas: overrides.maxPriorityFeesPerGas ?? GasFees.empty(),
136
+ });
137
+ }
138
+
139
+ /**
140
+ * Gas settings for simulation/estimation only.
141
+ * Since teardown gas is reserved upfront from gasLimits during private execution (see gas_meter.nr),
142
+ * the effective gas available for app logic is gasLimits - teardownGasLimits - privateOverhead.
143
+ * To ensure estimation never hits gas caps, we set both limits above what the protocol allows:
144
+ * teardown gets MAX_PROCESSABLE and gasLimits gets teardown + MAX_PROCESSABLE, so the full
145
+ * processable amount remains available for each phase independently. To be used in conjunction
146
+ * with skipTxValidation: true during public simulation, or the node would reject the transaction
147
+ * outright due to gas limits being above protocol max.
148
+ */
149
+ static forEstimation(overrides: {
100
150
  gasLimits?: Gas;
101
151
  teardownGasLimits?: Gas;
102
152
  maxFeesPerGas: GasFees;
103
153
  maxPriorityFeesPerGas?: GasFees;
104
154
  }) {
105
155
  return GasSettings.from({
106
- gasLimits: overrides.gasLimits ?? { l2Gas: DEFAULT_L2_GAS_LIMIT, daGas: DEFAULT_DA_GAS_LIMIT },
156
+ gasLimits: overrides.gasLimits ?? {
157
+ l2Gas: GAS_ESTIMATION_L2_GAS_LIMIT,
158
+ daGas: GAS_ESTIMATION_DA_GAS_LIMIT,
159
+ },
107
160
  teardownGasLimits: overrides.teardownGasLimits ?? {
108
- l2Gas: DEFAULT_TEARDOWN_L2_GAS_LIMIT,
109
- daGas: DEFAULT_TEARDOWN_DA_GAS_LIMIT,
161
+ l2Gas: GAS_ESTIMATION_TEARDOWN_L2_GAS_LIMIT,
162
+ daGas: GAS_ESTIMATION_TEARDOWN_DA_GAS_LIMIT,
110
163
  },
111
164
  maxFeesPerGas: overrides.maxFeesPerGas,
112
165
  maxPriorityFeesPerGas: overrides.maxPriorityFeesPerGas ?? GasFees.empty(),
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.
@@ -69,6 +98,11 @@ export function computeProtocolNullifier(txRequestHash: Fr): Promise<Fr> {
69
98
  return siloNullifier(AztecAddress.fromBigInt(NULL_MSG_SENDER_CONTRACT_ADDRESS), txRequestHash);
70
99
  }
71
100
 
101
+ /** Domain-separates a raw log tag with the given domain separator. */
102
+ export function computeLogTag(rawTag: number | bigint | boolean | Fr | Buffer, domSep: DomainSeparator): Promise<Fr> {
103
+ return poseidon2HashWithSeparator([new Fr(rawTag)], domSep);
104
+ }
105
+
72
106
  export function computeSiloedPrivateLogFirstField(contract: AztecAddress, field: Fr): Promise<Fr> {
73
107
  return poseidon2HashWithSeparator([contract, field], DomainSeparator.PRIVATE_LOG_FIRST_FIELD);
74
108
  }
@@ -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
  );
@@ -4,12 +4,14 @@ import type { ApiSchemaFor } from '@aztec/foundation/schemas';
4
4
 
5
5
  import { z } from 'zod';
6
6
 
7
+ import { BlockDataSchema } from '../block/block_data.js';
7
8
  import { BlockHash } from '../block/block_hash.js';
8
9
  import { CheckpointedL2Block } from '../block/checkpointed_l2_block.js';
9
10
  import { L2Block } from '../block/l2_block.js';
10
11
  import { type L2BlockSource, L2TipsSchema } from '../block/l2_block_source.js';
11
12
  import { ValidateCheckpointResultSchema } from '../block/validate_block_result.js';
12
13
  import { Checkpoint } from '../checkpoint/checkpoint.js';
14
+ import { CheckpointDataSchema } from '../checkpoint/checkpoint_data.js';
13
15
  import { PublishedCheckpoint } from '../checkpoint/published_checkpoint.js';
14
16
  import {
15
17
  ContractClassPublicSchema,
@@ -84,6 +86,7 @@ export const ArchiverApiSchema: ApiSchemaFor<ArchiverApi> = {
84
86
  getBlockNumber: z.function().args().returns(BlockNumberSchema),
85
87
  getProvenBlockNumber: z.function().args().returns(BlockNumberSchema),
86
88
  getCheckpointedL2BlockNumber: z.function().args().returns(BlockNumberSchema),
89
+ getCheckpointNumber: z.function().args().returns(CheckpointNumberSchema),
87
90
  getFinalizedL2BlockNumber: z.function().args().returns(BlockNumberSchema),
88
91
  getBlock: z.function().args(BlockNumberSchema).returns(L2Block.schema.optional()),
89
92
  getBlockHeader: z
@@ -104,14 +107,17 @@ export const ArchiverApiSchema: ApiSchemaFor<ArchiverApi> = {
104
107
  getCheckpointedBlockByArchive: z.function().args(schemas.Fr).returns(CheckpointedL2Block.schema.optional()),
105
108
  getBlockHeaderByHash: z.function().args(BlockHash.schema).returns(BlockHeader.schema.optional()),
106
109
  getBlockHeaderByArchive: z.function().args(schemas.Fr).returns(BlockHeader.schema.optional()),
110
+ getBlockData: z.function().args(BlockNumberSchema).returns(BlockDataSchema.optional()),
111
+ getBlockDataByArchive: z.function().args(schemas.Fr).returns(BlockDataSchema.optional()),
107
112
  getL2Block: z.function().args(BlockNumberSchema).returns(L2Block.schema.optional()),
108
113
  getL2BlockByHash: z.function().args(BlockHash.schema).returns(L2Block.schema.optional()),
109
114
  getL2BlockByArchive: z.function().args(schemas.Fr).returns(L2Block.schema.optional()),
110
115
  getTxEffect: z.function().args(TxHash.schema).returns(indexedTxSchema().optional()),
111
116
  getSettledTxReceipt: z.function().args(TxHash.schema).returns(TxReceipt.schema.optional()),
112
- getL2SlotNumber: z.function().args().returns(schemas.SlotNumber.optional()),
113
- getL2EpochNumber: z.function().args().returns(EpochNumberSchema.optional()),
117
+ getSyncedL2SlotNumber: z.function().args().returns(schemas.SlotNumber.optional()),
118
+ getSyncedL2EpochNumber: z.function().args().returns(EpochNumberSchema.optional()),
114
119
  getCheckpointsForEpoch: z.function().args(EpochNumberSchema).returns(z.array(Checkpoint.schema)),
120
+ getCheckpointsDataForEpoch: z.function().args(EpochNumberSchema).returns(z.array(CheckpointDataSchema)),
115
121
  getCheckpointedBlocksForEpoch: z.function().args(EpochNumberSchema).returns(z.array(CheckpointedL2Block.schema)),
116
122
  getBlocksForSlot: z.function().args(schemas.SlotNumber).returns(z.array(L2Block.schema)),
117
123
  getCheckpointedBlockHeadersForEpoch: z.function().args(EpochNumberSchema).returns(z.array(BlockHeader.schema)),
@@ -50,6 +50,26 @@ export interface AztecNodeAdmin {
50
50
 
51
51
  /** Returns all offenses applicable for the given round. */
52
52
  getSlashOffenses(round: bigint | 'all' | 'current'): Promise<Offense[]>;
53
+
54
+ /**
55
+ * Reloads keystore configuration from disk.
56
+ *
57
+ * What is updated:
58
+ * - Validator attester keys
59
+ * - Coinbase address per validator
60
+ * - Fee recipient address per validator
61
+ *
62
+ * What is NOT updated (requires node restart):
63
+ * - L1 publisher signers (the funded accounts that send L1 transactions)
64
+ * - Prover keys
65
+ * - HA signer PostgreSQL connections
66
+ *
67
+ * Notes:
68
+ * - New validators must use a publisher key that was already configured at node
69
+ * startup (or omit the publisher field to fall back to the attester key).
70
+ * A validator with an unknown publisher key will cause the reload to be rejected.
71
+ */
72
+ reloadKeystore(): Promise<void>;
53
73
  }
54
74
 
55
75
  // L1 contracts are not mutable via admin updates.
@@ -88,16 +108,19 @@ export const AztecNodeAdminApiSchema: ApiSchemaFor<AztecNodeAdmin> = {
88
108
  .function()
89
109
  .args(z.union([z.bigint(), z.literal('all'), z.literal('current')]))
90
110
  .returns(z.array(OffenseSchema)),
111
+ reloadKeystore: z.function().returns(z.void()),
91
112
  };
92
113
 
93
114
  export function createAztecNodeAdminClient(
94
115
  url: string,
95
116
  versions: Partial<ComponentsVersions> = {},
96
117
  fetch = defaultFetch,
118
+ apiKey?: string,
97
119
  ): AztecNodeAdmin {
98
120
  return createSafeJsonRpcClient<AztecNodeAdmin>(url, AztecNodeAdminApiSchema, {
99
121
  namespaceMethods: 'nodeAdmin',
100
122
  fetch,
101
123
  onResponse: getVersioningResponseHandler(versions),
124
+ ...(apiKey ? { extraHeaders: { 'x-api-key': apiKey } } : {}),
102
125
  });
103
126
  }
@@ -0,0 +1,40 @@
1
+ import { createSafeJsonRpcClient, defaultFetch } from '@aztec/foundation/json-rpc/client';
2
+
3
+ import { z } from 'zod';
4
+
5
+ import type { ApiSchemaFor } from '../schemas/schemas.js';
6
+ import { type ComponentsVersions, getVersioningResponseHandler } from '../versioning/index.js';
7
+
8
+ /**
9
+ * Debug interface for Aztec node available in sandbox/local-network mode.
10
+ */
11
+ export interface AztecNodeDebug {
12
+ /**
13
+ * Triggers the sequencer to produce an L2 block and waits for it to appear.
14
+ *
15
+ * **Precondition**: The current L2 slot must not already contain a block. Callers must ensure L1 time has been
16
+ * advanced to a slot with no existing block before calling this method (e.g. via `EthCheatCodes.warp()`).
17
+ * If the slot is already taken, the sequencer will fail to propose and this call will time out.
18
+ *
19
+ * @throws If no sequencer is running.
20
+ */
21
+ mineBlock(): Promise<void>;
22
+ }
23
+
24
+ export const AztecNodeDebugApiSchema: ApiSchemaFor<AztecNodeDebug> = {
25
+ mineBlock: z.function().returns(z.void()),
26
+ };
27
+
28
+ export function createAztecNodeDebugClient(
29
+ url: string,
30
+ versions: Partial<ComponentsVersions> = {},
31
+ fetch = defaultFetch,
32
+ apiKey?: string,
33
+ ): AztecNodeDebug {
34
+ return createSafeJsonRpcClient<AztecNodeDebug>(url, AztecNodeDebugApiSchema, {
35
+ namespaceMethods: 'nodeDebug',
36
+ fetch,
37
+ onResponse: getVersioningResponseHandler(versions),
38
+ ...(apiKey ? { extraHeaders: { 'x-api-key': apiKey } } : {}),
39
+ });
40
+ }
@@ -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),