@aztec/stdlib 0.0.1-commit.6ebe706df → 0.0.1-commit.71324e566

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 (273) hide show
  1. package/dest/abi/authorization_selector.d.ts +3 -6
  2. package/dest/abi/authorization_selector.d.ts.map +1 -1
  3. package/dest/abi/encoder.d.ts +1 -1
  4. package/dest/abi/encoder.d.ts.map +1 -1
  5. package/dest/abi/encoder.js +32 -6
  6. package/dest/abi/event_selector.d.ts +3 -6
  7. package/dest/abi/event_selector.d.ts.map +1 -1
  8. package/dest/abi/function_selector.d.ts +3 -6
  9. package/dest/abi/function_selector.d.ts.map +1 -1
  10. package/dest/abi/function_selector.js +1 -3
  11. package/dest/abi/note_selector.d.ts +3 -6
  12. package/dest/abi/note_selector.d.ts.map +1 -1
  13. package/dest/abi/note_selector.js +1 -3
  14. package/dest/abi/selector.d.ts +2 -2
  15. package/dest/abi/selector.d.ts.map +1 -1
  16. package/dest/abi/selector.js +1 -1
  17. package/dest/avm/avm.d.ts +300 -300
  18. package/dest/avm/revert_code.d.ts +8 -18
  19. package/dest/avm/revert_code.d.ts.map +1 -1
  20. package/dest/avm/revert_code.js +15 -30
  21. package/dest/aztec-address/index.d.ts +3 -6
  22. package/dest/aztec-address/index.d.ts.map +1 -1
  23. package/dest/aztec-address/index.js +2 -4
  24. package/dest/block/block_data.d.ts +8 -8
  25. package/dest/block/block_data.d.ts.map +1 -1
  26. package/dest/block/block_data.js +2 -2
  27. package/dest/block/block_hash.d.ts +11 -10
  28. package/dest/block/block_hash.d.ts.map +1 -1
  29. package/dest/block/block_hash.js +10 -9
  30. package/dest/block/l2_block_info.d.ts +6 -5
  31. package/dest/block/l2_block_info.d.ts.map +1 -1
  32. package/dest/block/l2_block_info.js +6 -5
  33. package/dest/block/l2_block_source.d.ts +80 -3
  34. package/dest/block/l2_block_source.d.ts.map +1 -1
  35. package/dest/block/l2_block_source.js +1 -0
  36. package/dest/block/l2_block_stream/interfaces.d.ts +6 -3
  37. package/dest/block/l2_block_stream/interfaces.d.ts.map +1 -1
  38. package/dest/block/l2_block_stream/l2_tips_store_base.d.ts +1 -1
  39. package/dest/block/l2_block_stream/l2_tips_store_base.d.ts.map +1 -1
  40. package/dest/block/l2_block_stream/l2_tips_store_base.js +18 -5
  41. package/dest/block/test/l2_tips_store_test_suite.d.ts +1 -1
  42. package/dest/block/test/l2_tips_store_test_suite.d.ts.map +1 -1
  43. package/dest/block/test/l2_tips_store_test_suite.js +4 -3
  44. package/dest/checkpoint/checkpoint.d.ts +7 -1
  45. package/dest/checkpoint/checkpoint.d.ts.map +1 -1
  46. package/dest/checkpoint/checkpoint.js +9 -1
  47. package/dest/checkpoint/checkpoint_data.d.ts +71 -5
  48. package/dest/checkpoint/checkpoint_data.d.ts.map +1 -1
  49. package/dest/checkpoint/checkpoint_data.js +10 -0
  50. package/dest/config/chain-config.d.ts +1 -1
  51. package/dest/config/chain-config.d.ts.map +1 -1
  52. package/dest/config/chain-config.js +7 -1
  53. package/dest/config/sequencer-config.d.ts +2 -2
  54. package/dest/config/sequencer-config.d.ts.map +1 -1
  55. package/dest/config/sequencer-config.js +10 -3
  56. package/dest/epoch-helpers/index.d.ts +5 -1
  57. package/dest/epoch-helpers/index.d.ts.map +1 -1
  58. package/dest/epoch-helpers/index.js +6 -0
  59. package/dest/file-store/factory.d.ts +4 -3
  60. package/dest/file-store/factory.d.ts.map +1 -1
  61. package/dest/file-store/factory.js +2 -2
  62. package/dest/file-store/http.d.ts +9 -2
  63. package/dest/file-store/http.d.ts.map +1 -1
  64. package/dest/file-store/http.js +20 -9
  65. package/dest/file-store/index.d.ts +2 -1
  66. package/dest/file-store/index.d.ts.map +1 -1
  67. package/dest/gas/fee_math.d.ts +49 -0
  68. package/dest/gas/fee_math.d.ts.map +1 -0
  69. package/dest/gas/fee_math.js +80 -0
  70. package/dest/gas/gas_fees.d.ts +1 -1
  71. package/dest/gas/gas_fees.d.ts.map +1 -1
  72. package/dest/gas/gas_fees.js +10 -1
  73. package/dest/gas/gas_settings.d.ts +40 -3
  74. package/dest/gas/gas_settings.d.ts.map +1 -1
  75. package/dest/gas/gas_settings.js +50 -6
  76. package/dest/gas/index.d.ts +2 -1
  77. package/dest/gas/index.d.ts.map +1 -1
  78. package/dest/gas/index.js +1 -0
  79. package/dest/ha-signing/index.d.ts +2 -2
  80. package/dest/ha-signing/index.d.ts.map +1 -1
  81. package/dest/ha-signing/index.js +1 -1
  82. package/dest/ha-signing/local_config.js +1 -1
  83. package/dest/ha-signing/types.d.ts +37 -32
  84. package/dest/ha-signing/types.d.ts.map +1 -1
  85. package/dest/ha-signing/types.js +13 -6
  86. package/dest/hash/hash.d.ts +4 -1
  87. package/dest/hash/hash.d.ts.map +1 -1
  88. package/dest/hash/hash.js +5 -0
  89. package/dest/interfaces/archiver.d.ts +1 -1
  90. package/dest/interfaces/archiver.d.ts.map +1 -1
  91. package/dest/interfaces/archiver.js +3 -1
  92. package/dest/interfaces/aztec-node-admin.d.ts +4 -14
  93. package/dest/interfaces/aztec-node-admin.d.ts.map +1 -1
  94. package/dest/interfaces/aztec-node-admin.js +3 -3
  95. package/dest/interfaces/aztec-node-debug.d.ts +21 -0
  96. package/dest/interfaces/aztec-node-debug.d.ts.map +1 -0
  97. package/dest/interfaces/aztec-node-debug.js +18 -0
  98. package/dest/interfaces/aztec-node.d.ts +10 -1
  99. package/dest/interfaces/aztec-node.d.ts.map +1 -1
  100. package/dest/interfaces/aztec-node.js +2 -0
  101. package/dest/interfaces/client.d.ts +2 -1
  102. package/dest/interfaces/client.d.ts.map +1 -1
  103. package/dest/interfaces/client.js +1 -0
  104. package/dest/interfaces/merkle_tree_operations.d.ts +4 -3
  105. package/dest/interfaces/merkle_tree_operations.d.ts.map +1 -1
  106. package/dest/interfaces/prover-client.d.ts +1 -1
  107. package/dest/interfaces/prover-client.d.ts.map +1 -1
  108. package/dest/interfaces/prover-client.js +0 -3
  109. package/dest/interfaces/slasher.d.ts +1 -10
  110. package/dest/interfaces/slasher.d.ts.map +1 -1
  111. package/dest/interfaces/slasher.js +0 -2
  112. package/dest/interfaces/validator.d.ts +9 -20
  113. package/dest/interfaces/validator.d.ts.map +1 -1
  114. package/dest/interfaces/validator.js +0 -1
  115. package/dest/l1-contracts/index.d.ts +2 -2
  116. package/dest/l1-contracts/index.d.ts.map +1 -1
  117. package/dest/l1-contracts/index.js +1 -1
  118. package/dest/logs/extended_directional_app_tagging_secret.d.ts +4 -4
  119. package/dest/logs/extended_directional_app_tagging_secret.d.ts.map +1 -1
  120. package/dest/logs/extended_directional_app_tagging_secret.js +12 -5
  121. package/dest/logs/log_id.d.ts +1 -1
  122. package/dest/logs/log_id.d.ts.map +1 -1
  123. package/dest/logs/log_id.js +1 -2
  124. package/dest/logs/shared_secret_derivation.d.ts +11 -10
  125. package/dest/logs/shared_secret_derivation.d.ts.map +1 -1
  126. package/dest/logs/shared_secret_derivation.js +15 -9
  127. package/dest/logs/siloed_tag.d.ts +8 -7
  128. package/dest/logs/siloed_tag.d.ts.map +1 -1
  129. package/dest/logs/siloed_tag.js +11 -3
  130. package/dest/logs/tag.d.ts +5 -6
  131. package/dest/logs/tag.d.ts.map +1 -1
  132. package/dest/logs/tag.js +4 -0
  133. package/dest/note/note_dao.d.ts +1 -1
  134. package/dest/note/note_dao.d.ts.map +1 -1
  135. package/dest/note/note_dao.js +1 -4
  136. package/dest/p2p/block_proposal.d.ts +6 -8
  137. package/dest/p2p/block_proposal.d.ts.map +1 -1
  138. package/dest/p2p/block_proposal.js +4 -9
  139. package/dest/p2p/checkpoint_attestation.d.ts +4 -6
  140. package/dest/p2p/checkpoint_attestation.d.ts.map +1 -1
  141. package/dest/p2p/checkpoint_attestation.js +2 -7
  142. package/dest/p2p/checkpoint_proposal.d.ts +8 -10
  143. package/dest/p2p/checkpoint_proposal.d.ts.map +1 -1
  144. package/dest/p2p/checkpoint_proposal.js +5 -24
  145. package/dest/p2p/gossipable.d.ts +4 -4
  146. package/dest/p2p/gossipable.d.ts.map +1 -1
  147. package/dest/slashing/index.d.ts +2 -3
  148. package/dest/slashing/index.d.ts.map +1 -1
  149. package/dest/slashing/index.js +1 -2
  150. package/dest/slashing/serialization.d.ts +2 -6
  151. package/dest/slashing/serialization.d.ts.map +1 -1
  152. package/dest/slashing/serialization.js +0 -60
  153. package/dest/slashing/types.d.ts +4 -90
  154. package/dest/slashing/types.d.ts.map +1 -1
  155. package/dest/slashing/types.js +0 -14
  156. package/dest/slashing/{tally.d.ts → votes.d.ts} +1 -1
  157. package/dest/slashing/{tally.d.ts.map → votes.d.ts.map} +1 -1
  158. package/dest/slashing/{tally.js → votes.js} +1 -1
  159. package/dest/tests/factories.d.ts +1 -1
  160. package/dest/tests/factories.d.ts.map +1 -1
  161. package/dest/tests/factories.js +11 -1
  162. package/dest/tests/mocks.d.ts +1 -1
  163. package/dest/tests/mocks.d.ts.map +1 -1
  164. package/dest/tests/mocks.js +14 -19
  165. package/dest/timetable/index.d.ts +51 -1
  166. package/dest/timetable/index.d.ts.map +1 -1
  167. package/dest/timetable/index.js +204 -14
  168. package/dest/tx/block_header.d.ts +2 -2
  169. package/dest/tx/block_header.d.ts.map +1 -1
  170. package/dest/tx/block_header.js +1 -1
  171. package/dest/tx/fee_provider.d.ts +10 -0
  172. package/dest/tx/fee_provider.d.ts.map +1 -0
  173. package/dest/tx/fee_provider.js +1 -0
  174. package/dest/tx/global_variable_builder.d.ts +3 -4
  175. package/dest/tx/global_variable_builder.d.ts.map +1 -1
  176. package/dest/tx/index.d.ts +2 -1
  177. package/dest/tx/index.d.ts.map +1 -1
  178. package/dest/tx/index.js +1 -0
  179. package/dest/tx/indexed_tx_effect.d.ts +1 -1
  180. package/dest/tx/indexed_tx_effect.d.ts.map +1 -1
  181. package/dest/tx/indexed_tx_effect.js +1 -2
  182. package/dest/tx/simulated_tx.d.ts +4 -4
  183. package/dest/tx/simulated_tx.d.ts.map +1 -1
  184. package/dest/tx/simulated_tx.js +3 -3
  185. package/dest/tx/tx.d.ts +3 -3
  186. package/dest/tx/tx.d.ts.map +1 -1
  187. package/dest/tx/tx_receipt.d.ts +8 -4
  188. package/dest/tx/tx_receipt.d.ts.map +1 -1
  189. package/dest/tx/tx_receipt.js +8 -15
  190. package/dest/world-state/genesis_data.d.ts +11 -0
  191. package/dest/world-state/genesis_data.d.ts.map +1 -0
  192. package/dest/world-state/genesis_data.js +4 -0
  193. package/dest/world-state/index.d.ts +2 -1
  194. package/dest/world-state/index.d.ts.map +1 -1
  195. package/dest/world-state/index.js +1 -0
  196. package/package.json +8 -8
  197. package/src/abi/authorization_selector.ts +2 -8
  198. package/src/abi/encoder.ts +42 -6
  199. package/src/abi/event_selector.ts +2 -8
  200. package/src/abi/function_selector.ts +3 -12
  201. package/src/abi/note_selector.ts +3 -12
  202. package/src/abi/selector.ts +1 -1
  203. package/src/avm/revert_code.ts +25 -39
  204. package/src/aztec-address/index.ts +4 -10
  205. package/src/block/block_data.ts +3 -4
  206. package/src/block/block_hash.ts +21 -14
  207. package/src/block/l2_block_info.ts +8 -6
  208. package/src/block/l2_block_source.ts +10 -2
  209. package/src/block/l2_block_stream/interfaces.ts +6 -2
  210. package/src/block/l2_block_stream/l2_tips_store_base.ts +25 -13
  211. package/src/block/test/l2_tips_store_test_suite.ts +9 -2
  212. package/src/checkpoint/checkpoint.ts +11 -1
  213. package/src/checkpoint/checkpoint_data.ts +40 -4
  214. package/src/config/chain-config.ts +7 -1
  215. package/src/config/sequencer-config.ts +14 -4
  216. package/src/epoch-helpers/index.ts +13 -0
  217. package/src/file-store/factory.ts +13 -4
  218. package/src/file-store/http.ts +29 -10
  219. package/src/file-store/index.ts +1 -0
  220. package/src/gas/README.md +31 -0
  221. package/src/gas/fee_math.ts +120 -0
  222. package/src/gas/gas_fees.ts +12 -4
  223. package/src/gas/gas_settings.ts +65 -12
  224. package/src/gas/index.ts +1 -0
  225. package/src/ha-signing/index.ts +3 -1
  226. package/src/ha-signing/local_config.ts +1 -1
  227. package/src/ha-signing/types.ts +48 -34
  228. package/src/hash/hash.ts +5 -0
  229. package/src/interfaces/archiver.ts +3 -1
  230. package/src/interfaces/aztec-node-admin.ts +5 -7
  231. package/src/interfaces/aztec-node-debug.ts +40 -0
  232. package/src/interfaces/aztec-node.ts +15 -0
  233. package/src/interfaces/client.ts +1 -0
  234. package/src/interfaces/merkle_tree_operations.ts +3 -2
  235. package/src/interfaces/prover-client.ts +2 -5
  236. package/src/interfaces/slasher.ts +0 -6
  237. package/src/interfaces/validator.ts +16 -13
  238. package/src/l1-contracts/index.ts +1 -1
  239. package/src/logs/extended_directional_app_tagging_secret.ts +19 -8
  240. package/src/logs/log_id.ts +1 -2
  241. package/src/logs/shared_secret_derivation.ts +21 -10
  242. package/src/logs/siloed_tag.ts +15 -11
  243. package/src/logs/tag.ts +8 -8
  244. package/src/note/note_dao.ts +1 -4
  245. package/src/p2p/block_proposal.ts +13 -9
  246. package/src/p2p/checkpoint_attestation.ts +5 -9
  247. package/src/p2p/checkpoint_proposal.ts +21 -36
  248. package/src/p2p/gossipable.ts +4 -4
  249. package/src/slashing/index.ts +1 -2
  250. package/src/slashing/serialization.ts +1 -81
  251. package/src/slashing/types.ts +3 -35
  252. package/src/slashing/{tally.ts → votes.ts} +1 -1
  253. package/src/tests/factories.ts +5 -1
  254. package/src/tests/mocks.ts +16 -12
  255. package/src/timetable/index.ts +293 -13
  256. package/src/tx/block_header.ts +2 -2
  257. package/src/tx/fee_provider.ts +10 -0
  258. package/src/tx/global_variable_builder.ts +2 -3
  259. package/src/tx/index.ts +1 -0
  260. package/src/tx/indexed_tx_effect.ts +1 -2
  261. package/src/tx/simulated_tx.ts +6 -2
  262. package/src/tx/tx.ts +2 -2
  263. package/src/tx/tx_receipt.ts +11 -14
  264. package/src/world-state/genesis_data.ts +15 -0
  265. package/src/world-state/index.ts +1 -0
  266. package/dest/l1-contracts/slash_factory.d.ts +0 -45
  267. package/dest/l1-contracts/slash_factory.d.ts.map +0 -1
  268. package/dest/l1-contracts/slash_factory.js +0 -158
  269. package/dest/slashing/empire.d.ts +0 -31
  270. package/dest/slashing/empire.d.ts.map +0 -1
  271. package/dest/slashing/empire.js +0 -87
  272. package/src/l1-contracts/slash_factory.ts +0 -180
  273. package/src/slashing/empire.ts +0 -104
@@ -1,7 +1,6 @@
1
1
  import { INITIAL_L2_BLOCK_NUM } from '@aztec/constants';
2
2
  import { toBufferBE } from '@aztec/foundation/bigint-buffer';
3
3
  import { BlockNumber, BlockNumberSchema } from '@aztec/foundation/branded-types';
4
- import { Fr } from '@aztec/foundation/curves/bn254';
5
4
  import { BufferReader } from '@aztec/foundation/serialize';
6
5
 
7
6
  import { z } from 'zod';
@@ -83,7 +82,7 @@ export class LogId {
83
82
  const reader = BufferReader.asReader(buffer);
84
83
 
85
84
  const blockNumber = BlockNumber(reader.readNumber());
86
- const blockHash = new BlockHash(reader.readObject(Fr));
85
+ const blockHash = BlockHash.fromBuffer(reader);
87
86
  const txHash = reader.readObject(TxHash);
88
87
  const txIndex = reader.readNumber();
89
88
  const logIndex = reader.readNumber();
@@ -1,26 +1,37 @@
1
+ import { DomainSeparator } from '@aztec/constants';
1
2
  import { Grumpkin } from '@aztec/foundation/crypto/grumpkin';
2
- import type { GrumpkinScalar, Point } from '@aztec/foundation/curves/grumpkin';
3
+ import { poseidon2HashWithSeparator } from '@aztec/foundation/crypto/poseidon';
4
+ import type { Fr } from '@aztec/foundation/curves/bn254';
5
+ import type { GrumpkinScalar } from '@aztec/foundation/curves/grumpkin';
3
6
 
7
+ import type { AztecAddress } from '../aztec-address/index.js';
4
8
  import type { PublicKey } from '../keys/public_key.js';
5
9
 
6
10
  /**
7
- * Derive an Elliptic Curve Diffie-Hellman (ECDH) Shared Secret.
8
- * The function takes in an ECDH public key, a private key, and a Grumpkin instance to compute
9
- * the shared secret.
11
+ * Derives an app-siloed ECDH shared secret.
12
+ *
13
+ * Computes the raw ECDH shared secret `S = secretKey * publicKey`, then app-silos it:
14
+ * `s_app = h(DOM_SEP__APP_SILOED_ECDH_SHARED_SECRET, S.x, S.y, contractAddress)`
10
15
  *
11
16
  * @param secretKey - The secret key used to derive shared secret.
12
17
  * @param publicKey - The public key used to derive shared secret.
13
- * @returns A derived shared secret.
18
+ * @param contractAddress - The address of the calling contract, used for app-siloing.
19
+ * @returns The app-siloed shared secret as a Field.
14
20
  * @throws If the publicKey is zero.
15
- *
16
- * TODO(#12656): This function is kept around because of the utilityGetSharedSecret oracle. Nuke this once returning
17
- * the app-siloed secret.
18
21
  */
19
- export function deriveEcdhSharedSecret(secretKey: GrumpkinScalar, publicKey: PublicKey): Promise<Point> {
22
+ export async function deriveAppSiloedSharedSecret(
23
+ secretKey: GrumpkinScalar,
24
+ publicKey: PublicKey,
25
+ contractAddress: AztecAddress,
26
+ ): Promise<Fr> {
20
27
  if (publicKey.isZero()) {
21
28
  throw new Error(
22
29
  `Attempting to derive a shared secret with a zero public key. You have probably passed a zero public key in your Noir code somewhere thinking that the note won't be broadcast... but it was.`,
23
30
  );
24
31
  }
25
- return Grumpkin.mul(publicKey, secretKey);
32
+ const rawSharedSecret = await Grumpkin.mul(publicKey, secretKey);
33
+ return poseidon2HashWithSeparator(
34
+ [rawSharedSecret.x, rawSharedSecret.y, contractAddress],
35
+ DomainSeparator.APP_SILOED_ECDH_SHARED_SECRET,
36
+ );
26
37
  }
@@ -1,32 +1,32 @@
1
- import type { Fr } from '@aztec/foundation/curves/bn254';
1
+ import { DomainSeparator } from '@aztec/constants';
2
+ import { Fr } from '@aztec/foundation/curves/bn254';
2
3
  import type { ZodFor } from '@aztec/foundation/schemas';
3
4
 
4
5
  import type { AztecAddress } from '../aztec-address/index.js';
5
- import { computeSiloedPrivateLogFirstField } from '../hash/hash.js';
6
+ import { computeLogTag, computeSiloedPrivateLogFirstField } from '../hash/hash.js';
6
7
  import { schemas } from '../schemas/schemas.js';
7
8
  import type { PreTag } from './pre_tag.js';
8
9
  import { Tag } from './tag.js';
9
10
 
10
- /* eslint-disable @typescript-eslint/no-unsafe-declaration-merging */
11
-
12
- /** Branding to ensure fields are not interchangeable types. */
13
- export interface SiloedTag {
14
- /** Brand. */
15
- _branding: 'SiloedTag';
16
- }
17
-
18
11
  /**
19
12
  * Represents a tag used in private log as it "appears on the chain" - that is the tag is siloed with a contract
20
13
  * address that emitted the log.
21
14
  */
22
15
  export class SiloedTag {
16
+ /** Branding for nominal typing. */
17
+ declare private readonly _branding: 'SiloedTag';
18
+
23
19
  constructor(public readonly value: Fr) {}
24
20
 
25
21
  static async compute(preTag: PreTag): Promise<SiloedTag> {
26
22
  const tag = await Tag.compute(preTag);
27
- return SiloedTag.computeFromTagAndApp(tag, preTag.extendedSecret.app);
23
+ const logTag = await computeLogTag(tag.value, DomainSeparator.UNCONSTRAINED_MSG_LOG_TAG);
24
+ return SiloedTag.computeFromTagAndApp(new Tag(logTag), preTag.extendedSecret.app);
28
25
  }
29
26
 
27
+ /**
28
+ * Unlike `compute`, this expects a tag whose value is already domain-separated.
29
+ */
30
30
  static async computeFromTagAndApp(tag: Tag, app: AztecAddress): Promise<SiloedTag> {
31
31
  const siloedTag = await computeSiloedPrivateLogFirstField(app, tag.value);
32
32
  return new SiloedTag(siloedTag);
@@ -44,6 +44,10 @@ export class SiloedTag {
44
44
  return this.value.equals(other.value);
45
45
  }
46
46
 
47
+ static random(): SiloedTag {
48
+ return new SiloedTag(Fr.random());
49
+ }
50
+
47
51
  static get schema(): ZodFor<SiloedTag> {
48
52
  return schemas.Fr.transform((fr: Fr) => new SiloedTag(fr));
49
53
  }
package/src/logs/tag.ts CHANGED
@@ -1,22 +1,18 @@
1
1
  import { poseidon2Hash } from '@aztec/foundation/crypto/poseidon';
2
- import type { Fr } from '@aztec/foundation/curves/bn254';
2
+ import { Fr } from '@aztec/foundation/curves/bn254';
3
3
  import type { ZodFor } from '@aztec/foundation/schemas';
4
4
 
5
5
  import { schemas } from '../schemas/schemas.js';
6
6
  import type { PreTag } from './pre_tag.js';
7
7
 
8
- /* eslint-disable @typescript-eslint/no-unsafe-declaration-merging */
9
-
10
- export interface Tag {
11
- /** Brand. */
12
- _branding: 'Tag';
13
- }
14
-
15
8
  /**
16
9
  * Represents a tag of a private log. This is not the tag that "appears" on the chain as this tag is first siloed
17
10
  * with a contract address by kernels before being included in the final log.
18
11
  */
19
12
  export class Tag {
13
+ /** Branding for nominal typing. */
14
+ declare private readonly _branding: 'Tag';
15
+
20
16
  constructor(public readonly value: Fr) {}
21
17
 
22
18
  static async compute(preTag: PreTag): Promise<Tag> {
@@ -36,6 +32,10 @@ export class Tag {
36
32
  return this.value.equals(other.value);
37
33
  }
38
34
 
35
+ static random(): Tag {
36
+ return new Tag(Fr.random());
37
+ }
38
+
39
39
  static get schema(): ZodFor<Tag> {
40
40
  return schemas.Fr.transform((fr: Fr) => new Tag(fr));
41
41
  }
@@ -1,6 +1,5 @@
1
1
  import { BlockNumber } from '@aztec/foundation/branded-types';
2
2
  import { Fr } from '@aztec/foundation/curves/bn254';
3
- import { Point } from '@aztec/foundation/curves/grumpkin';
4
3
  import { BufferReader, serializeToBuffer } from '@aztec/foundation/serialize';
5
4
  import { AztecAddress } from '@aztec/stdlib/aztec-address';
6
5
  import { Note } from '@aztec/stdlib/note';
@@ -148,9 +147,7 @@ export class NoteDao {
148
147
  * @returns - Its size in bytes.
149
148
  */
150
149
  public getSize() {
151
- const noteSize = 4 + this.note.items.length * Fr.SIZE_IN_BYTES;
152
- // 2 numbers for txIndexInBlock and noteIndexInTx (4 bytes each)
153
- return noteSize + AztecAddress.SIZE_IN_BYTES * 2 + Fr.SIZE_IN_BYTES * 4 + TxHash.SIZE + Point.SIZE_IN_BYTES + 8;
150
+ return this.toBuffer().length;
154
151
  }
155
152
 
156
153
  static async random({
@@ -1,5 +1,11 @@
1
- import { BlockNumber, IndexWithinCheckpoint, SlotNumber } from '@aztec/foundation/branded-types';
2
- import { Buffer32 } from '@aztec/foundation/buffer';
1
+ import {
2
+ BlockNumber,
3
+ BlockProposalHash,
4
+ type CheckpointNumber,
5
+ IndexWithinCheckpoint,
6
+ SlotNumber,
7
+ } from '@aztec/foundation/branded-types';
8
+ import { type BaseBuffer32, Buffer32 } from '@aztec/foundation/buffer';
3
9
  import { keccak256 } from '@aztec/foundation/crypto/keccak';
4
10
  import { tryRecoverAddress } from '@aztec/foundation/crypto/secp256k1-signer';
5
11
  import { Fr } from '@aztec/foundation/curves/bn254';
@@ -23,11 +29,7 @@ import {
23
29
  import { SignedTxs } from './signed_txs.js';
24
30
  import { TopicType } from './topic_type.js';
25
31
 
26
- export class BlockProposalHash extends Buffer32 {
27
- constructor(hash: Buffer) {
28
- super(hash);
29
- }
30
- }
32
+ export type { BlockProposalHash } from '@aztec/foundation/branded-types';
31
33
 
32
34
  export type BlockProposalOptions = {
33
35
  /**
@@ -77,8 +79,8 @@ export class BlockProposal extends Gossipable {
77
79
  super();
78
80
  }
79
81
 
80
- override generateP2PMessageIdentifier(): Promise<Buffer32> {
81
- return Promise.resolve(new BlockProposalHash(keccak256(this.signature.toBuffer())));
82
+ override generateP2PMessageIdentifier(): Promise<BaseBuffer32> {
83
+ return Promise.resolve(BlockProposalHash.fromBuffer(keccak256(this.signature.toBuffer())));
82
84
  }
83
85
 
84
86
  get archive(): Fr {
@@ -126,6 +128,7 @@ export class BlockProposal extends Gossipable {
126
128
 
127
129
  static async createProposalFromSigner(
128
130
  blockHeader: BlockHeader,
131
+ checkpointNumber: CheckpointNumber,
129
132
  indexWithinCheckpoint: IndexWithinCheckpoint,
130
133
  inHash: Fr,
131
134
  archiveRoot: Fr,
@@ -147,6 +150,7 @@ export class BlockProposal extends Gossipable {
147
150
  const blockContext: SigningContext = {
148
151
  slot: blockHeader.globalVariables.slotNumber,
149
152
  blockNumber: blockHeader.globalVariables.blockNumber,
153
+ checkpointNumber,
150
154
  blockIndexWithinCheckpoint: indexWithinCheckpoint,
151
155
  dutyType: DutyType.BLOCK_PROPOSAL,
152
156
  };
@@ -1,5 +1,5 @@
1
- import { SlotNumber } from '@aztec/foundation/branded-types';
2
- import { Buffer32 } from '@aztec/foundation/buffer';
1
+ import { CheckpointAttestationHash, SlotNumber } from '@aztec/foundation/branded-types';
2
+ import type { BaseBuffer32 } from '@aztec/foundation/buffer';
3
3
  import { keccak256 } from '@aztec/foundation/crypto/keccak';
4
4
  import { tryRecoverAddress } from '@aztec/foundation/crypto/secp256k1-signer';
5
5
  import type { Fr } from '@aztec/foundation/curves/bn254';
@@ -16,11 +16,7 @@ import { Gossipable } from './gossipable.js';
16
16
  import { SignatureDomainSeparator, getHashedSignaturePayloadEthSignedMessage } from './signature_utils.js';
17
17
  import { TopicType } from './topic_type.js';
18
18
 
19
- export class CheckpointAttestationHash extends Buffer32 {
20
- constructor(hash: Buffer) {
21
- super(hash);
22
- }
23
- }
19
+ export type { CheckpointAttestationHash } from '@aztec/foundation/branded-types';
24
20
 
25
21
  /**
26
22
  * CheckpointAttestation
@@ -57,8 +53,8 @@ export class CheckpointAttestation extends Gossipable {
57
53
  .transform(obj => new CheckpointAttestation(obj.payload, obj.signature, obj.proposerSignature));
58
54
  }
59
55
 
60
- override generateP2PMessageIdentifier(): Promise<Buffer32> {
61
- return Promise.resolve(new CheckpointAttestationHash(keccak256(this.signature.toBuffer())));
56
+ override generateP2PMessageIdentifier(): Promise<BaseBuffer32> {
57
+ return Promise.resolve(CheckpointAttestationHash.fromBuffer(keccak256(this.signature.toBuffer())));
62
58
  }
63
59
 
64
60
  get archive(): Fr {
@@ -1,5 +1,10 @@
1
- import { BlockNumber, IndexWithinCheckpoint, SlotNumber } from '@aztec/foundation/branded-types';
2
- import { Buffer32 } from '@aztec/foundation/buffer';
1
+ import {
2
+ type CheckpointNumber,
3
+ CheckpointProposalHash,
4
+ IndexWithinCheckpoint,
5
+ SlotNumber,
6
+ } from '@aztec/foundation/branded-types';
7
+ import { type BaseBuffer32, Buffer32 } from '@aztec/foundation/buffer';
3
8
  import { keccak256 } from '@aztec/foundation/crypto/keccak';
4
9
  import { tryRecoverAddress } from '@aztec/foundation/crypto/secp256k1-signer';
5
10
  import { Fr } from '@aztec/foundation/curves/bn254';
@@ -24,12 +29,7 @@ import {
24
29
  import { SignedTxs } from './signed_txs.js';
25
30
  import { TopicType } from './topic_type.js';
26
31
 
27
- // REFACTOR(palla): Use a branded type instead of a subclass of Buffer32
28
- export class CheckpointProposalHash extends Buffer32 {
29
- constructor(hash: Buffer) {
30
- super(hash);
31
- }
32
- }
32
+ export type { CheckpointProposalHash } from '@aztec/foundation/branded-types';
33
33
 
34
34
  export type CheckpointProposalOptions = {
35
35
  /**
@@ -93,8 +93,8 @@ export class CheckpointProposal extends Gossipable {
93
93
  super();
94
94
  }
95
95
 
96
- override generateP2PMessageIdentifier(): Promise<Buffer32> {
97
- return Promise.resolve(new CheckpointProposalHash(keccak256(this.signature.toBuffer())));
96
+ override generateP2PMessageIdentifier(): Promise<BaseBuffer32> {
97
+ return Promise.resolve(CheckpointProposalHash.fromBuffer(keccak256(this.signature.toBuffer())));
98
98
  }
99
99
 
100
100
  get slotNumber(): SlotNumber {
@@ -160,8 +160,9 @@ export class CheckpointProposal extends Gossipable {
160
160
  static async createProposalFromSigner(
161
161
  checkpointHeader: CheckpointHeader,
162
162
  archiveRoot: Fr,
163
+ checkpointNumber: CheckpointNumber,
163
164
  feeAssetPriceModifier: bigint,
164
- lastBlockInfo: CheckpointLastBlockData | undefined,
165
+ lastBlockProposal: BlockProposal | undefined,
165
166
  payloadSigner: (payload: Buffer32, context: SigningContext) => Promise<Signature>,
166
167
  ): Promise<CheckpointProposal> {
167
168
  // Sign the checkpoint payload with CHECKPOINT_PROPOSAL duty type
@@ -175,35 +176,19 @@ export class CheckpointProposal extends Gossipable {
175
176
 
176
177
  const checkpointContext: SigningContext = {
177
178
  slot: checkpointHeader.slotNumber,
178
- blockNumber: lastBlockInfo?.blockHeader?.globalVariables.blockNumber ?? BlockNumber(0),
179
+ checkpointNumber,
179
180
  dutyType: DutyType.CHECKPOINT_PROPOSAL,
180
181
  };
181
182
 
182
- if (lastBlockInfo) {
183
- // Sign block proposal before signing checkpoint proposal to ensure HA protection
184
- const lastBlockProposal = await BlockProposal.createProposalFromSigner(
185
- lastBlockInfo.blockHeader,
186
- lastBlockInfo.indexWithinCheckpoint,
187
- checkpointHeader.inHash,
188
- archiveRoot,
189
- lastBlockInfo.txHashes,
190
- lastBlockInfo.txs,
191
- payloadSigner,
192
- );
193
-
194
- const checkpointSignature = await payloadSigner(checkpointHash, checkpointContext);
195
-
196
- return new CheckpointProposal(checkpointHeader, archiveRoot, feeAssetPriceModifier, checkpointSignature, {
197
- blockHeader: lastBlockInfo.blockHeader,
198
- indexWithinCheckpoint: lastBlockInfo.indexWithinCheckpoint,
199
- txHashes: lastBlockInfo.txHashes,
200
- signature: lastBlockProposal.signature,
201
- signedTxs: lastBlockProposal.signedTxs,
202
- });
203
- }
204
-
205
183
  const checkpointSignature = await payloadSigner(checkpointHash, checkpointContext);
206
- return new CheckpointProposal(checkpointHeader, archiveRoot, feeAssetPriceModifier, checkpointSignature);
184
+
185
+ return new CheckpointProposal(
186
+ checkpointHeader,
187
+ archiveRoot,
188
+ feeAssetPriceModifier,
189
+ checkpointSignature,
190
+ lastBlockProposal,
191
+ );
207
192
  }
208
193
 
209
194
  /**
@@ -1,4 +1,4 @@
1
- import { Buffer32 } from '@aztec/foundation/buffer';
1
+ import { BaseBuffer32 } from '@aztec/foundation/buffer';
2
2
  import { BufferReader, bigintToUInt64BE, serializeToBuffer } from '@aztec/foundation/serialize';
3
3
 
4
4
  import type { TopicType } from './topic_type.js';
@@ -46,7 +46,7 @@ export class P2PMessage {
46
46
  * Any class which extends gossipable will be able to be Gossiped over the p2p network
47
47
  */
48
48
  export abstract class Gossipable {
49
- private cachedId: Buffer32 | undefined;
49
+ private cachedId: BaseBuffer32 | undefined;
50
50
  /** The p2p topic identifier, this determines how the message is handled */
51
51
  static p2pTopic: TopicType;
52
52
 
@@ -54,7 +54,7 @@ export abstract class Gossipable {
54
54
  * A digest of the message information **used for logging only**.
55
55
  * The identifier used for deduplication is `getMsgIdFn` as defined in `encoding.ts` which is a hash over topic and data.
56
56
  */
57
- async p2pMessageLoggingIdentifier(): Promise<Buffer32> {
57
+ async p2pMessageLoggingIdentifier(): Promise<BaseBuffer32> {
58
58
  if (this.cachedId) {
59
59
  return this.cachedId;
60
60
  }
@@ -62,7 +62,7 @@ export abstract class Gossipable {
62
62
  return this.cachedId;
63
63
  }
64
64
 
65
- abstract generateP2PMessageIdentifier(): Promise<Buffer32>;
65
+ abstract generateP2PMessageIdentifier(): Promise<BaseBuffer32>;
66
66
 
67
67
  abstract toBuffer(): Buffer;
68
68
 
@@ -1,6 +1,5 @@
1
1
  export * from './types.js';
2
2
  export * from './interfaces.js';
3
3
  export * from './helpers.js';
4
- export * from './empire.js';
5
- export * from './tally.js';
4
+ export * from './votes.js';
6
5
  export * from './serialization.js';
@@ -1,15 +1,7 @@
1
- import { times } from '@aztec/foundation/collection';
2
1
  import { EthAddress } from '@aztec/foundation/eth-address';
3
2
  import { BufferReader, bigintToUInt64BE, bigintToUInt128BE, serializeToBuffer } from '@aztec/foundation/serialize';
4
3
 
5
- import type {
6
- Offense,
7
- OffenseType,
8
- SlashPayload,
9
- SlashPayloadRound,
10
- ValidatorSlash,
11
- ValidatorSlashOffense,
12
- } from './types.js';
4
+ import type { Offense, OffenseType } from './types.js';
13
5
 
14
6
  export function serializeOffense(offense: Offense): Buffer {
15
7
  return serializeToBuffer(
@@ -29,75 +21,3 @@ export function deserializeOffense(buffer: Buffer): Offense {
29
21
 
30
22
  return { validator, amount, offenseType: offense, epochOrSlot };
31
23
  }
32
-
33
- function serializeValidatorSlashOffense(offense: ValidatorSlashOffense): Buffer {
34
- return serializeToBuffer(bigintToUInt64BE(offense.epochOrSlot), offense.offenseType);
35
- }
36
-
37
- function deserializeValidatorSlashOffense(buffer: Buffer | BufferReader): ValidatorSlashOffense {
38
- const reader = BufferReader.asReader(buffer);
39
- return {
40
- epochOrSlot: reader.readUInt64(),
41
- offenseType: reader.readNumber() as OffenseType,
42
- };
43
- }
44
-
45
- function serializeValidatorSlash(slash: ValidatorSlash): Buffer {
46
- return serializeToBuffer(
47
- slash.validator,
48
- bigintToUInt128BE(slash.amount),
49
- slash.offenses.length,
50
- slash.offenses.map(serializeValidatorSlashOffense),
51
- );
52
- }
53
-
54
- function deserializeValidatorSlash(buffer: Buffer | BufferReader): ValidatorSlash {
55
- const reader = BufferReader.asReader(buffer);
56
- const validator = reader.readObject(EthAddress);
57
- const amount = reader.readUInt128();
58
- const offensesCount = reader.readNumber();
59
- const offenses = times(offensesCount, () => deserializeValidatorSlashOffense(reader));
60
-
61
- return { validator, amount, offenses };
62
- }
63
-
64
- export function serializeSlashPayload(payload: SlashPayload): Buffer {
65
- return serializeToBuffer(
66
- payload.address,
67
- payload.slashes.length,
68
- payload.slashes.map(serializeValidatorSlash),
69
- bigintToUInt64BE(payload.timestamp),
70
- );
71
- }
72
-
73
- export function deserializeSlashPayload(buffer: Buffer): SlashPayload {
74
- const reader = BufferReader.asReader(buffer);
75
- const address = reader.readObject(EthAddress);
76
- const slashesCount = reader.readNumber();
77
- const slashes = times(slashesCount, () => deserializeValidatorSlash(reader));
78
- const timestamp = reader.readUInt64();
79
- return { address, slashes, timestamp };
80
- }
81
-
82
- export function serializeSlashPayloadRound(payload: SlashPayloadRound): Buffer {
83
- return serializeToBuffer(
84
- payload.address,
85
- payload.slashes.length,
86
- payload.slashes.map(serializeValidatorSlash),
87
- bigintToUInt64BE(payload.timestamp),
88
- Number(payload.votes),
89
- bigintToUInt64BE(payload.round),
90
- );
91
- }
92
-
93
- export function deserializeSlashPayloadRound(buffer: Buffer): SlashPayloadRound {
94
- const reader = BufferReader.asReader(buffer);
95
- const address = reader.readObject(EthAddress);
96
- const slashesCount = reader.readNumber();
97
- const slashes = times(slashesCount, () => deserializeValidatorSlash(reader));
98
- const timestamp = reader.readUInt64();
99
- const votes = BigInt(reader.readNumber());
100
- const round = reader.readUInt64();
101
-
102
- return { address, slashes, timestamp, votes, round };
103
- }
@@ -126,45 +126,13 @@ export type ValidatorSlash = {
126
126
  offenses: ValidatorSlashOffense[];
127
127
  };
128
128
 
129
- /** Slash payload as published by the empire slash proposer */
130
- export type SlashPayload = {
131
- address: EthAddress;
132
- slashes: ValidatorSlash[];
133
- timestamp: bigint;
134
- };
135
-
136
- /** Slash payload with round information from empire slash proposer */
137
- export type SlashPayloadRound = SlashPayload & { votes: bigint; round: bigint };
138
-
139
- export const SlashPayloadRoundSchema = zodFor<SlashPayloadRound>()(
140
- z.object({
141
- address: schemas.EthAddress,
142
- timestamp: schemas.BigInt,
143
- votes: schemas.BigInt,
144
- round: schemas.BigInt,
145
- slashes: z.array(
146
- z.object({
147
- validator: schemas.EthAddress,
148
- amount: schemas.BigInt,
149
- offenses: z.array(z.object({ offenseType: OffenseTypeSchema, epochOrSlot: schemas.BigInt })),
150
- }),
151
- ),
152
- }),
153
- );
154
-
155
- /** Votes for a validator slash in the consensus slash proposer */
129
+ /** Votes for a validator slash in the slashing proposer */
156
130
  export type ValidatorSlashVote = number;
157
131
 
158
132
  export type ProposerSlashAction =
159
- /** Create a new slash payload on an empire-based slash proposer */
160
- | { type: 'create-empire-payload'; data: ValidatorSlash[] }
161
- /** Vote for a slashing payload on an empire-based slash proposer */
162
- | { type: 'vote-empire-payload'; payload: EthAddress }
163
- /** Execute a slashing payload on an empire-based slash proposer */
164
- | { type: 'execute-empire-payload'; round: bigint }
165
- /** Vote for offenses on a consensus slashing proposer */
133
+ /** Vote for offenses on the slashing proposer */
166
134
  | { type: 'vote-offenses'; votes: ValidatorSlashVote[]; committees: EthAddress[][]; round: bigint }
167
- /** Execute a slashing round on a consensus slashing proposer */
135
+ /** Execute a slashing round on the slashing proposer */
168
136
  | { type: 'execute-slash'; committees: EthAddress[][]; round: bigint };
169
137
 
170
138
  export type ProposerSlashActionType = ProposerSlashAction['type'];
@@ -28,7 +28,7 @@ export function getSlashConsensusVotesFromOffenses(
28
28
  targetCommitteeSize: number;
29
29
  maxSlashedValidators?: number;
30
30
  },
31
- logger: Logger = createLogger('slasher:tally'),
31
+ logger: Logger = createLogger('slasher:votes'),
32
32
  ): ValidatorSlashVote[] {
33
33
  const { slashingAmounts, targetCommitteeSize, maxSlashedValidators } = settings;
34
34
 
@@ -232,7 +232,7 @@ export function makeTxContext(seed: number = 1): TxContext {
232
232
  * Creates a default instance of gas settings. No seed value is used to ensure we allocate a sensible amount of gas for testing.
233
233
  */
234
234
  export function makeGasSettings() {
235
- return GasSettings.default({ maxFeesPerGas: new GasFees(10, 10) });
235
+ return GasSettings.fallback({ maxFeesPerGas: new GasFees(10, 10) });
236
236
  }
237
237
 
238
238
  /**
@@ -1715,6 +1715,10 @@ export function makeL2Tips(
1715
1715
  block: { number: bn, hash },
1716
1716
  checkpoint: { number: cpn, hash: cph },
1717
1717
  },
1718
+ proposedCheckpoint: {
1719
+ block: { number: bn, hash },
1720
+ checkpoint: { number: cpn, hash: cph },
1721
+ },
1718
1722
  proven: {
1719
1723
  block: { number: bn, hash },
1720
1724
  checkpoint: { number: cpn, hash: cph },
@@ -134,7 +134,7 @@ export const mockTx = async (
134
134
  const data = PrivateKernelTailCircuitPublicInputs.empty();
135
135
  const firstNullifier = new Nullifier(new Fr(seed + 1), Fr.ZERO, 0);
136
136
  data.constants.anchorBlockHeader = anchorBlockHeader;
137
- data.constants.txContext.gasSettings = GasSettings.default({ gasLimits, maxFeesPerGas, maxPriorityFeesPerGas });
137
+ data.constants.txContext.gasSettings = GasSettings.fallback({ gasLimits, maxFeesPerGas, maxPriorityFeesPerGas });
138
138
  data.feePayer = feePayer ?? (await AztecAddress.random());
139
139
  data.gasUsed = gasUsed;
140
140
  data.constants.txContext.chainId = chainId;
@@ -200,7 +200,7 @@ export async function mockProcessedTx({
200
200
  db,
201
201
  chainId = Fr.ZERO,
202
202
  version = Fr.ZERO,
203
- gasSettings = GasSettings.default({ maxFeesPerGas: new GasFees(10, 10) }),
203
+ gasSettings = GasSettings.fallback({ maxFeesPerGas: new GasFees(10, 10) }),
204
204
  vkTreeRoot = Fr.ZERO,
205
205
  protocolContracts = makeProtocolContracts(seed + 0x100),
206
206
  globalVariables = GlobalVariables.empty(),
@@ -587,6 +587,7 @@ export const makeBlockProposal = (options?: MakeBlockProposalOptions): Promise<B
587
587
 
588
588
  return BlockProposal.createProposalFromSigner(
589
589
  blockHeader,
590
+ CheckpointNumber(1),
590
591
  indexWithinCheckpoint,
591
592
  inHash,
592
593
  archiveRoot,
@@ -596,28 +597,31 @@ export const makeBlockProposal = (options?: MakeBlockProposalOptions): Promise<B
596
597
  );
597
598
  };
598
599
 
599
- export const makeCheckpointProposal = (options?: MakeCheckpointProposalOptions): Promise<CheckpointProposal> => {
600
- const blockHeader = options?.lastBlock?.blockHeader ?? makeBlockHeader(1);
600
+ export const makeCheckpointProposal = async (options?: MakeCheckpointProposalOptions): Promise<CheckpointProposal> => {
601
601
  const checkpointHeader = options?.checkpointHeader ?? makeCheckpointHeader(1);
602
602
  const archiveRoot = options?.archiveRoot ?? Fr.random();
603
603
  const feeAssetPriceModifier = options?.feeAssetPriceModifier ?? 0n;
604
604
  const signer = options?.signer ?? Secp256k1Signer.random();
605
605
 
606
- // Build lastBlock info if provided
607
- const lastBlockInfo = options?.lastBlock
608
- ? {
609
- blockHeader,
610
- indexWithinCheckpoint: options.lastBlock.indexWithinCheckpoint ?? IndexWithinCheckpoint(4), // Last block in a 5-block checkpoint
611
- txHashes: options.lastBlock.txHashes ?? [0, 1, 2, 3, 4, 5].map(() => TxHash.random()),
606
+ // Build a signed block proposal if lastBlock options are provided
607
+ const lastBlockProposal = options?.lastBlock
608
+ ? await makeBlockProposal({
609
+ blockHeader: options.lastBlock.blockHeader,
610
+ indexWithinCheckpoint: options.lastBlock.indexWithinCheckpoint ?? IndexWithinCheckpoint(4),
611
+ inHash: checkpointHeader.inHash,
612
+ archiveRoot,
613
+ txHashes: options.lastBlock.txHashes,
612
614
  txs: options.lastBlock.txs,
613
- }
615
+ signer,
616
+ })
614
617
  : undefined;
615
618
 
616
619
  return CheckpointProposal.createProposalFromSigner(
617
620
  checkpointHeader,
618
621
  archiveRoot,
622
+ CheckpointNumber(1),
619
623
  feeAssetPriceModifier,
620
- lastBlockInfo,
624
+ lastBlockProposal,
621
625
  payload => Promise.resolve(signer.signMessage(payload)),
622
626
  );
623
627
  };