@aztec/stdlib 0.0.1-commit.ff7989d6c → 0.0.1-commit.ffe5b04ea

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 (219) hide show
  1. package/dest/abi/decoder.d.ts +2 -2
  2. package/dest/abi/decoder.d.ts.map +1 -1
  3. package/dest/abi/decoder.js +7 -5
  4. package/dest/abi/encoder.d.ts +1 -1
  5. package/dest/abi/encoder.d.ts.map +1 -1
  6. package/dest/abi/encoder.js +37 -6
  7. package/dest/abi/event_metadata_definition.d.ts +3 -1
  8. package/dest/abi/event_metadata_definition.d.ts.map +1 -1
  9. package/dest/abi/event_metadata_definition.js +1 -1
  10. package/dest/abi/utils.d.ts +14 -1
  11. package/dest/abi/utils.d.ts.map +1 -1
  12. package/dest/abi/utils.js +15 -0
  13. package/dest/avm/avm.d.ts +300 -300
  14. package/dest/avm/avm_proving_request.d.ts +166 -166
  15. package/dest/avm/revert_code.d.ts +16 -1
  16. package/dest/avm/revert_code.d.ts.map +1 -1
  17. package/dest/avm/revert_code.js +15 -5
  18. package/dest/block/l2_block.d.ts +9 -1
  19. package/dest/block/l2_block.d.ts.map +1 -1
  20. package/dest/block/l2_block.js +12 -2
  21. package/dest/block/l2_block_source.d.ts +6 -1
  22. package/dest/block/l2_block_source.d.ts.map +1 -1
  23. package/dest/block/l2_block_stream/l2_block_stream.d.ts +1 -1
  24. package/dest/block/l2_block_stream/l2_block_stream.d.ts.map +1 -1
  25. package/dest/block/l2_block_stream/l2_block_stream.js +10 -0
  26. package/dest/checkpoint/checkpoint.d.ts +2 -1
  27. package/dest/checkpoint/checkpoint.d.ts.map +1 -1
  28. package/dest/checkpoint/checkpoint.js +9 -4
  29. package/dest/checkpoint/index.d.ts +2 -1
  30. package/dest/checkpoint/index.d.ts.map +1 -1
  31. package/dest/checkpoint/index.js +1 -0
  32. package/dest/checkpoint/validate.d.ts +36 -0
  33. package/dest/checkpoint/validate.d.ts.map +1 -0
  34. package/dest/checkpoint/validate.js +120 -0
  35. package/dest/config/sequencer-config.d.ts +4 -2
  36. package/dest/config/sequencer-config.d.ts.map +1 -1
  37. package/dest/config/sequencer-config.js +6 -0
  38. package/dest/gas/gas_fees.d.ts +1 -1
  39. package/dest/gas/gas_fees.d.ts.map +1 -1
  40. package/dest/gas/gas_fees.js +4 -1
  41. package/dest/ha-signing/config.d.ts +49 -14
  42. package/dest/ha-signing/config.d.ts.map +1 -1
  43. package/dest/ha-signing/config.js +20 -15
  44. package/dest/ha-signing/index.d.ts +3 -2
  45. package/dest/ha-signing/index.d.ts.map +1 -1
  46. package/dest/ha-signing/index.js +2 -1
  47. package/dest/ha-signing/local_config.d.ts +63 -0
  48. package/dest/ha-signing/local_config.d.ts.map +1 -0
  49. package/dest/ha-signing/local_config.js +24 -0
  50. package/dest/interfaces/allowed_element.d.ts +26 -20
  51. package/dest/interfaces/allowed_element.d.ts.map +1 -1
  52. package/dest/interfaces/allowed_element.js +8 -8
  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 +1 -0
  56. package/dest/interfaces/aztec-node-admin.d.ts +70 -30
  57. package/dest/interfaces/aztec-node-admin.d.ts.map +1 -1
  58. package/dest/interfaces/aztec-node.d.ts +10 -5
  59. package/dest/interfaces/aztec-node.d.ts.map +1 -1
  60. package/dest/interfaces/aztec-node.js +3 -2
  61. package/dest/interfaces/block-builder.d.ts +11 -5
  62. package/dest/interfaces/block-builder.d.ts.map +1 -1
  63. package/dest/interfaces/block-builder.js +7 -2
  64. package/dest/interfaces/configs.d.ts +57 -32
  65. package/dest/interfaces/configs.d.ts.map +1 -1
  66. package/dest/interfaces/configs.js +5 -2
  67. package/dest/interfaces/p2p.d.ts +3 -8
  68. package/dest/interfaces/p2p.d.ts.map +1 -1
  69. package/dest/interfaces/validator.d.ts +103 -41
  70. package/dest/interfaces/validator.d.ts.map +1 -1
  71. package/dest/interfaces/validator.js +8 -4
  72. package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts +3 -3
  73. package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts.map +1 -1
  74. package/dest/kernel/hints/build_note_hash_read_request_hints.js +13 -10
  75. package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts +3 -3
  76. package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts.map +1 -1
  77. package/dest/kernel/hints/build_nullifier_read_request_hints.js +13 -10
  78. package/dest/kernel/hints/build_transient_data_hints.d.ts +5 -2
  79. package/dest/kernel/hints/build_transient_data_hints.d.ts.map +1 -1
  80. package/dest/kernel/hints/build_transient_data_hints.js +9 -3
  81. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts +2 -1
  82. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts.map +1 -1
  83. package/dest/kernel/private_kernel_tail_circuit_public_inputs.js +4 -0
  84. package/dest/kv-store/config.d.ts +17 -0
  85. package/dest/kv-store/config.d.ts.map +1 -0
  86. package/dest/kv-store/config.js +26 -0
  87. package/dest/kv-store/index.d.ts +2 -0
  88. package/dest/kv-store/index.d.ts.map +1 -0
  89. package/dest/kv-store/index.js +1 -0
  90. package/dest/logs/debug_log_store.d.ts +30 -0
  91. package/dest/logs/debug_log_store.d.ts.map +1 -0
  92. package/dest/logs/debug_log_store.js +30 -0
  93. package/dest/logs/extended_directional_app_tagging_secret.d.ts +47 -0
  94. package/dest/logs/extended_directional_app_tagging_secret.d.ts.map +1 -0
  95. package/dest/logs/{directional_app_tagging_secret.js → extended_directional_app_tagging_secret.js} +23 -15
  96. package/dest/logs/index.d.ts +3 -2
  97. package/dest/logs/index.d.ts.map +1 -1
  98. package/dest/logs/index.js +2 -1
  99. package/dest/logs/pre_tag.d.ts +16 -11
  100. package/dest/logs/pre_tag.d.ts.map +1 -1
  101. package/dest/logs/pre_tag.js +2 -2
  102. package/dest/logs/public_log.d.ts +4 -3
  103. package/dest/logs/public_log.d.ts.map +1 -1
  104. package/dest/logs/public_log.js +2 -1
  105. package/dest/logs/siloed_tag.d.ts +5 -3
  106. package/dest/logs/siloed_tag.d.ts.map +1 -1
  107. package/dest/logs/siloed_tag.js +6 -1
  108. package/dest/logs/tag.js +1 -1
  109. package/dest/p2p/attestation_utils.d.ts +11 -1
  110. package/dest/p2p/attestation_utils.d.ts.map +1 -1
  111. package/dest/p2p/attestation_utils.js +45 -0
  112. package/dest/p2p/checkpoint_proposal.d.ts +1 -6
  113. package/dest/p2p/checkpoint_proposal.d.ts.map +1 -1
  114. package/dest/p2p/checkpoint_proposal.js +0 -12
  115. package/dest/p2p/client_type.d.ts +2 -5
  116. package/dest/p2p/client_type.d.ts.map +1 -1
  117. package/dest/p2p/client_type.js +0 -7
  118. package/dest/p2p/index.d.ts +1 -2
  119. package/dest/p2p/index.d.ts.map +1 -1
  120. package/dest/p2p/index.js +0 -1
  121. package/dest/p2p/peer_error.d.ts +3 -1
  122. package/dest/p2p/peer_error.d.ts.map +1 -1
  123. package/dest/p2p/peer_error.js +5 -0
  124. package/dest/p2p/topic_type.d.ts +3 -4
  125. package/dest/p2p/topic_type.d.ts.map +1 -1
  126. package/dest/p2p/topic_type.js +7 -24
  127. package/dest/slashing/tally.d.ts +7 -2
  128. package/dest/slashing/tally.d.ts.map +1 -1
  129. package/dest/slashing/tally.js +30 -2
  130. package/dest/tests/factories.d.ts +3 -1
  131. package/dest/tests/factories.d.ts.map +1 -1
  132. package/dest/tests/factories.js +8 -0
  133. package/dest/tests/mocks.d.ts +5 -3
  134. package/dest/tests/mocks.d.ts.map +1 -1
  135. package/dest/tests/mocks.js +18 -13
  136. package/dest/tx/block_header.d.ts +3 -1
  137. package/dest/tx/block_header.d.ts.map +1 -1
  138. package/dest/tx/block_header.js +4 -0
  139. package/dest/tx/simulated_tx.d.ts +5 -2
  140. package/dest/tx/simulated_tx.d.ts.map +1 -1
  141. package/dest/tx/simulated_tx.js +4 -1
  142. package/dest/tx/tx.d.ts +6 -5
  143. package/dest/tx/tx.d.ts.map +1 -1
  144. package/dest/tx/tx.js +18 -6
  145. package/dest/tx/tx_receipt.d.ts +16 -2
  146. package/dest/tx/tx_receipt.d.ts.map +1 -1
  147. package/dest/tx/tx_receipt.js +11 -3
  148. package/dest/tx/validator/error_texts.d.ts +5 -1
  149. package/dest/tx/validator/error_texts.d.ts.map +1 -1
  150. package/dest/tx/validator/error_texts.js +4 -0
  151. package/dest/update-checker/index.d.ts +3 -2
  152. package/dest/update-checker/index.d.ts.map +1 -1
  153. package/dest/update-checker/index.js +2 -1
  154. package/dest/update-checker/package_version.d.ts +3 -0
  155. package/dest/update-checker/package_version.d.ts.map +1 -0
  156. package/dest/update-checker/package_version.js +11 -0
  157. package/dest/update-checker/version_checker.d.ts +25 -0
  158. package/dest/update-checker/version_checker.d.ts.map +1 -0
  159. package/dest/update-checker/version_checker.js +50 -0
  160. package/package.json +11 -10
  161. package/src/abi/decoder.ts +15 -6
  162. package/src/abi/encoder.ts +49 -6
  163. package/src/abi/event_metadata_definition.ts +2 -0
  164. package/src/abi/utils.ts +25 -0
  165. package/src/avm/revert_code.ts +15 -0
  166. package/src/block/l2_block.ts +13 -1
  167. package/src/block/l2_block_source.ts +6 -0
  168. package/src/block/l2_block_stream/l2_block_stream.ts +21 -0
  169. package/src/checkpoint/checkpoint.ts +12 -3
  170. package/src/checkpoint/index.ts +1 -0
  171. package/src/checkpoint/validate.ts +230 -0
  172. package/src/config/sequencer-config.ts +9 -1
  173. package/src/gas/gas_fees.ts +7 -1
  174. package/src/ha-signing/config.ts +45 -38
  175. package/src/ha-signing/index.ts +9 -0
  176. package/src/ha-signing/local_config.ts +46 -0
  177. package/src/interfaces/allowed_element.ts +29 -9
  178. package/src/interfaces/archiver.ts +1 -0
  179. package/src/interfaces/aztec-node.ts +14 -4
  180. package/src/interfaces/block-builder.ts +25 -5
  181. package/src/interfaces/configs.ts +22 -8
  182. package/src/interfaces/p2p.ts +2 -13
  183. package/src/interfaces/validator.ts +50 -28
  184. package/src/kernel/hints/build_note_hash_read_request_hints.ts +14 -18
  185. package/src/kernel/hints/build_nullifier_read_request_hints.ts +15 -18
  186. package/src/kernel/hints/build_transient_data_hints.ts +17 -2
  187. package/src/kernel/private_kernel_tail_circuit_public_inputs.ts +9 -0
  188. package/src/kv-store/config.ts +36 -0
  189. package/src/kv-store/index.ts +1 -0
  190. package/src/logs/debug_log_store.ts +54 -0
  191. package/src/logs/{directional_app_tagging_secret.ts → extended_directional_app_tagging_secret.ts} +24 -16
  192. package/src/logs/index.ts +2 -1
  193. package/src/logs/pre_tag.ts +5 -5
  194. package/src/logs/public_log.ts +4 -2
  195. package/src/logs/siloed_tag.ts +8 -2
  196. package/src/logs/tag.ts +1 -1
  197. package/src/p2p/attestation_utils.ts +56 -0
  198. package/src/p2p/checkpoint_proposal.ts +0 -17
  199. package/src/p2p/client_type.ts +0 -6
  200. package/src/p2p/index.ts +0 -1
  201. package/src/p2p/peer_error.ts +7 -0
  202. package/src/p2p/topic_type.ts +8 -15
  203. package/src/slashing/tally.ts +34 -1
  204. package/src/tests/factories.ts +9 -0
  205. package/src/tests/mocks.ts +25 -10
  206. package/src/tx/block_header.ts +6 -0
  207. package/src/tx/simulated_tx.ts +8 -1
  208. package/src/tx/tx.ts +20 -11
  209. package/src/tx/tx_receipt.ts +10 -0
  210. package/src/tx/validator/error_texts.ts +4 -0
  211. package/src/update-checker/index.ts +2 -1
  212. package/src/update-checker/package_version.ts +17 -0
  213. package/src/update-checker/version_checker.ts +65 -0
  214. package/dest/logs/directional_app_tagging_secret.d.ts +0 -40
  215. package/dest/logs/directional_app_tagging_secret.d.ts.map +0 -1
  216. package/dest/update-checker/update-checker.d.ts +0 -49
  217. package/dest/update-checker/update-checker.d.ts.map +0 -1
  218. package/dest/update-checker/update-checker.js +0 -130
  219. package/src/update-checker/update-checker.ts +0 -166
@@ -0,0 +1,50 @@
1
+ import { createLogger } from '@aztec/foundation/log';
2
+ import { RunningPromise } from '@aztec/foundation/promise';
3
+ import { EventEmitter } from 'node:events';
4
+ export class VersionChecker extends EventEmitter {
5
+ checks;
6
+ logger;
7
+ runningPromise;
8
+ constructor(checks, intervalCheckMs = 60_000, logger = createLogger('version_checker')){
9
+ super(), this.checks = checks, this.logger = logger, this.run = async ()=>{
10
+ await Promise.allSettled(this.checks.map((check)=>this.checkVersion(check)));
11
+ };
12
+ this.runningPromise = new RunningPromise(this.run, logger, intervalCheckMs);
13
+ }
14
+ start() {
15
+ if (this.runningPromise.isRunning()) {
16
+ this.logger.warn('VersionChecker is already running');
17
+ return;
18
+ }
19
+ this.runningPromise.start();
20
+ this.logger.info('Version check started');
21
+ }
22
+ trigger() {
23
+ return this.runningPromise.trigger();
24
+ }
25
+ async stop() {
26
+ if (!this.runningPromise.isRunning()) {
27
+ this.logger.warn('VersionChecker is not running');
28
+ return;
29
+ }
30
+ await this.runningPromise.stop();
31
+ this.logger.info('Version checker stopped');
32
+ }
33
+ run;
34
+ async checkVersion({ name, currentVersion, getLatestVersion }) {
35
+ try {
36
+ const latestVersion = await getLatestVersion();
37
+ if (latestVersion && latestVersion !== currentVersion) {
38
+ this.emit('newVersion', {
39
+ name,
40
+ latestVersion,
41
+ currentVersion
42
+ });
43
+ }
44
+ } catch (err) {
45
+ this.logger.warn(`Error checking for new ${name} versions: ${err}`, {
46
+ err
47
+ });
48
+ }
49
+ }
50
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/stdlib",
3
- "version": "0.0.1-commit.ff7989d6c",
3
+ "version": "0.0.1-commit.ffe5b04ea",
4
4
  "type": "module",
5
5
  "inherits": [
6
6
  "../package.common.json",
@@ -63,7 +63,8 @@
63
63
  "./slashing": "./dest/slashing/index.js",
64
64
  "./l1-contracts": "./dest/l1-contracts/index.js",
65
65
  "./world-state": "./dest/world-state/index.js",
66
- "./timetable": "./dest/timetable/index.js"
66
+ "./timetable": "./dest/timetable/index.js",
67
+ "./kv-store": "./dest/kv-store/index.js"
67
68
  },
68
69
  "typedocOptions": {
69
70
  "entryPoints": [
@@ -91,15 +92,15 @@
91
92
  },
92
93
  "dependencies": {
93
94
  "@aws-sdk/client-s3": "^3.892.0",
94
- "@aztec/bb.js": "0.0.1-commit.ff7989d6c",
95
- "@aztec/blob-lib": "0.0.1-commit.ff7989d6c",
96
- "@aztec/constants": "0.0.1-commit.ff7989d6c",
97
- "@aztec/ethereum": "0.0.1-commit.ff7989d6c",
98
- "@aztec/foundation": "0.0.1-commit.ff7989d6c",
99
- "@aztec/l1-artifacts": "0.0.1-commit.ff7989d6c",
100
- "@aztec/noir-noirc_abi": "0.0.1-commit.ff7989d6c",
95
+ "@aztec/bb.js": "0.0.1-commit.ffe5b04ea",
96
+ "@aztec/blob-lib": "0.0.1-commit.ffe5b04ea",
97
+ "@aztec/constants": "0.0.1-commit.ffe5b04ea",
98
+ "@aztec/ethereum": "0.0.1-commit.ffe5b04ea",
99
+ "@aztec/foundation": "0.0.1-commit.ffe5b04ea",
100
+ "@aztec/l1-artifacts": "0.0.1-commit.ffe5b04ea",
101
+ "@aztec/noir-noirc_abi": "0.0.1-commit.ffe5b04ea",
101
102
  "@google-cloud/storage": "^7.15.0",
102
- "axios": "^1.12.0",
103
+ "axios": "^1.13.5",
103
104
  "json-stringify-deterministic": "1.0.12",
104
105
  "lodash.chunk": "^4.2.0",
105
106
  "lodash.isequal": "^4.5.0",
@@ -2,12 +2,19 @@ import { Fr } from '@aztec/foundation/curves/bn254';
2
2
 
3
3
  import { AztecAddress } from '../aztec-address/index.js';
4
4
  import type { ABIParameter, ABIVariable, AbiType } from './abi.js';
5
- import { isAztecAddressStruct, parseSignedInt } from './utils.js';
5
+ import { isAztecAddressStruct, isOptionStruct, parseSignedInt } from './utils.js';
6
6
 
7
7
  /**
8
8
  * The type of our decoded ABI.
9
9
  */
10
- export type AbiDecoded = bigint | boolean | string | AztecAddress | AbiDecoded[] | { [key: string]: AbiDecoded };
10
+ export type AbiDecoded =
11
+ | bigint
12
+ | boolean
13
+ | string
14
+ | AztecAddress
15
+ | AbiDecoded[]
16
+ | { [key: string]: AbiDecoded }
17
+ | undefined;
11
18
 
12
19
  /**
13
20
  * Decodes values using a provided ABI.
@@ -51,6 +58,11 @@ class AbiDecoder {
51
58
  if (isAztecAddressStruct(abiType)) {
52
59
  return new AztecAddress(this.getNextField().toBuffer());
53
60
  }
61
+ if (isOptionStruct(abiType)) {
62
+ const isSome = this.decodeNext(abiType.fields[0].type);
63
+ const value = this.decodeNext(abiType.fields[1].type);
64
+ return isSome ? value : undefined;
65
+ }
54
66
 
55
67
  for (const field of abiType.fields) {
56
68
  struct[field.name] = this.decodeNext(field.type);
@@ -135,10 +147,7 @@ export class FunctionSignatureDecoder {
135
147
  case 'field':
136
148
  return 'Field';
137
149
  case 'integer':
138
- if (param.sign === 'signed') {
139
- throw new Error('Unsupported type: signed integer');
140
- }
141
- return `u${param.width}`;
150
+ return param.sign === 'signed' ? `i${param.width}` : `u${param.width}`;
142
151
  case 'boolean':
143
152
  return 'bool';
144
153
  case 'array':
@@ -1,7 +1,13 @@
1
1
  import { Fr } from '@aztec/foundation/curves/bn254';
2
2
 
3
3
  import type { AbiType, FunctionAbi } from './abi.js';
4
- import { isAddressStruct, isBoundedVecStruct, isFunctionSelectorStruct, isWrappedFieldStruct } from './utils.js';
4
+ import {
5
+ isAddressStruct,
6
+ isBoundedVecStruct,
7
+ isFunctionSelectorStruct,
8
+ isOptionStruct,
9
+ isWrappedFieldStruct,
10
+ } from './utils.js';
5
11
 
6
12
  /**
7
13
  * Encodes arguments for a function call.
@@ -43,6 +49,32 @@ class ArgumentEncoder {
43
49
  * @param name - Name.
44
50
  */
45
51
  private encodeArgument(abiType: AbiType, arg: any, name?: string) {
52
+ if (isOptionStruct(abiType)) {
53
+ const optionType = abiType as Extract<AbiType, { kind: 'struct' }>;
54
+ const [isSomeField, valueField] = optionType.fields;
55
+
56
+ if (arg === undefined || arg === null) {
57
+ this.encodeArgument(isSomeField.type, false, `${name}._is_some`);
58
+ this.#encodeDefaultValue(valueField.type);
59
+ return;
60
+ }
61
+
62
+ if (typeof arg === 'object' && '_is_some' in arg) {
63
+ this.encodeArgument(isSomeField.type, arg._is_some, `${name}._is_some`);
64
+
65
+ if (arg._is_some) {
66
+ this.encodeArgument(valueField.type, arg._value, `${name}._value`);
67
+ } else {
68
+ this.#encodeDefaultValue(valueField.type);
69
+ }
70
+ return;
71
+ }
72
+
73
+ this.encodeArgument(isSomeField.type, true, `${name}._is_some`);
74
+ this.encodeArgument(valueField.type, arg, `${name}._value`);
75
+ return;
76
+ }
77
+
46
78
  if (arg === undefined || arg == null) {
47
79
  throw new Error(`Undefined argument ${name ?? 'unnamed'} of type ${abiType.kind}`);
48
80
  }
@@ -123,14 +155,17 @@ class ArgumentEncoder {
123
155
  }
124
156
  break;
125
157
  }
126
- case 'integer':
127
- if (typeof arg === 'string') {
128
- const value = BigInt(arg);
129
- this.flattened.push(new Fr(value));
158
+ case 'integer': {
159
+ const value = BigInt(arg);
160
+ if (abiType.sign === 'signed' && value < 0n) {
161
+ // Convert negative values to two's complement representation
162
+ const twosComplement = value + (1n << BigInt(abiType.width));
163
+ this.flattened.push(new Fr(twosComplement));
130
164
  } else {
131
- this.flattened.push(new Fr(arg));
165
+ this.flattened.push(new Fr(value));
132
166
  }
133
167
  break;
168
+ }
134
169
  default:
135
170
  throw new Error(`Unsupported type: ${abiType.kind}`);
136
171
  }
@@ -224,6 +259,14 @@ class ArgumentEncoder {
224
259
  this.encodeArgument(lenField.type, arg.length, 'len');
225
260
  }
226
261
  }
262
+
263
+ /**
264
+ * Appends the flattened zero value for an ABI type.
265
+ * Option::None still serializes the wrapped value, so we need to zero-fill its footprint.
266
+ */
267
+ #encodeDefaultValue(abiType: AbiType) {
268
+ this.flattened.push(...new Array(ArgumentEncoder.typeSize(abiType)).fill(Fr.ZERO));
269
+ }
227
270
  }
228
271
 
229
272
  /**
@@ -1,8 +1,10 @@
1
1
  import type { AbiType } from './abi.js';
2
2
  import type { EventSelector } from './event_selector.js';
3
3
 
4
+ /** Metadata for a contract event, used to decode emitted event logs back into structured data. */
4
5
  export type EventMetadataDefinition = {
5
6
  eventSelector: EventSelector;
6
7
  abiType: AbiType;
8
+ /** Names of the event's struct members (not serialized Noir Field elements). */
7
9
  fieldNames: string[];
8
10
  };
package/src/abi/utils.ts CHANGED
@@ -81,6 +81,31 @@ export function isBoundedVecStruct(abiType: AbiType) {
81
81
  );
82
82
  }
83
83
 
84
+ /**
85
+ * Returns whether the ABI type is Noir's std::option::Option lowered to a struct.
86
+ * @param abiType - Type to check.
87
+ * @returns A boolean indicating whether the ABI type is an Option struct.
88
+ */
89
+ export function isOptionStruct(abiType: AbiType) {
90
+ return (
91
+ abiType.kind === 'struct' &&
92
+ abiType.path === 'std::option::Option' &&
93
+ abiType.fields.length === 2 &&
94
+ abiType.fields[0].name === '_is_some' &&
95
+ abiType.fields[1].name === '_value'
96
+ );
97
+ }
98
+
99
+ /**
100
+ * Returns whether `null` or `undefined` can be mapped to a valid ABI value for this type.
101
+ *
102
+ * @param abiType - Type to check.
103
+ * @returns A boolean indicating whether nullish values are valid shorthand for this ABI type.
104
+ */
105
+ export function canBeMappedFromNullOrUndefined(abiType: AbiType) {
106
+ return isOptionStruct(abiType);
107
+ }
108
+
84
109
  /**
85
110
  * Returns a bigint by parsing a serialized 2's complement signed int.
86
111
  * @param b - The signed int as a buffer
@@ -5,10 +5,25 @@ import { BufferReader, FieldReader } from '@aztec/foundation/serialize';
5
5
  import { inspect } from 'util';
6
6
  import { z } from 'zod';
7
7
 
8
+ /**
9
+ * Tracks which revertible phases of a transaction's public execution reverted.
10
+ *
11
+ * A transaction executes in three sequential phases:
12
+ * 1. SETUP – non-revertible; if this fails the entire transaction is rejected.
13
+ * 2. APP_LOGIC – revertible; its state changes are rolled back on failure.
14
+ * 3. TEARDOWN – revertible; always runs (even after app-logic revert) so the fee-payment contract can clean up.
15
+ *
16
+ * Only APP_LOGIC and TEARDOWN can produce a revert code. SETUP failures throw instead and discard the transaction
17
+ * entirely.
18
+ */
8
19
  export enum RevertCodeEnum {
20
+ /** All phases completed successfully; no state was rolled back. */
9
21
  OK = 0,
22
+ /** APP_LOGIC reverted; its state changes were discarded. If present, TEARDOWN still ran and succeeded. */
10
23
  APP_LOGIC_REVERTED = 1,
24
+ /** TEARDOWN reverted; its state changes were discarded. APP_LOGIC succeeded. */
11
25
  TEARDOWN_REVERTED = 2,
26
+ /** Both APP_LOGIC and TEARDOWN reverted; only SETUP effects are kept. */
12
27
  BOTH_REVERTED = 3,
13
28
  }
14
29
 
@@ -1,4 +1,5 @@
1
1
  import { type BlockBlobData, encodeBlockBlobData } from '@aztec/blob-lib/encoding';
2
+ import { DA_GAS_PER_FIELD } from '@aztec/constants';
2
3
  import {
3
4
  BlockNumber,
4
5
  CheckpointNumber,
@@ -175,7 +176,7 @@ export class L2Block {
175
176
  } & Partial<Parameters<typeof BlockHeader.random>[0]> = {},
176
177
  ): Promise<L2Block> {
177
178
  const archive = new AppendOnlyTreeSnapshot(Fr.random(), blockNumber + 1);
178
- const header = BlockHeader.random({ blockNumber, ...blockHeaderOverrides });
179
+ const header = BlockHeader.random({ ...blockHeaderOverrides, blockNumber });
179
180
  const body = await Body.random({ txsPerBlock, makeTxOptions, ...txOptions });
180
181
  return new L2Block(archive, header, body, checkpointNumber, indexWithinCheckpoint);
181
182
  }
@@ -221,4 +222,15 @@ export class L2Block {
221
222
  timestamp: this.header.globalVariables.timestamp,
222
223
  };
223
224
  }
225
+
226
+ /**
227
+ * Compute how much DA gas this block uses.
228
+ *
229
+ * @remarks This assumes DA gas is computed solely based on the number of blob fields in transactions.
230
+ * This may change in the future, but we cannot access the actual DA gas used in a block since it's not exposed
231
+ * in the L2BlockHeader, so we have to rely on recomputing it.
232
+ */
233
+ computeDAGasUsed(): number {
234
+ return this.body.txEffects.reduce((total, txEffect) => total + txEffect.getNumBlobFields(), 0) * DA_GAS_PER_FIELD;
235
+ }
224
236
  }
@@ -49,6 +49,12 @@ export interface L2BlockSource {
49
49
  */
50
50
  getBlockNumber(): Promise<BlockNumber>;
51
51
 
52
+ /**
53
+ * Gets the number of the latest L2 checkpoint processed by the block source implementation.
54
+ * @returns The number of the latest L2 checkpoint processed by the block source implementation.
55
+ */
56
+ getCheckpointNumber(): Promise<CheckpointNumber>;
57
+
52
58
  /**
53
59
  * Gets the number of the latest L2 block proven seen by the block source implementation.
54
60
  * @returns The number of the latest L2 block proven seen by the block source implementation.
@@ -109,6 +109,27 @@ export class L2BlockStream {
109
109
 
110
110
  let nextBlockNumber = latestBlockNumber + 1;
111
111
  let nextCheckpointToEmit = CheckpointNumber(localTips.checkpointed.checkpoint.number + 1);
112
+
113
+ // When startingBlock is set, also skip ahead for checkpoints.
114
+ if (
115
+ this.opts.startingBlock !== undefined &&
116
+ this.opts.startingBlock >= 1 &&
117
+ nextCheckpointToEmit <= sourceTips.checkpointed.checkpoint.number
118
+ ) {
119
+ const startingBlockCheckpoints = await this.l2BlockSource.getCheckpointedBlocks(
120
+ BlockNumber(this.opts.startingBlock),
121
+ 1,
122
+ );
123
+ if (startingBlockCheckpoints.length > 0) {
124
+ nextCheckpointToEmit = CheckpointNumber(
125
+ Math.max(nextCheckpointToEmit, startingBlockCheckpoints[0].checkpointNumber),
126
+ );
127
+ } else {
128
+ // startingBlock is past all checkpointed blocks; skip Loop 1 entirely.
129
+ nextCheckpointToEmit = CheckpointNumber(sourceTips.checkpointed.checkpoint.number + 1);
130
+ }
131
+ }
132
+
112
133
  if (this.opts.skipFinalized) {
113
134
  // When skipping finalized blocks we need to provide reliable reorg detection while fetching as few blocks as
114
135
  // possible. Finalized blocks cannot be reorged by definition, so we can skip most of them. We do need the very
@@ -6,7 +6,7 @@ import {
6
6
  IndexWithinCheckpoint,
7
7
  SlotNumber,
8
8
  } from '@aztec/foundation/branded-types';
9
- import { sum } from '@aztec/foundation/collection';
9
+ import { pick, sum } from '@aztec/foundation/collection';
10
10
  import { Fr } from '@aztec/foundation/curves/bn254';
11
11
  import { BufferReader, serializeSignedBigInt, serializeToBuffer } from '@aztec/foundation/serialize';
12
12
  import type { FieldsOf } from '@aztec/foundation/types';
@@ -152,10 +152,12 @@ export class Checkpoint {
152
152
  startBlockNumber?: number;
153
153
  previousArchive?: AppendOnlyTreeSnapshot;
154
154
  feeAssetPriceModifier?: bigint;
155
+ archive?: AppendOnlyTreeSnapshot;
155
156
  } & Partial<Parameters<typeof CheckpointHeader.random>[0]> &
156
157
  Partial<Parameters<typeof L2Block.random>[1]> = {},
157
158
  ) {
158
- const header = CheckpointHeader.random(options);
159
+ const headerOptions = previousArchive ? { lastArchiveRoot: previousArchive.root, ...options } : options;
160
+ const header = CheckpointHeader.random(headerOptions);
159
161
 
160
162
  // Create blocks sequentially to chain archive roots properly.
161
163
  // Each block's header.lastArchive must equal the previous block's archive.
@@ -166,11 +168,18 @@ export class Checkpoint {
166
168
  indexWithinCheckpoint: IndexWithinCheckpoint(i),
167
169
  ...options,
168
170
  ...(lastArchive ? { lastArchive } : {}),
171
+ ...pick(header, 'slotNumber', 'timestamp', 'coinbase', 'feeRecipient', 'gasFees'),
169
172
  });
170
173
  lastArchive = block.archive;
171
174
  blocks.push(block);
172
175
  }
173
176
 
174
- return new Checkpoint(AppendOnlyTreeSnapshot.random(), header, blocks, checkpointNumber, feeAssetPriceModifier);
177
+ return new Checkpoint(
178
+ options.archive ?? AppendOnlyTreeSnapshot.random(),
179
+ header,
180
+ blocks,
181
+ checkpointNumber,
182
+ feeAssetPriceModifier,
183
+ );
175
184
  }
176
185
  }
@@ -2,3 +2,4 @@ export * from './checkpoint.js';
2
2
  export * from './checkpoint_data.js';
3
3
  export * from './checkpoint_info.js';
4
4
  export * from './published_checkpoint.js';
5
+ export * from './validate.js';
@@ -0,0 +1,230 @@
1
+ import { BLOBS_PER_CHECKPOINT, FIELDS_PER_BLOB, MAX_PROCESSABLE_DA_GAS_PER_CHECKPOINT } from '@aztec/constants';
2
+ import type { CheckpointNumber, SlotNumber } from '@aztec/foundation/branded-types';
3
+ import { sum } from '@aztec/foundation/collection';
4
+
5
+ import { MAX_BLOCKS_PER_CHECKPOINT } from '../deserialization/index.js';
6
+ import type { Checkpoint } from './checkpoint.js';
7
+
8
+ export class CheckpointValidationError extends Error {
9
+ constructor(
10
+ message: string,
11
+ public readonly checkpointNumber: CheckpointNumber,
12
+ public readonly slot: SlotNumber,
13
+ ) {
14
+ super(message);
15
+ this.name = 'CheckpointValidationError';
16
+ }
17
+ }
18
+
19
+ /**
20
+ * Validates a checkpoint. Throws a CheckpointValidationError if any validation fails.
21
+ * - Validates structural integrity (non-empty, block count, sequential numbers, archive chaining, slot consistency)
22
+ * - Validates checkpoint blob field count against maxBlobFields limit
23
+ * - Validates total L2 gas used by checkpoint blocks against the Rollup contract mana limit
24
+ * - Validates total DA gas used by checkpoint blocks against MAX_PROCESSABLE_DA_GAS_PER_CHECKPOINT
25
+ * - Validates individual block L2 gas and DA gas against maxL2BlockGas and maxDABlockGas limits
26
+ */
27
+ export function validateCheckpoint(
28
+ checkpoint: Checkpoint,
29
+ opts: {
30
+ rollupManaLimit?: number;
31
+ maxL2BlockGas?: number;
32
+ maxDABlockGas?: number;
33
+ maxTxsPerCheckpoint?: number;
34
+ maxTxsPerBlock?: number;
35
+ },
36
+ ): void {
37
+ validateCheckpointStructure(checkpoint);
38
+ validateCheckpointLimits(checkpoint, opts);
39
+ validateCheckpointBlocksGasLimits(checkpoint, opts);
40
+ }
41
+
42
+ /**
43
+ * Validates structural integrity of a checkpoint.
44
+ * - Non-empty block list
45
+ * - Block count within MAX_BLOCKS_PER_CHECKPOINT
46
+ * - Checkpoint slot matches the first block's slot
47
+ * - Checkpoint lastArchiveRoot matches the first block's lastArchive root
48
+ * - Sequential block numbers without gaps
49
+ * - Sequential indexWithinCheckpoint starting at 0
50
+ * - Archive root chaining between consecutive blocks
51
+ * - Consistent slot number across all blocks
52
+ * - Global variables (slot, timestamp, coinbase, feeRecipient, gasFees) match checkpoint header for each block
53
+ */
54
+ export function validateCheckpointStructure(checkpoint: Checkpoint): void {
55
+ const { blocks, number, slot } = checkpoint;
56
+
57
+ if (blocks.length === 0) {
58
+ throw new CheckpointValidationError('Checkpoint has no blocks', number, slot);
59
+ }
60
+
61
+ if (blocks.length > MAX_BLOCKS_PER_CHECKPOINT) {
62
+ throw new CheckpointValidationError(
63
+ `Checkpoint has ${blocks.length} blocks, exceeding limit of ${MAX_BLOCKS_PER_CHECKPOINT}`,
64
+ number,
65
+ slot,
66
+ );
67
+ }
68
+
69
+ const firstBlock = blocks[0];
70
+
71
+ if (!checkpoint.header.lastArchiveRoot.equals(firstBlock.header.lastArchive.root)) {
72
+ throw new CheckpointValidationError(
73
+ `Checkpoint lastArchiveRoot does not match first block's lastArchive root`,
74
+ number,
75
+ slot,
76
+ );
77
+ }
78
+
79
+ for (let i = 0; i < blocks.length; i++) {
80
+ const block = blocks[i];
81
+
82
+ if (block.indexWithinCheckpoint !== i) {
83
+ throw new CheckpointValidationError(
84
+ `Block at index ${i} has indexWithinCheckpoint ${block.indexWithinCheckpoint}, expected ${i}`,
85
+ number,
86
+ slot,
87
+ );
88
+ }
89
+
90
+ if (block.slot !== slot) {
91
+ throw new CheckpointValidationError(
92
+ `Block ${block.number} has slot ${block.slot}, expected ${slot} (all blocks must share the same slot)`,
93
+ number,
94
+ slot,
95
+ );
96
+ }
97
+
98
+ if (!checkpoint.header.matchesGlobalVariables(block.header.globalVariables)) {
99
+ throw new CheckpointValidationError(
100
+ `Block ${block.number} global variables (slot, timestamp, coinbase, feeRecipient, gasFees) do not match checkpoint header`,
101
+ number,
102
+ slot,
103
+ );
104
+ }
105
+
106
+ if (i > 0) {
107
+ const prev = blocks[i - 1];
108
+ if (block.number !== prev.number + 1) {
109
+ throw new CheckpointValidationError(
110
+ `Block numbers are not sequential: block at index ${i - 1} has number ${prev.number}, block at index ${i} has number ${block.number}`,
111
+ number,
112
+ slot,
113
+ );
114
+ }
115
+
116
+ if (!block.header.lastArchive.root.equals(prev.archive.root)) {
117
+ throw new CheckpointValidationError(
118
+ `Block ${block.number} lastArchive root does not match archive root of block ${prev.number}`,
119
+ number,
120
+ slot,
121
+ );
122
+ }
123
+ }
124
+ }
125
+ }
126
+
127
+ /** Validates checkpoint blocks gas limits */
128
+ function validateCheckpointBlocksGasLimits(
129
+ checkpoint: Checkpoint,
130
+ opts: {
131
+ maxL2BlockGas?: number;
132
+ maxDABlockGas?: number;
133
+ maxTxsPerBlock?: number;
134
+ },
135
+ ): void {
136
+ const { maxL2BlockGas, maxDABlockGas, maxTxsPerBlock } = opts;
137
+
138
+ if (maxL2BlockGas !== undefined) {
139
+ for (const block of checkpoint.blocks) {
140
+ const blockL2Gas = block.header.totalManaUsed.toNumber();
141
+ if (blockL2Gas > maxL2BlockGas) {
142
+ throw new CheckpointValidationError(
143
+ `Block ${block.number} in checkpoint has L2 gas used ${blockL2Gas} exceeding limit of ${maxL2BlockGas}`,
144
+ checkpoint.number,
145
+ checkpoint.slot,
146
+ );
147
+ }
148
+ }
149
+ }
150
+
151
+ if (maxDABlockGas !== undefined) {
152
+ for (const block of checkpoint.blocks) {
153
+ const blockDAGas = block.computeDAGasUsed();
154
+ if (blockDAGas > maxDABlockGas) {
155
+ throw new CheckpointValidationError(
156
+ `Block ${block.number} in checkpoint has DA gas used ${blockDAGas} exceeding limit of ${maxDABlockGas}`,
157
+ checkpoint.number,
158
+ checkpoint.slot,
159
+ );
160
+ }
161
+ }
162
+ }
163
+
164
+ if (maxTxsPerBlock !== undefined) {
165
+ for (const block of checkpoint.blocks) {
166
+ const blockTxCount = block.body.txEffects.length;
167
+ if (blockTxCount > maxTxsPerBlock) {
168
+ throw new CheckpointValidationError(
169
+ `Block ${block.number} in checkpoint has ${blockTxCount} txs exceeding limit of ${maxTxsPerBlock}`,
170
+ checkpoint.number,
171
+ checkpoint.slot,
172
+ );
173
+ }
174
+ }
175
+ }
176
+ }
177
+
178
+ /** Validates checkpoint max blob fields, gas limits, and tx limits */
179
+ function validateCheckpointLimits(
180
+ checkpoint: Checkpoint,
181
+ opts: {
182
+ rollupManaLimit?: number;
183
+ maxTxsPerCheckpoint?: number;
184
+ },
185
+ ): void {
186
+ const { rollupManaLimit, maxTxsPerCheckpoint } = opts;
187
+
188
+ const maxBlobFields = BLOBS_PER_CHECKPOINT * FIELDS_PER_BLOB;
189
+ const maxDAGas = MAX_PROCESSABLE_DA_GAS_PER_CHECKPOINT;
190
+
191
+ if (rollupManaLimit !== undefined) {
192
+ const checkpointMana = sum(checkpoint.blocks.map(block => block.header.totalManaUsed.toNumber()));
193
+ if (checkpointMana > rollupManaLimit) {
194
+ throw new CheckpointValidationError(
195
+ `Checkpoint mana cost ${checkpointMana} exceeds rollup limit of ${rollupManaLimit}`,
196
+ checkpoint.number,
197
+ checkpoint.slot,
198
+ );
199
+ }
200
+ }
201
+
202
+ const checkpointDAGas = sum(checkpoint.blocks.map(block => block.computeDAGasUsed()));
203
+ if (checkpointDAGas > maxDAGas) {
204
+ throw new CheckpointValidationError(
205
+ `Checkpoint DA gas cost ${checkpointDAGas} exceeds limit of ${maxDAGas}`,
206
+ checkpoint.number,
207
+ checkpoint.slot,
208
+ );
209
+ }
210
+
211
+ const checkpointBlobFields = checkpoint.toBlobFields().length;
212
+ if (checkpointBlobFields > maxBlobFields) {
213
+ throw new CheckpointValidationError(
214
+ `Checkpoint blob field count ${checkpointBlobFields} exceeds limit of ${maxBlobFields}`,
215
+ checkpoint.number,
216
+ checkpoint.slot,
217
+ );
218
+ }
219
+
220
+ if (maxTxsPerCheckpoint !== undefined) {
221
+ const checkpointTxCount = sum(checkpoint.blocks.map(block => block.body.txEffects.length));
222
+ if (checkpointTxCount > maxTxsPerCheckpoint) {
223
+ throw new CheckpointValidationError(
224
+ `Checkpoint tx count ${checkpointTxCount} exceeds limit of ${maxTxsPerCheckpoint}`,
225
+ checkpoint.number,
226
+ checkpoint.slot,
227
+ );
228
+ }
229
+ }
230
+ }
@@ -2,6 +2,9 @@ import type { ConfigMappingsType } from '@aztec/foundation/config';
2
2
 
3
3
  import type { SequencerConfig } from '../interfaces/configs.js';
4
4
 
5
+ /** Default maximum number of transactions per block. */
6
+ export const DEFAULT_MAX_TXS_PER_BLOCK = 32;
7
+
5
8
  /**
6
9
  * Partial sequencer config mappings for fields that need to be shared across packages.
7
10
  * The full sequencer config mappings remain in sequencer-client, but shared fields
@@ -9,7 +12,7 @@ import type { SequencerConfig } from '../interfaces/configs.js';
9
12
  * to avoid duplication.
10
13
  */
11
14
  export const sharedSequencerConfigMappings: ConfigMappingsType<
12
- Pick<SequencerConfig, 'blockDurationMs' | 'expectedBlockProposalsPerSlot'>
15
+ Pick<SequencerConfig, 'blockDurationMs' | 'expectedBlockProposalsPerSlot' | 'maxTxsPerBlock'>
13
16
  > = {
14
17
  blockDurationMs: {
15
18
  env: 'SEQ_BLOCK_DURATION_MS',
@@ -26,4 +29,9 @@ export const sharedSequencerConfigMappings: ConfigMappingsType<
26
29
  parseEnv: (val: string) => (val ? parseInt(val, 10) : 0),
27
30
  defaultValue: 0,
28
31
  },
32
+ maxTxsPerBlock: {
33
+ env: 'SEQ_MAX_TX_PER_BLOCK',
34
+ description: 'The maximum number of txs to include in a block.',
35
+ parseEnv: (val: string) => (val ? parseInt(val, 10) : undefined),
36
+ },
29
37
  };