@aztec/stdlib 0.87.3-nightly.20250529 → 0.87.4

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 (182) hide show
  1. package/dest/abi/abi.d.ts +0 -3
  2. package/dest/abi/abi.d.ts.map +1 -1
  3. package/dest/abi/abi.js +0 -38
  4. package/dest/avm/avm.d.ts +12 -696
  5. package/dest/avm/avm.d.ts.map +1 -1
  6. package/dest/avm/avm.js +8 -16
  7. package/dest/avm/avm_accumulated_data.d.ts +0 -77
  8. package/dest/avm/avm_accumulated_data.d.ts.map +1 -1
  9. package/dest/avm/avm_accumulated_data.js +0 -67
  10. package/dest/avm/avm_circuit_public_inputs.d.ts +3 -73
  11. package/dest/avm/avm_circuit_public_inputs.d.ts.map +1 -1
  12. package/dest/avm/avm_circuit_public_inputs.js +9 -19
  13. package/dest/avm/avm_proving_request.d.ts +0 -366
  14. package/dest/avm/avm_proving_request.d.ts.map +1 -1
  15. package/dest/block/body.d.ts +1 -1
  16. package/dest/block/body.d.ts.map +1 -1
  17. package/dest/block/body.js +2 -2
  18. package/dest/block/index.d.ts +0 -1
  19. package/dest/block/index.d.ts.map +1 -1
  20. package/dest/block/index.js +0 -1
  21. package/dest/block/l2_block.d.ts +2 -3
  22. package/dest/block/l2_block.d.ts.map +1 -1
  23. package/dest/block/l2_block.js +5 -10
  24. package/dest/block/l2_block_source.d.ts +4 -9
  25. package/dest/block/l2_block_source.d.ts.map +1 -1
  26. package/dest/block/l2_block_source.js +0 -1
  27. package/dest/block/published_l2_block.d.ts +69 -99
  28. package/dest/block/published_l2_block.d.ts.map +1 -1
  29. package/dest/block/published_l2_block.js +12 -38
  30. package/dest/block/test/l2_tips_store_test_suite.js +1 -1
  31. package/dest/interfaces/archiver.js +2 -2
  32. package/dest/interfaces/aztec-node.js +2 -2
  33. package/dest/interfaces/p2p.d.ts +2 -5
  34. package/dest/interfaces/p2p.d.ts.map +1 -1
  35. package/dest/interfaces/p2p.js +2 -1
  36. package/dest/interfaces/proving-job.d.ts +4 -370
  37. package/dest/interfaces/proving-job.d.ts.map +1 -1
  38. package/dest/interfaces/proving-job.js +2 -2
  39. package/dest/interfaces/server_circuit_prover.d.ts +2 -3
  40. package/dest/interfaces/server_circuit_prover.d.ts.map +1 -1
  41. package/dest/kernel/hints/find_private_kernel_reset_dimensions.js +1 -1
  42. package/dest/kernel/hints/key_validation_hint.d.ts +6 -2
  43. package/dest/kernel/hints/key_validation_hint.d.ts.map +1 -1
  44. package/dest/kernel/hints/key_validation_hint.js +7 -5
  45. package/dest/kernel/hints/private_kernel_reset_hints.d.ts +7 -7
  46. package/dest/kernel/hints/private_kernel_reset_hints.d.ts.map +1 -1
  47. package/dest/kernel/hints/private_kernel_reset_hints.js +4 -8
  48. package/dest/kernel/hints/read_request_hints.d.ts +8 -8
  49. package/dest/kernel/hints/read_request_hints.d.ts.map +1 -1
  50. package/dest/kernel/index.d.ts +0 -1
  51. package/dest/kernel/index.d.ts.map +1 -1
  52. package/dest/kernel/index.js +0 -1
  53. package/dest/kernel/private_kernel_data.d.ts +25 -6
  54. package/dest/kernel/private_kernel_data.d.ts.map +1 -1
  55. package/dest/kernel/private_kernel_data.js +19 -8
  56. package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts +4 -7
  57. package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts.map +1 -1
  58. package/dest/kernel/private_kernel_reset_circuit_private_inputs.js +6 -10
  59. package/dest/kernel/private_kernel_reset_dimensions.d.ts +10 -10
  60. package/dest/kernel/private_kernel_reset_dimensions.d.ts.map +1 -1
  61. package/dest/kernel/private_kernel_reset_dimensions.js +29 -29
  62. package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts +1 -10
  63. package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts.map +1 -1
  64. package/dest/kernel/private_kernel_tail_circuit_private_inputs.js +3 -8
  65. package/dest/kernel/public_call_request.d.ts +0 -54
  66. package/dest/kernel/public_call_request.d.ts.map +1 -1
  67. package/dest/kernel/public_call_request.js +0 -58
  68. package/dest/logs/contract_class_log.d.ts +4 -0
  69. package/dest/logs/contract_class_log.d.ts.map +1 -1
  70. package/dest/logs/contract_class_log.js +33 -0
  71. package/dest/logs/log_with_tx_data.d.ts +3 -3
  72. package/dest/logs/log_with_tx_data.d.ts.map +1 -1
  73. package/dest/logs/log_with_tx_data.js +13 -9
  74. package/dest/logs/private_log.d.ts +0 -1
  75. package/dest/logs/private_log.d.ts.map +1 -1
  76. package/dest/logs/private_log.js +0 -3
  77. package/dest/logs/public_log.d.ts +0 -1
  78. package/dest/logs/public_log.d.ts.map +1 -1
  79. package/dest/logs/public_log.js +0 -3
  80. package/dest/logs/tx_scoped_l2_log.d.ts.map +1 -1
  81. package/dest/logs/tx_scoped_l2_log.js +0 -1
  82. package/dest/rollup/avm_proof_data.d.ts +5 -7
  83. package/dest/rollup/avm_proof_data.d.ts.map +1 -1
  84. package/dest/rollup/avm_proof_data.js +4 -12
  85. package/dest/rollup/base_rollup_hints.d.ts +4 -4
  86. package/dest/rollup/base_rollup_hints.d.ts.map +1 -1
  87. package/dest/rollup/base_rollup_hints.js +8 -8
  88. package/dest/rollup/previous_rollup_block_data.d.ts +15 -6
  89. package/dest/rollup/previous_rollup_block_data.d.ts.map +1 -1
  90. package/dest/rollup/previous_rollup_block_data.js +13 -8
  91. package/dest/rollup/previous_rollup_data.d.ts +15 -6
  92. package/dest/rollup/previous_rollup_data.d.ts.map +1 -1
  93. package/dest/rollup/previous_rollup_data.js +13 -8
  94. package/dest/rollup/private_tube_data.d.ts +3 -3
  95. package/dest/rollup/private_tube_data.d.ts.map +1 -1
  96. package/dest/rollup/private_tube_data.js +3 -3
  97. package/dest/rollup/public_tube_data.d.ts +3 -3
  98. package/dest/rollup/public_tube_data.d.ts.map +1 -1
  99. package/dest/rollup/public_tube_data.js +3 -3
  100. package/dest/rollup/root_rollup.d.ts +10 -9
  101. package/dest/rollup/root_rollup.d.ts.map +1 -1
  102. package/dest/rollup/root_rollup.js +20 -9
  103. package/dest/tests/factories.d.ts +1 -2
  104. package/dest/tests/factories.d.ts.map +1 -1
  105. package/dest/tests/factories.js +19 -25
  106. package/dest/tests/mocks.d.ts.map +1 -1
  107. package/dest/tests/mocks.js +3 -4
  108. package/dest/tx/processed_tx.d.ts.map +1 -1
  109. package/dest/tx/processed_tx.js +5 -2
  110. package/dest/tx/tx.d.ts +25 -10
  111. package/dest/tx/tx.d.ts.map +1 -1
  112. package/dest/tx/tx.js +50 -25
  113. package/dest/tx/tx_effect.d.ts +1 -1
  114. package/dest/tx/tx_effect.d.ts.map +1 -1
  115. package/dest/tx/tx_effect.js +2 -2
  116. package/dest/validators/types.d.ts +0 -4
  117. package/dest/validators/types.d.ts.map +1 -1
  118. package/dest/vks/index.d.ts +1 -1
  119. package/dest/vks/index.d.ts.map +1 -1
  120. package/dest/vks/index.js +1 -1
  121. package/dest/vks/{vk_data.d.ts → vk_witness_data.d.ts} +8 -8
  122. package/dest/vks/vk_witness_data.d.ts.map +1 -0
  123. package/dest/vks/{vk_data.js → vk_witness_data.js} +10 -10
  124. package/package.json +7 -7
  125. package/src/abi/abi.ts +0 -37
  126. package/src/avm/avm.ts +0 -14
  127. package/src/avm/avm_accumulated_data.ts +0 -93
  128. package/src/avm/avm_circuit_public_inputs.ts +2 -22
  129. package/src/block/body.ts +2 -7
  130. package/src/block/index.ts +0 -1
  131. package/src/block/l2_block.ts +3 -8
  132. package/src/block/l2_block_source.ts +3 -9
  133. package/src/block/published_l2_block.ts +24 -38
  134. package/src/block/test/l2_tips_store_test_suite.ts +1 -1
  135. package/src/interfaces/archiver.ts +2 -2
  136. package/src/interfaces/aztec-node.ts +2 -2
  137. package/src/interfaces/p2p.ts +3 -8
  138. package/src/interfaces/proving-job.ts +3 -3
  139. package/src/interfaces/server_circuit_prover.ts +2 -3
  140. package/src/kernel/hints/find_private_kernel_reset_dimensions.ts +3 -3
  141. package/src/kernel/hints/key_validation_hint.ts +6 -4
  142. package/src/kernel/hints/private_kernel_reset_hints.ts +43 -34
  143. package/src/kernel/hints/read_request_hints.ts +15 -27
  144. package/src/kernel/index.ts +0 -1
  145. package/src/kernel/private_kernel_data.ts +29 -7
  146. package/src/kernel/private_kernel_reset_circuit_private_inputs.ts +13 -16
  147. package/src/kernel/private_kernel_reset_dimensions.ts +27 -27
  148. package/src/kernel/private_kernel_tail_circuit_private_inputs.ts +2 -10
  149. package/src/kernel/public_call_request.ts +0 -66
  150. package/src/logs/contract_class_log.ts +36 -0
  151. package/src/logs/log_with_tx_data.ts +11 -7
  152. package/src/logs/private_log.ts +0 -4
  153. package/src/logs/public_log.ts +0 -4
  154. package/src/logs/tx_scoped_l2_log.ts +0 -1
  155. package/src/rollup/avm_proof_data.ts +7 -14
  156. package/src/rollup/base_rollup_hints.ts +4 -4
  157. package/src/rollup/previous_rollup_block_data.ts +12 -6
  158. package/src/rollup/previous_rollup_data.ts +12 -6
  159. package/src/rollup/private_tube_data.ts +4 -4
  160. package/src/rollup/public_tube_data.ts +4 -4
  161. package/src/rollup/root_rollup.ts +19 -6
  162. package/src/tests/factories.ts +32 -36
  163. package/src/tests/mocks.ts +3 -6
  164. package/src/tx/processed_tx.ts +5 -4
  165. package/src/tx/tx.ts +54 -28
  166. package/src/tx/tx_effect.ts +5 -23
  167. package/src/validators/types.ts +0 -2
  168. package/src/vks/index.ts +1 -1
  169. package/src/vks/{vk_data.ts → vk_witness_data.ts} +6 -6
  170. package/dest/block/proposal/committee_attestation.d.ts +0 -34
  171. package/dest/block/proposal/committee_attestation.d.ts.map +0 -1
  172. package/dest/block/proposal/committee_attestation.js +0 -59
  173. package/dest/block/proposal/index.d.ts +0 -2
  174. package/dest/block/proposal/index.d.ts.map +0 -1
  175. package/dest/block/proposal/index.js +0 -1
  176. package/dest/kernel/padded_side_effects.d.ts +0 -26
  177. package/dest/kernel/padded_side_effects.d.ts.map +0 -1
  178. package/dest/kernel/padded_side_effects.js +0 -51
  179. package/dest/vks/vk_data.d.ts.map +0 -1
  180. package/src/block/proposal/committee_attestation.ts +0 -70
  181. package/src/block/proposal/index.ts +0 -1
  182. package/src/kernel/padded_side_effects.ts +0 -73
@@ -63,99 +63,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
63
63
  coinbase?: any;
64
64
  feeRecipient?: any;
65
65
  }>;
66
- gasSettings: z.ZodEffects<z.ZodObject<{
67
- gasLimits: z.ZodEffects<z.ZodObject<{
68
- daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
69
- l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
70
- }, "strip", z.ZodTypeAny, {
71
- daGas: number;
72
- l2Gas: number;
73
- }, {
74
- daGas: string | number | bigint;
75
- l2Gas: string | number | bigint;
76
- }>, import("../gas/gas.js").Gas, {
77
- daGas: string | number | bigint;
78
- l2Gas: string | number | bigint;
79
- }>;
80
- teardownGasLimits: z.ZodEffects<z.ZodObject<{
81
- daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
82
- l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
83
- }, "strip", z.ZodTypeAny, {
84
- daGas: number;
85
- l2Gas: number;
86
- }, {
87
- daGas: string | number | bigint;
88
- l2Gas: string | number | bigint;
89
- }>, import("../gas/gas.js").Gas, {
90
- daGas: string | number | bigint;
91
- l2Gas: string | number | bigint;
92
- }>;
93
- maxFeesPerGas: z.ZodEffects<z.ZodObject<{
94
- feePerDaGas: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
95
- feePerL2Gas: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
96
- }, "strip", z.ZodTypeAny, {
97
- feePerDaGas: import("@aztec/foundation/schemas").Fr;
98
- feePerL2Gas: import("@aztec/foundation/schemas").Fr;
99
- }, {
100
- feePerDaGas: string;
101
- feePerL2Gas: string;
102
- }>, import("../gas/gas_fees.js").GasFees, {
103
- feePerDaGas: string;
104
- feePerL2Gas: string;
105
- }>;
106
- maxPriorityFeesPerGas: z.ZodEffects<z.ZodObject<{
107
- feePerDaGas: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
108
- feePerL2Gas: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
109
- }, "strip", z.ZodTypeAny, {
110
- feePerDaGas: import("@aztec/foundation/schemas").Fr;
111
- feePerL2Gas: import("@aztec/foundation/schemas").Fr;
112
- }, {
113
- feePerDaGas: string;
114
- feePerL2Gas: string;
115
- }>, import("../gas/gas_fees.js").GasFees, {
116
- feePerDaGas: string;
117
- feePerL2Gas: string;
118
- }>;
119
- }, "strip", z.ZodTypeAny, {
120
- gasLimits: import("../gas/gas.js").Gas;
121
- teardownGasLimits: import("../gas/gas.js").Gas;
122
- maxFeesPerGas: import("../gas/gas_fees.js").GasFees;
123
- maxPriorityFeesPerGas: import("../gas/gas_fees.js").GasFees;
124
- }, {
125
- gasLimits: {
126
- daGas: string | number | bigint;
127
- l2Gas: string | number | bigint;
128
- };
129
- teardownGasLimits: {
130
- daGas: string | number | bigint;
131
- l2Gas: string | number | bigint;
132
- };
133
- maxFeesPerGas: {
134
- feePerDaGas: string;
135
- feePerL2Gas: string;
136
- };
137
- maxPriorityFeesPerGas: {
138
- feePerDaGas: string;
139
- feePerL2Gas: string;
140
- };
141
- }>, import("../gas/gas_settings.js").GasSettings, {
142
- gasLimits: {
143
- daGas: string | number | bigint;
144
- l2Gas: string | number | bigint;
145
- };
146
- teardownGasLimits: {
147
- daGas: string | number | bigint;
148
- l2Gas: string | number | bigint;
149
- };
150
- maxFeesPerGas: {
151
- feePerDaGas: string;
152
- feePerL2Gas: string;
153
- };
154
- maxPriorityFeesPerGas: {
155
- feePerDaGas: string;
156
- feePerL2Gas: string;
157
- };
158
- }>;
159
66
  nonRevertibleAccumulatedData: z.ZodObject<{
160
67
  noteHashes: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
161
68
  nullifiers: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
@@ -239,23 +146,9 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
239
146
  contractAddress?: any;
240
147
  msgSender?: any;
241
148
  }>>;
242
- gasUsedByPrivate: z.ZodEffects<z.ZodObject<{
243
- daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
244
- l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
245
- }, "strip", z.ZodTypeAny, {
246
- daGas: number;
247
- l2Gas: number;
248
- }, {
249
- daGas: string | number | bigint;
250
- l2Gas: string | number | bigint;
251
- }>, import("../gas/gas.js").Gas, {
252
- daGas: string | number | bigint;
253
- l2Gas: string | number | bigint;
254
- }>;
255
149
  }, "strip", z.ZodTypeAny, {
256
150
  hash: string;
257
151
  globalVariables: import("../tx/global_variables.js").GlobalVariables;
258
- gasSettings: import("../gas/gas_settings.js").GasSettings;
259
152
  nonRevertibleAccumulatedData: {
260
153
  noteHashes: import("@aztec/foundation/schemas").Fr[];
261
154
  nullifiers: import("@aztec/foundation/schemas").Fr[];
@@ -267,7 +160,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
267
160
  setupEnqueuedCalls: import("./avm.js").AvmEnqueuedCallHint[];
268
161
  appLogicEnqueuedCalls: import("./avm.js").AvmEnqueuedCallHint[];
269
162
  teardownEnqueuedCall: import("./avm.js").AvmEnqueuedCallHint | null;
270
- gasUsedByPrivate: import("../gas/gas.js").Gas;
271
163
  }, {
272
164
  hash: string;
273
165
  globalVariables: {
@@ -283,24 +175,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
283
175
  coinbase?: any;
284
176
  feeRecipient?: any;
285
177
  };
286
- gasSettings: {
287
- gasLimits: {
288
- daGas: string | number | bigint;
289
- l2Gas: string | number | bigint;
290
- };
291
- teardownGasLimits: {
292
- daGas: string | number | bigint;
293
- l2Gas: string | number | bigint;
294
- };
295
- maxFeesPerGas: {
296
- feePerDaGas: string;
297
- feePerL2Gas: string;
298
- };
299
- maxPriorityFeesPerGas: {
300
- feePerDaGas: string;
301
- feePerL2Gas: string;
302
- };
303
- };
304
178
  nonRevertibleAccumulatedData: {
305
179
  noteHashes: string[];
306
180
  nullifiers: string[];
@@ -327,10 +201,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
327
201
  contractAddress?: any;
328
202
  msgSender?: any;
329
203
  } | null;
330
- gasUsedByPrivate: {
331
- daGas: string | number | bigint;
332
- l2Gas: string | number | bigint;
333
- };
334
204
  }>, import("./avm.js").AvmTxHint, {
335
205
  hash: string;
336
206
  globalVariables: {
@@ -346,24 +216,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
346
216
  coinbase?: any;
347
217
  feeRecipient?: any;
348
218
  };
349
- gasSettings: {
350
- gasLimits: {
351
- daGas: string | number | bigint;
352
- l2Gas: string | number | bigint;
353
- };
354
- teardownGasLimits: {
355
- daGas: string | number | bigint;
356
- l2Gas: string | number | bigint;
357
- };
358
- maxFeesPerGas: {
359
- feePerDaGas: string;
360
- feePerL2Gas: string;
361
- };
362
- maxPriorityFeesPerGas: {
363
- feePerDaGas: string;
364
- feePerL2Gas: string;
365
- };
366
- };
367
219
  nonRevertibleAccumulatedData: {
368
220
  noteHashes: string[];
369
221
  nullifiers: string[];
@@ -390,10 +242,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
390
242
  contractAddress?: any;
391
243
  msgSender?: any;
392
244
  } | null;
393
- gasUsedByPrivate: {
394
- daGas: string | number | bigint;
395
- l2Gas: string | number | bigint;
396
- };
397
245
  }>;
398
246
  contractInstances: z.ZodArray<z.ZodEffects<z.ZodObject<{
399
247
  address: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
@@ -2153,24 +2001,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
2153
2001
  coinbase?: any;
2154
2002
  feeRecipient?: any;
2155
2003
  };
2156
- gasSettings: {
2157
- gasLimits: {
2158
- daGas: string | number | bigint;
2159
- l2Gas: string | number | bigint;
2160
- };
2161
- teardownGasLimits: {
2162
- daGas: string | number | bigint;
2163
- l2Gas: string | number | bigint;
2164
- };
2165
- maxFeesPerGas: {
2166
- feePerDaGas: string;
2167
- feePerL2Gas: string;
2168
- };
2169
- maxPriorityFeesPerGas: {
2170
- feePerDaGas: string;
2171
- feePerL2Gas: string;
2172
- };
2173
- };
2174
2004
  nonRevertibleAccumulatedData: {
2175
2005
  noteHashes: string[];
2176
2006
  nullifiers: string[];
@@ -2197,10 +2027,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
2197
2027
  contractAddress?: any;
2198
2028
  msgSender?: any;
2199
2029
  } | null;
2200
- gasUsedByPrivate: {
2201
- daGas: string | number | bigint;
2202
- l2Gas: string | number | bigint;
2203
- };
2204
2030
  };
2205
2031
  contractInstances: {
2206
2032
  salt: string;
@@ -2502,24 +2328,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
2502
2328
  coinbase?: any;
2503
2329
  feeRecipient?: any;
2504
2330
  };
2505
- gasSettings: {
2506
- gasLimits: {
2507
- daGas: string | number | bigint;
2508
- l2Gas: string | number | bigint;
2509
- };
2510
- teardownGasLimits: {
2511
- daGas: string | number | bigint;
2512
- l2Gas: string | number | bigint;
2513
- };
2514
- maxFeesPerGas: {
2515
- feePerDaGas: string;
2516
- feePerL2Gas: string;
2517
- };
2518
- maxPriorityFeesPerGas: {
2519
- feePerDaGas: string;
2520
- feePerL2Gas: string;
2521
- };
2522
- };
2523
2331
  nonRevertibleAccumulatedData: {
2524
2332
  noteHashes: string[];
2525
2333
  nullifiers: string[];
@@ -2546,10 +2354,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
2546
2354
  contractAddress?: any;
2547
2355
  msgSender?: any;
2548
2356
  } | null;
2549
- gasUsedByPrivate: {
2550
- daGas: string | number | bigint;
2551
- l2Gas: string | number | bigint;
2552
- };
2553
2357
  };
2554
2358
  contractInstances: {
2555
2359
  salt: string;
@@ -3092,23 +2896,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3092
2896
  };
3093
2897
  }>;
3094
2898
  feePayer: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
3095
- publicCallRequestArrayLengths: z.ZodEffects<z.ZodObject<{
3096
- setupCalls: z.ZodNumber;
3097
- appLogicCalls: z.ZodNumber;
3098
- teardownCall: z.ZodBoolean;
3099
- }, "strip", z.ZodTypeAny, {
3100
- setupCalls: number;
3101
- appLogicCalls: number;
3102
- teardownCall: boolean;
3103
- }, {
3104
- setupCalls: number;
3105
- appLogicCalls: number;
3106
- teardownCall: boolean;
3107
- }>, import("../kernel/public_call_request.js").PublicCallRequestArrayLengths, {
3108
- setupCalls: number;
3109
- appLogicCalls: number;
3110
- teardownCall: boolean;
3111
- }>;
3112
2899
  publicSetupCallRequests: z.ZodArray<z.ZodEffects<z.ZodObject<{
3113
2900
  msgSender: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
3114
2901
  contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
@@ -3446,31 +3233,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3446
3233
  daGas: string | number | bigint;
3447
3234
  l2Gas: string | number | bigint;
3448
3235
  }>;
3449
- accumulatedDataArrayLengths: z.ZodEffects<z.ZodObject<{
3450
- noteHashes: z.ZodNumber;
3451
- nullifiers: z.ZodNumber;
3452
- l2ToL1Msgs: z.ZodNumber;
3453
- publicLogs: z.ZodNumber;
3454
- publicDataWrites: z.ZodNumber;
3455
- }, "strip", z.ZodTypeAny, {
3456
- noteHashes: number;
3457
- nullifiers: number;
3458
- l2ToL1Msgs: number;
3459
- publicLogs: number;
3460
- publicDataWrites: number;
3461
- }, {
3462
- noteHashes: number;
3463
- nullifiers: number;
3464
- l2ToL1Msgs: number;
3465
- publicLogs: number;
3466
- publicDataWrites: number;
3467
- }>, import("./avm_accumulated_data.js").AvmAccumulatedDataArrayLengths, {
3468
- noteHashes: number;
3469
- nullifiers: number;
3470
- l2ToL1Msgs: number;
3471
- publicLogs: number;
3472
- publicDataWrites: number;
3473
- }>;
3474
3236
  accumulatedData: z.ZodEffects<z.ZodObject<{
3475
3237
  noteHashes: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
3476
3238
  nullifiers: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
@@ -3574,7 +3336,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3574
3336
  feePayer: import("../aztec-address/index.js").AztecAddress;
3575
3337
  startTreeSnapshots: import("../tx/tree_snapshots.js").TreeSnapshots;
3576
3338
  startGasUsed: import("../gas/gas.js").Gas;
3577
- publicCallRequestArrayLengths: import("../kernel/public_call_request.js").PublicCallRequestArrayLengths;
3578
3339
  publicSetupCallRequests: import("../kernel/public_call_request.js").PublicCallRequest[];
3579
3340
  publicAppLogicCallRequests: import("../kernel/public_call_request.js").PublicCallRequest[];
3580
3341
  previousNonRevertibleAccumulatedDataArrayLengths: import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedDataArrayLengths;
@@ -3583,7 +3344,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3583
3344
  previousRevertibleAccumulatedData: import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedData;
3584
3345
  endTreeSnapshots: import("../tx/tree_snapshots.js").TreeSnapshots;
3585
3346
  endGasUsed: import("../gas/gas.js").Gas;
3586
- accumulatedDataArrayLengths: import("./avm_accumulated_data.js").AvmAccumulatedDataArrayLengths;
3587
3347
  accumulatedData: import("./avm_accumulated_data.js").AvmAccumulatedData;
3588
3348
  reverted: boolean;
3589
3349
  }, {
@@ -3647,11 +3407,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3647
3407
  daGas: string | number | bigint;
3648
3408
  l2Gas: string | number | bigint;
3649
3409
  };
3650
- publicCallRequestArrayLengths: {
3651
- setupCalls: number;
3652
- appLogicCalls: number;
3653
- teardownCall: boolean;
3654
- };
3655
3410
  publicSetupCallRequests: {
3656
3411
  isStaticCall: boolean;
3657
3412
  calldataHash: string;
@@ -3720,13 +3475,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3720
3475
  daGas: string | number | bigint;
3721
3476
  l2Gas: string | number | bigint;
3722
3477
  };
3723
- accumulatedDataArrayLengths: {
3724
- noteHashes: number;
3725
- nullifiers: number;
3726
- l2ToL1Msgs: number;
3727
- publicLogs: number;
3728
- publicDataWrites: number;
3729
- };
3730
3478
  accumulatedData: {
3731
3479
  noteHashes: string[];
3732
3480
  nullifiers: string[];
@@ -3807,11 +3555,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3807
3555
  daGas: string | number | bigint;
3808
3556
  l2Gas: string | number | bigint;
3809
3557
  };
3810
- publicCallRequestArrayLengths: {
3811
- setupCalls: number;
3812
- appLogicCalls: number;
3813
- teardownCall: boolean;
3814
- };
3815
3558
  publicSetupCallRequests: {
3816
3559
  isStaticCall: boolean;
3817
3560
  calldataHash: string;
@@ -3880,13 +3623,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3880
3623
  daGas: string | number | bigint;
3881
3624
  l2Gas: string | number | bigint;
3882
3625
  };
3883
- accumulatedDataArrayLengths: {
3884
- noteHashes: number;
3885
- nullifiers: number;
3886
- l2ToL1Msgs: number;
3887
- publicLogs: number;
3888
- publicDataWrites: number;
3889
- };
3890
3626
  accumulatedData: {
3891
3627
  noteHashes: string[];
3892
3628
  nullifiers: string[];
@@ -3972,11 +3708,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3972
3708
  daGas: string | number | bigint;
3973
3709
  l2Gas: string | number | bigint;
3974
3710
  };
3975
- publicCallRequestArrayLengths: {
3976
- setupCalls: number;
3977
- appLogicCalls: number;
3978
- teardownCall: boolean;
3979
- };
3980
3711
  publicSetupCallRequests: {
3981
3712
  isStaticCall: boolean;
3982
3713
  calldataHash: string;
@@ -4045,13 +3776,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4045
3776
  daGas: string | number | bigint;
4046
3777
  l2Gas: string | number | bigint;
4047
3778
  };
4048
- accumulatedDataArrayLengths: {
4049
- noteHashes: number;
4050
- nullifiers: number;
4051
- l2ToL1Msgs: number;
4052
- publicLogs: number;
4053
- publicDataWrites: number;
4054
- };
4055
3779
  accumulatedData: {
4056
3780
  noteHashes: string[];
4057
3781
  nullifiers: string[];
@@ -4088,24 +3812,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4088
3812
  coinbase?: any;
4089
3813
  feeRecipient?: any;
4090
3814
  };
4091
- gasSettings: {
4092
- gasLimits: {
4093
- daGas: string | number | bigint;
4094
- l2Gas: string | number | bigint;
4095
- };
4096
- teardownGasLimits: {
4097
- daGas: string | number | bigint;
4098
- l2Gas: string | number | bigint;
4099
- };
4100
- maxFeesPerGas: {
4101
- feePerDaGas: string;
4102
- feePerL2Gas: string;
4103
- };
4104
- maxPriorityFeesPerGas: {
4105
- feePerDaGas: string;
4106
- feePerL2Gas: string;
4107
- };
4108
- };
4109
3815
  nonRevertibleAccumulatedData: {
4110
3816
  noteHashes: string[];
4111
3817
  nullifiers: string[];
@@ -4132,10 +3838,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4132
3838
  contractAddress?: any;
4133
3839
  msgSender?: any;
4134
3840
  } | null;
4135
- gasUsedByPrivate: {
4136
- daGas: string | number | bigint;
4137
- l2Gas: string | number | bigint;
4138
- };
4139
3841
  };
4140
3842
  contractInstances: {
4141
3843
  salt: string;
@@ -4484,11 +4186,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4484
4186
  daGas: string | number | bigint;
4485
4187
  l2Gas: string | number | bigint;
4486
4188
  };
4487
- publicCallRequestArrayLengths: {
4488
- setupCalls: number;
4489
- appLogicCalls: number;
4490
- teardownCall: boolean;
4491
- };
4492
4189
  publicSetupCallRequests: {
4493
4190
  isStaticCall: boolean;
4494
4191
  calldataHash: string;
@@ -4557,13 +4254,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4557
4254
  daGas: string | number | bigint;
4558
4255
  l2Gas: string | number | bigint;
4559
4256
  };
4560
- accumulatedDataArrayLengths: {
4561
- noteHashes: number;
4562
- nullifiers: number;
4563
- l2ToL1Msgs: number;
4564
- publicLogs: number;
4565
- publicDataWrites: number;
4566
- };
4567
4257
  accumulatedData: {
4568
4258
  noteHashes: string[];
4569
4259
  nullifiers: string[];
@@ -4600,24 +4290,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4600
4290
  coinbase?: any;
4601
4291
  feeRecipient?: any;
4602
4292
  };
4603
- gasSettings: {
4604
- gasLimits: {
4605
- daGas: string | number | bigint;
4606
- l2Gas: string | number | bigint;
4607
- };
4608
- teardownGasLimits: {
4609
- daGas: string | number | bigint;
4610
- l2Gas: string | number | bigint;
4611
- };
4612
- maxFeesPerGas: {
4613
- feePerDaGas: string;
4614
- feePerL2Gas: string;
4615
- };
4616
- maxPriorityFeesPerGas: {
4617
- feePerDaGas: string;
4618
- feePerL2Gas: string;
4619
- };
4620
- };
4621
4293
  nonRevertibleAccumulatedData: {
4622
4294
  noteHashes: string[];
4623
4295
  nullifiers: string[];
@@ -4644,10 +4316,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4644
4316
  contractAddress?: any;
4645
4317
  msgSender?: any;
4646
4318
  } | null;
4647
- gasUsedByPrivate: {
4648
- daGas: string | number | bigint;
4649
- l2Gas: string | number | bigint;
4650
- };
4651
4319
  };
4652
4320
  contractInstances: {
4653
4321
  salt: string;
@@ -5002,11 +4670,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5002
4670
  daGas: string | number | bigint;
5003
4671
  l2Gas: string | number | bigint;
5004
4672
  };
5005
- publicCallRequestArrayLengths: {
5006
- setupCalls: number;
5007
- appLogicCalls: number;
5008
- teardownCall: boolean;
5009
- };
5010
4673
  publicSetupCallRequests: {
5011
4674
  isStaticCall: boolean;
5012
4675
  calldataHash: string;
@@ -5075,13 +4738,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5075
4738
  daGas: string | number | bigint;
5076
4739
  l2Gas: string | number | bigint;
5077
4740
  };
5078
- accumulatedDataArrayLengths: {
5079
- noteHashes: number;
5080
- nullifiers: number;
5081
- l2ToL1Msgs: number;
5082
- publicLogs: number;
5083
- publicDataWrites: number;
5084
- };
5085
4741
  accumulatedData: {
5086
4742
  noteHashes: string[];
5087
4743
  nullifiers: string[];
@@ -5118,24 +4774,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5118
4774
  coinbase?: any;
5119
4775
  feeRecipient?: any;
5120
4776
  };
5121
- gasSettings: {
5122
- gasLimits: {
5123
- daGas: string | number | bigint;
5124
- l2Gas: string | number | bigint;
5125
- };
5126
- teardownGasLimits: {
5127
- daGas: string | number | bigint;
5128
- l2Gas: string | number | bigint;
5129
- };
5130
- maxFeesPerGas: {
5131
- feePerDaGas: string;
5132
- feePerL2Gas: string;
5133
- };
5134
- maxPriorityFeesPerGas: {
5135
- feePerDaGas: string;
5136
- feePerL2Gas: string;
5137
- };
5138
- };
5139
4777
  nonRevertibleAccumulatedData: {
5140
4778
  noteHashes: string[];
5141
4779
  nullifiers: string[];
@@ -5162,10 +4800,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5162
4800
  contractAddress?: any;
5163
4801
  msgSender?: any;
5164
4802
  } | null;
5165
- gasUsedByPrivate: {
5166
- daGas: string | number | bigint;
5167
- l2Gas: string | number | bigint;
5168
- };
5169
4803
  };
5170
4804
  contractInstances: {
5171
4805
  salt: string;
@@ -1 +1 @@
1
- {"version":3,"file":"avm_proving_request.d.ts","sourceRoot":"","sources":["../../src/avm/avm_proving_request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAExE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGlC,CAAC"}
1
+ {"version":3,"file":"avm_proving_request.d.ts","sourceRoot":"","sources":["../../src/avm/avm_proving_request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAExE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGlC,CAAC"}
@@ -27,7 +27,7 @@ export declare class Body {
27
27
  */
28
28
  static fromBlobFields(fields: Fr[]): Body;
29
29
  [inspect.custom](): string;
30
- static random(txsPerBlock?: number, numPublicCallsPerTx?: number, numPublicLogsPerCall?: number, maxEffects?: number | undefined): Promise<Body>;
30
+ static random(txsPerBlock?: number, numPublicCallsPerTx?: number, numPublicLogsPerCall?: number): Promise<Body>;
31
31
  static empty(): Body;
32
32
  }
33
33
  //# sourceMappingURL=body.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"body.d.ts","sourceRoot":"","sources":["../../src/block/body.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,0BAA0B,CAAC;AACnD,OAAO,EAAE,YAAY,EAAkC,MAAM,6BAA6B,CAAC;AAE3F,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAG/B,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C,qBAAa,IAAI;IACI,SAAS,EAAE,QAAQ,EAAE;gBAArB,SAAS,EAAE,QAAQ,EAAE;IAQxC,MAAM,CAAC,KAAK,EAAE,IAAI;IAMlB,MAAM,KAAK,MAAM,IAAI,MAAM,CAAC,IAAI,CAAC,CAMhC;IAED;;;OAGG;IACH,QAAQ;IAIR;;;OAGG;IACH,MAAM,CAAC,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY;IAM5C;;OAEG;IACH,YAAY;IAgBZ;;OAEG;IACH,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,EAAE,EAAE;IASlC,CAAC,OAAO,CAAC,MAAM,CAAC;WAMH,MAAM,CACjB,WAAW,SAAI,EACf,mBAAmB,SAAI,EACvB,oBAAoB,SAAI,EACxB,UAAU,GAAE,MAAM,GAAG,SAAqB;IAS5C,MAAM,CAAC,KAAK;CAGb"}
1
+ {"version":3,"file":"body.d.ts","sourceRoot":"","sources":["../../src/block/body.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,0BAA0B,CAAC;AACnD,OAAO,EAAE,YAAY,EAAkC,MAAM,6BAA6B,CAAC;AAE3F,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAG/B,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C,qBAAa,IAAI;IACI,SAAS,EAAE,QAAQ,EAAE;gBAArB,SAAS,EAAE,QAAQ,EAAE;IAQxC,MAAM,CAAC,KAAK,EAAE,IAAI;IAMlB,MAAM,KAAK,MAAM,IAAI,MAAM,CAAC,IAAI,CAAC,CAMhC;IAED;;;OAGG;IACH,QAAQ;IAIR;;;OAGG;IACH,MAAM,CAAC,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY;IAM5C;;OAEG;IACH,YAAY;IAgBZ;;OAEG;IACH,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,EAAE,EAAE;IASlC,CAAC,OAAO,CAAC,MAAM,CAAC;WAMH,MAAM,CAAC,WAAW,SAAI,EAAE,mBAAmB,SAAI,EAAE,oBAAoB,SAAI;IAQtF,MAAM,CAAC,KAAK;CAGb"}
@@ -62,8 +62,8 @@ export class Body {
62
62
  txEffects: ${inspect(this.txEffects)},
63
63
  }`;
64
64
  }
65
- static async random(txsPerBlock = 4, numPublicCallsPerTx = 3, numPublicLogsPerCall = 1, maxEffects = undefined) {
66
- const txEffects = await timesParallel(txsPerBlock, ()=>TxEffect.random(numPublicCallsPerTx, numPublicLogsPerCall, maxEffects));
65
+ static async random(txsPerBlock = 4, numPublicCallsPerTx = 3, numPublicLogsPerCall = 1) {
66
+ const txEffects = await timesParallel(txsPerBlock, ()=>TxEffect.random(numPublicCallsPerTx, numPublicLogsPerCall));
67
67
  return new Body(txEffects);
68
68
  }
69
69
  static empty() {
@@ -6,5 +6,4 @@ export * from './l2_block_number.js';
6
6
  export * from './l2_block_source.js';
7
7
  export * from './block_hash.js';
8
8
  export * from './published_l2_block.js';
9
- export * from './proposal/index.js';
10
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/block/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/block/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC"}
@@ -6,4 +6,3 @@ export * from './l2_block_number.js';
6
6
  export * from './l2_block_source.js';
7
7
  export * from './block_hash.js';
8
8
  export * from './published_l2_block.js';
9
- export * from './proposal/index.js';