@aztec/ethereum 0.0.1-commit.f295ac2 → 0.0.1-commit.f504929

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 (133) hide show
  1. package/dest/config.d.ts +5 -1
  2. package/dest/config.d.ts.map +1 -1
  3. package/dest/config.js +16 -3
  4. package/dest/contracts/empire_base.d.ts +3 -1
  5. package/dest/contracts/empire_base.d.ts.map +1 -1
  6. package/dest/contracts/empire_slashing_proposer.d.ts +3 -1
  7. package/dest/contracts/empire_slashing_proposer.d.ts.map +1 -1
  8. package/dest/contracts/empire_slashing_proposer.js +22 -15
  9. package/dest/contracts/fee_asset_handler.d.ts +1 -1
  10. package/dest/contracts/fee_asset_handler.d.ts.map +1 -1
  11. package/dest/contracts/fee_asset_handler.js +2 -0
  12. package/dest/contracts/fee_asset_price_oracle.d.ts +101 -0
  13. package/dest/contracts/fee_asset_price_oracle.d.ts.map +1 -0
  14. package/dest/contracts/fee_asset_price_oracle.js +651 -0
  15. package/dest/contracts/governance.d.ts +3 -1
  16. package/dest/contracts/governance.d.ts.map +1 -1
  17. package/dest/contracts/governance.js +14 -4
  18. package/dest/contracts/governance_proposer.d.ts +3 -1
  19. package/dest/contracts/governance_proposer.d.ts.map +1 -1
  20. package/dest/contracts/governance_proposer.js +13 -1
  21. package/dest/contracts/index.d.ts +2 -1
  22. package/dest/contracts/index.d.ts.map +1 -1
  23. package/dest/contracts/index.js +1 -0
  24. package/dest/contracts/multicall.d.ts +1 -1
  25. package/dest/contracts/multicall.d.ts.map +1 -1
  26. package/dest/contracts/multicall.js +2 -1
  27. package/dest/contracts/registry.d.ts +3 -1
  28. package/dest/contracts/registry.d.ts.map +1 -1
  29. package/dest/contracts/registry.js +30 -1
  30. package/dest/contracts/rollup.d.ts +8 -7
  31. package/dest/contracts/rollup.d.ts.map +1 -1
  32. package/dest/contracts/rollup.js +24 -8
  33. package/dest/contracts/tally_slashing_proposer.d.ts +1 -1
  34. package/dest/contracts/tally_slashing_proposer.d.ts.map +1 -1
  35. package/dest/contracts/tally_slashing_proposer.js +8 -1
  36. package/dest/deploy_aztec_l1_contracts.d.ts +4 -3
  37. package/dest/deploy_aztec_l1_contracts.d.ts.map +1 -1
  38. package/dest/deploy_aztec_l1_contracts.js +38 -22
  39. package/dest/deploy_l1_contract.js +3 -3
  40. package/dest/generated/l1-contracts-defaults.d.ts +3 -2
  41. package/dest/generated/l1-contracts-defaults.d.ts.map +1 -1
  42. package/dest/generated/l1-contracts-defaults.js +2 -1
  43. package/dest/l1_artifacts.d.ts +1857 -52
  44. package/dest/l1_artifacts.d.ts.map +1 -1
  45. package/dest/l1_tx_utils/config.d.ts +7 -1
  46. package/dest/l1_tx_utils/config.d.ts.map +1 -1
  47. package/dest/l1_tx_utils/config.js +14 -1
  48. package/dest/l1_tx_utils/constants.d.ts +1 -1
  49. package/dest/l1_tx_utils/constants.js +2 -2
  50. package/dest/l1_tx_utils/factory.d.ts +18 -10
  51. package/dest/l1_tx_utils/factory.d.ts.map +1 -1
  52. package/dest/l1_tx_utils/factory.js +17 -7
  53. package/dest/l1_tx_utils/fee-strategies/p75_competitive.js +1 -1
  54. package/dest/l1_tx_utils/fee-strategies/p75_competitive_blob_txs_only.js +1 -1
  55. package/dest/l1_tx_utils/forwarder_l1_tx_utils.d.ts +15 -15
  56. package/dest/l1_tx_utils/forwarder_l1_tx_utils.d.ts.map +1 -1
  57. package/dest/l1_tx_utils/forwarder_l1_tx_utils.js +9 -15
  58. package/dest/l1_tx_utils/index-blobs.d.ts +3 -3
  59. package/dest/l1_tx_utils/index-blobs.d.ts.map +1 -1
  60. package/dest/l1_tx_utils/index-blobs.js +2 -2
  61. package/dest/l1_tx_utils/index.d.ts +2 -1
  62. package/dest/l1_tx_utils/index.d.ts.map +1 -1
  63. package/dest/l1_tx_utils/index.js +1 -0
  64. package/dest/l1_tx_utils/l1_tx_utils.d.ts +18 -7
  65. package/dest/l1_tx_utils/l1_tx_utils.d.ts.map +1 -1
  66. package/dest/l1_tx_utils/l1_tx_utils.js +58 -42
  67. package/dest/l1_tx_utils/readonly_l1_tx_utils.js +3 -3
  68. package/dest/l1_tx_utils/tx_delayer.d.ts +56 -0
  69. package/dest/l1_tx_utils/tx_delayer.d.ts.map +1 -0
  70. package/dest/{test → l1_tx_utils}/tx_delayer.js +62 -34
  71. package/dest/publisher_manager.d.ts +3 -2
  72. package/dest/publisher_manager.d.ts.map +1 -1
  73. package/dest/publisher_manager.js +2 -2
  74. package/dest/queries.d.ts +1 -1
  75. package/dest/queries.d.ts.map +1 -1
  76. package/dest/queries.js +2 -1
  77. package/dest/test/index.d.ts +1 -3
  78. package/dest/test/index.d.ts.map +1 -1
  79. package/dest/test/index.js +0 -2
  80. package/dest/test/rollup_cheat_codes.d.ts +4 -2
  81. package/dest/test/rollup_cheat_codes.d.ts.map +1 -1
  82. package/dest/test/rollup_cheat_codes.js +10 -1
  83. package/dest/test/start_anvil.d.ts +9 -3
  84. package/dest/test/start_anvil.d.ts.map +1 -1
  85. package/dest/test/start_anvil.js +128 -29
  86. package/dest/test/upgrade_utils.js +2 -2
  87. package/dest/utils.d.ts +2 -1
  88. package/dest/utils.d.ts.map +1 -1
  89. package/dest/utils.js +46 -0
  90. package/package.json +5 -7
  91. package/src/config.ts +22 -2
  92. package/src/contracts/empire_base.ts +2 -0
  93. package/src/contracts/empire_slashing_proposer.ts +22 -27
  94. package/src/contracts/fee_asset_handler.ts +2 -0
  95. package/src/contracts/fee_asset_price_oracle.ts +280 -0
  96. package/src/contracts/governance.ts +13 -4
  97. package/src/contracts/governance_proposer.ts +10 -1
  98. package/src/contracts/index.ts +1 -0
  99. package/src/contracts/multicall.ts +5 -2
  100. package/src/contracts/registry.ts +31 -1
  101. package/src/contracts/rollup.ts +39 -17
  102. package/src/contracts/tally_slashing_proposer.ts +5 -1
  103. package/src/deploy_aztec_l1_contracts.ts +61 -29
  104. package/src/deploy_l1_contract.ts +3 -3
  105. package/src/generated/l1-contracts-defaults.ts +2 -1
  106. package/src/l1_tx_utils/config.ts +20 -0
  107. package/src/l1_tx_utils/constants.ts +2 -2
  108. package/src/l1_tx_utils/factory.ts +31 -31
  109. package/src/l1_tx_utils/fee-strategies/p75_competitive.ts +1 -1
  110. package/src/l1_tx_utils/fee-strategies/p75_competitive_blob_txs_only.ts +1 -1
  111. package/src/l1_tx_utils/forwarder_l1_tx_utils.ts +43 -54
  112. package/src/l1_tx_utils/index-blobs.ts +2 -2
  113. package/src/l1_tx_utils/index.ts +1 -0
  114. package/src/l1_tx_utils/l1_tx_utils.ts +60 -32
  115. package/src/l1_tx_utils/readonly_l1_tx_utils.ts +3 -3
  116. package/src/{test → l1_tx_utils}/tx_delayer.ts +78 -50
  117. package/src/publisher_manager.ts +4 -2
  118. package/src/queries.ts +1 -0
  119. package/src/test/index.ts +0 -2
  120. package/src/test/rollup_cheat_codes.ts +11 -2
  121. package/src/test/start_anvil.ts +146 -29
  122. package/src/test/upgrade_utils.ts +2 -2
  123. package/src/utils.ts +53 -0
  124. package/dest/l1_tx_utils/l1_tx_utils_with_blobs.d.ts +0 -26
  125. package/dest/l1_tx_utils/l1_tx_utils_with_blobs.d.ts.map +0 -1
  126. package/dest/l1_tx_utils/l1_tx_utils_with_blobs.js +0 -26
  127. package/dest/test/delayed_tx_utils.d.ts +0 -13
  128. package/dest/test/delayed_tx_utils.d.ts.map +0 -1
  129. package/dest/test/delayed_tx_utils.js +0 -28
  130. package/dest/test/tx_delayer.d.ts +0 -36
  131. package/dest/test/tx_delayer.d.ts.map +0 -1
  132. package/src/l1_tx_utils/l1_tx_utils_with_blobs.ts +0 -77
  133. package/src/test/delayed_tx_utils.ts +0 -52
package/src/test/index.ts CHANGED
@@ -1,8 +1,6 @@
1
- export * from './delayed_tx_utils.js';
2
1
  export * from './eth_cheat_codes.js';
3
2
  export * from './eth_cheat_codes_with_state.js';
4
3
  export * from './start_anvil.js';
5
- export * from './tx_delayer.js';
6
4
  export * from './upgrade_utils.js';
7
5
  export * from './chain_monitor.js';
8
6
  export * from './rollup_cheat_codes.js';
@@ -56,6 +56,15 @@ export class RollupCheatCodes {
56
56
  return SlotNumber.fromBigInt(await this.rollup.read.getSlotAt([ts]));
57
57
  }
58
58
 
59
+ /** Returns the number of seconds until the start of the given slot based on L1 block timestamp. */
60
+ public async getSecondsUntilSlot(slot: SlotNumber): Promise<number> {
61
+ const [currentTimestamp, targetTimestamp] = await Promise.all([
62
+ this.client.getBlock().then(b => BigInt(b.timestamp)),
63
+ this.rollup.read.getTimestampForSlot([BigInt(slot)]),
64
+ ]);
65
+ return Math.max(0, Number(targetTimestamp - currentTimestamp));
66
+ }
67
+
59
68
  /** Returns the current epoch */
60
69
  public async getEpoch(): Promise<EpochNumber> {
61
70
  const slotNumber = await this.getSlot();
@@ -124,7 +133,7 @@ export class RollupCheatCodes {
124
133
  } = {},
125
134
  ) {
126
135
  const { epochDuration: slotsInEpoch } = await this.getConfig();
127
- const slotNumber = SlotNumber(epoch * Number(slotsInEpoch));
136
+ const slotNumber = SlotNumber(Number(epoch) * Number(slotsInEpoch));
128
137
  const timestamp = (await this.rollup.read.getTimestampForSlot([BigInt(slotNumber)])) + BigInt(opts.offset ?? 0);
129
138
  try {
130
139
  await this.ethCheatCodes.warp(Number(timestamp), { ...opts, silent: true, resetBlockInterval: true });
@@ -176,7 +185,7 @@ export class RollupCheatCodes {
176
185
  * Marks the specified checkpoint (or latest if none) as proven
177
186
  * @param maybeCheckpointNumber - The checkpoint number to mark as proven (defaults to latest pending)
178
187
  */
179
- public markAsProven(maybeCheckpointNumber?: number | bigint) {
188
+ public markAsProven(maybeCheckpointNumber?: CheckpointNumber) {
180
189
  return this.ethCheatCodes.execWithPausedAnvil(async () => {
181
190
  const tipsBefore = await this.getTips();
182
191
  const { pending, proven } = tipsBefore;
@@ -2,9 +2,17 @@ import { createLogger } from '@aztec/foundation/log';
2
2
  import { makeBackoff, retry } from '@aztec/foundation/retry';
3
3
  import { fileURLToPath } from '@aztec/foundation/url';
4
4
 
5
- import { type Anvil, createAnvil } from '@viem/anvil';
5
+ import { type ChildProcess, spawn } from 'child_process';
6
6
  import { dirname, resolve } from 'path';
7
7
 
8
+ /** Minimal interface matching the @viem/anvil Anvil shape used by callers. */
9
+ export interface Anvil {
10
+ readonly port: number;
11
+ readonly host: string;
12
+ readonly status: 'listening' | 'idle';
13
+ stop(): Promise<void>;
14
+ }
15
+
8
16
  /**
9
17
  * Ensures there's a running Anvil instance and returns the RPC URL.
10
18
  */
@@ -16,7 +24,7 @@ export async function startAnvil(
16
24
  captureMethodCalls?: boolean;
17
25
  accounts?: number;
18
26
  chainId?: number;
19
- /** The hardfork to use - note: @viem/anvil types are out of date but 'cancun' and 'latest' work */
27
+ /** The hardfork to use (e.g. 'cancun', 'latest'). */
20
28
  hardfork?: string;
21
29
  } = {},
22
30
  ): Promise<{ anvil: Anvil; methodCalls?: string[]; rpcUrl: string; stop: () => Promise<void> }> {
@@ -24,48 +32,157 @@ export async function startAnvil(
24
32
  const logger = opts.log ? createLogger('ethereum:anvil') : undefined;
25
33
  const methodCalls = opts.captureMethodCalls ? ([] as string[]) : undefined;
26
34
 
27
- let port: number | undefined;
35
+ let detectedPort: number | undefined;
28
36
 
29
- // Start anvil.
30
- // We go via a wrapper script to ensure if the parent dies, anvil dies.
31
37
  const anvil = await retry(
32
38
  async () => {
33
- const anvil = createAnvil({
34
- anvilBinary,
35
- host: '127.0.0.1',
36
- port: opts.port ?? 8545,
37
- blockTime: opts.l1BlockTime,
38
- stopTimeout: 1000,
39
- accounts: opts.accounts ?? 20,
40
- gasLimit: 45_000_000n,
41
- chainId: opts.chainId ?? 31337,
39
+ const port = opts.port ?? (process.env.ANVIL_PORT ? parseInt(process.env.ANVIL_PORT) : 8545);
40
+ const args: string[] = [
41
+ '--host',
42
+ '127.0.0.1',
43
+ '--port',
44
+ String(port),
45
+ '--accounts',
46
+ String(opts.accounts ?? 20),
47
+ '--gas-limit',
48
+ String(45_000_000),
49
+ '--chain-id',
50
+ String(opts.chainId ?? 31337),
51
+ ];
52
+ if (opts.l1BlockTime !== undefined) {
53
+ args.push('--block-time', String(opts.l1BlockTime));
54
+ }
55
+ if (opts.hardfork !== undefined) {
56
+ args.push('--hardfork', opts.hardfork);
57
+ }
58
+
59
+ const child = spawn(anvilBinary, args, {
60
+ stdio: ['ignore', 'pipe', 'pipe'],
61
+ env: { ...process.env, RAYON_NUM_THREADS: '1' },
42
62
  });
43
63
 
44
- // Listen to the anvil output to get the port.
45
- const removeHandler = anvil.on('message', (message: string) => {
46
- logger?.debug(message.trim());
64
+ // Wait for "Listening on" or an early exit.
65
+ await new Promise<void>((resolve, reject) => {
66
+ let stderr = '';
67
+
68
+ const onStdout = (data: Buffer) => {
69
+ const text = data.toString();
70
+ logger?.debug(text.trim());
71
+ methodCalls?.push(...(text.match(/eth_[^\s]+/g) || []));
47
72
 
48
- methodCalls?.push(...(message.match(/eth_[^\s]+/g) || []));
49
- if (port === undefined && message.includes('Listening on')) {
50
- port = parseInt(message.match(/Listening on ([^:]+):(\d+)/)![2]);
51
- }
73
+ if (detectedPort === undefined && text.includes('Listening on')) {
74
+ const match = text.match(/Listening on ([^:]+):(\d+)/);
75
+ if (match) {
76
+ detectedPort = parseInt(match[2]);
77
+ }
78
+ }
79
+ if (detectedPort !== undefined) {
80
+ child.stdout?.removeListener('data', onStdout);
81
+ child.stderr?.removeListener('data', onStderr);
82
+ child.removeListener('close', onClose);
83
+ resolve();
84
+ }
85
+ };
86
+
87
+ const onStderr = (data: Buffer) => {
88
+ stderr += data.toString();
89
+ logger?.debug(data.toString().trim());
90
+ };
91
+
92
+ const onClose = (code: number | null) => {
93
+ child.stdout?.removeListener('data', onStdout);
94
+ child.stderr?.removeListener('data', onStderr);
95
+ reject(new Error(`Anvil exited with code ${code} before listening. stderr: ${stderr}`));
96
+ };
97
+
98
+ child.stdout?.on('data', onStdout);
99
+ child.stderr?.on('data', onStderr);
100
+ child.once('close', onClose);
52
101
  });
53
- await anvil.start();
54
- if (!logger && !opts.captureMethodCalls) {
55
- removeHandler();
102
+
103
+ // Continue piping for logging / method-call capture after startup.
104
+ if (logger || opts.captureMethodCalls) {
105
+ child.stdout?.on('data', (data: Buffer) => {
106
+ const text = data.toString();
107
+ logger?.debug(text.trim());
108
+ methodCalls?.push(...(text.match(/eth_[^\s]+/g) || []));
109
+ });
110
+ child.stderr?.on('data', (data: Buffer) => {
111
+ logger?.debug(data.toString().trim());
112
+ });
113
+ } else {
114
+ // Consume streams so the child process doesn't block on full pipe buffers.
115
+ child.stdout?.resume();
116
+ child.stderr?.resume();
56
117
  }
57
118
 
58
- return anvil;
119
+ return child;
59
120
  },
60
121
  'Start anvil',
61
122
  makeBackoff([5, 5, 5]),
62
123
  );
63
124
 
64
- if (!port) {
125
+ if (!detectedPort) {
65
126
  throw new Error('Failed to start anvil');
66
127
  }
67
128
 
68
- // Monkeypatch the anvil instance to include the actually assigned port
69
- // Object.defineProperty(anvil, 'port', { value: port, writable: false });
70
- return { anvil, methodCalls, stop: () => anvil.stop(), rpcUrl: `http://127.0.0.1:${port}` };
129
+ const port = detectedPort;
130
+ let status: 'listening' | 'idle' = 'listening';
131
+
132
+ anvil.once('close', () => {
133
+ status = 'idle';
134
+ });
135
+
136
+ const stop = async () => {
137
+ if (status === 'idle') {
138
+ return;
139
+ }
140
+ await killChild(anvil);
141
+ };
142
+
143
+ const anvilObj: Anvil = {
144
+ port,
145
+ host: '127.0.0.1',
146
+ get status() {
147
+ return status;
148
+ },
149
+ stop,
150
+ };
151
+
152
+ return { anvil: anvilObj, methodCalls, stop, rpcUrl: `http://127.0.0.1:${port}` };
153
+ }
154
+
155
+ /** Send SIGTERM, wait up to 5 s, then SIGKILL. All timers are always cleared. */
156
+ function killChild(child: ChildProcess): Promise<void> {
157
+ return new Promise<void>(resolve => {
158
+ if (child.exitCode !== null || child.killed) {
159
+ child.stdout?.destroy();
160
+ child.stderr?.destroy();
161
+ resolve();
162
+ return;
163
+ }
164
+
165
+ let killTimer: NodeJS.Timeout | undefined;
166
+
167
+ const onClose = () => {
168
+ if (killTimer !== undefined) {
169
+ clearTimeout(killTimer);
170
+ }
171
+ // Destroy stdio streams so their PipeWrap handles don't keep the event loop alive.
172
+ child.stdout?.destroy();
173
+ child.stderr?.destroy();
174
+ resolve();
175
+ };
176
+
177
+ child.once('close', onClose);
178
+ child.kill('SIGTERM');
179
+
180
+ killTimer = setTimeout(() => {
181
+ killTimer = undefined;
182
+ child.kill('SIGKILL');
183
+ }, 5000);
184
+
185
+ // Ensure the timer does not prevent Node from exiting.
186
+ killTimer.unref();
187
+ });
71
188
  }
@@ -7,7 +7,7 @@ import { type GetContractReturnType, type PrivateKeyAccount, getContract } from
7
7
 
8
8
  import { extractProposalIdFromLogs } from '../contracts/governance.js';
9
9
  import type { L1ContractAddresses } from '../l1_contract_addresses.js';
10
- import { createL1TxUtilsFromViemWallet } from '../l1_tx_utils/index.js';
10
+ import { createL1TxUtils } from '../l1_tx_utils/index.js';
11
11
  import type { ExtendedViemWalletClient, ViemPublicClient } from '../types.js';
12
12
  import { EthCheatCodes } from './eth_cheat_codes.js';
13
13
 
@@ -22,7 +22,7 @@ export async function executeGovernanceProposal(
22
22
  ) {
23
23
  const proposal = await governance.read.getProposal([proposalId]);
24
24
 
25
- const l1TxUtils = createL1TxUtilsFromViemWallet(l1Client);
25
+ const l1TxUtils = createL1TxUtils(l1Client);
26
26
 
27
27
  const waitL1Block = async () => {
28
28
  await l1TxUtils.sendAndMonitorTransaction({
package/src/utils.ts CHANGED
@@ -4,6 +4,7 @@ import { ErrorsAbi } from '@aztec/l1-artifacts/ErrorsAbi';
4
4
 
5
5
  import {
6
6
  type Abi,
7
+ type AbiItem,
7
8
  BaseError,
8
9
  type ContractEventName,
9
10
  ContractFunctionRevertedError,
@@ -14,6 +15,7 @@ import {
14
15
  decodeErrorResult,
15
16
  decodeEventLog,
16
17
  } from 'viem';
18
+ import { formatAbiItem, formatAbiParams } from 'viem/utils';
17
19
 
18
20
  export interface L2Claim {
19
21
  claimSecret: Fr;
@@ -93,6 +95,57 @@ export function prettyLogViemErrorMsg(err: any) {
93
95
  return err?.message ?? err;
94
96
  }
95
97
 
98
+ export function mergeAbis(abis: Abi[]): Abi {
99
+ let merged: Abi = [];
100
+ const seen = new Set<string>();
101
+
102
+ for (const abi of abis) {
103
+ for (const item of abi) {
104
+ const key = getAbiItemKey(item);
105
+ if (!seen.has(key)) {
106
+ seen.add(key);
107
+ merged = [...merged, item];
108
+ }
109
+ }
110
+ }
111
+
112
+ return merged;
113
+ }
114
+
115
+ function getAbiItemKey(item: AbiItem): string {
116
+ if (item.type === 'function') {
117
+ const signature = formatAbiItem(item);
118
+ const outputs = formatAbiParams(item.outputs);
119
+ const stateMutability = typeof item.stateMutability === 'string' ? item.stateMutability : '';
120
+ return `function:${signature}:${outputs}:${stateMutability}`;
121
+ }
122
+
123
+ if (item.type === 'event') {
124
+ const signature = formatAbiItem(item);
125
+ const indexed = (item.inputs ?? []).map(input => ((input as { indexed?: boolean }).indexed ? '1' : '0')).join('');
126
+ const anonymous = item.anonymous ? 'anonymous' : 'not-anonymous';
127
+ return `event:${signature}:${indexed}:${anonymous}`;
128
+ }
129
+
130
+ if (item.type === 'error') {
131
+ const signature = formatAbiItem(item);
132
+ return `error:${signature}`;
133
+ }
134
+
135
+ if (item.type === 'constructor') {
136
+ const inputs = formatAbiParams(item.inputs);
137
+ const stateMutability = typeof item.stateMutability === 'string' ? item.stateMutability : '';
138
+ return `constructor::${inputs}:${stateMutability}`;
139
+ }
140
+
141
+ if (item.type === 'fallback' || item.type === 'receive') {
142
+ const stateMutability = typeof item.stateMutability === 'string' ? item.stateMutability : '';
143
+ return `${item.type}:::${stateMutability}`;
144
+ }
145
+
146
+ return 'unknown';
147
+ }
148
+
96
149
  function getNestedErrorData(error: unknown): string | undefined {
97
150
  // If nothing, bail
98
151
  if (!error) {
@@ -1,26 +0,0 @@
1
- import type { Logger } from '@aztec/foundation/log';
2
- import { DateProvider } from '@aztec/foundation/timer';
3
- import type { EthSigner } from '../eth-signer/eth-signer.js';
4
- import type { ExtendedViemWalletClient, ViemClient } from '../types.js';
5
- import type { L1TxUtilsConfig } from './config.js';
6
- import type { IL1TxMetrics, IL1TxStore } from './interfaces.js';
7
- import { L1TxUtils } from './l1_tx_utils.js';
8
- import type { L1BlobInputs } from './types.js';
9
- /** Extends L1TxUtils with the capability to cancel blobs. This needs to be a separate class so we don't require a dependency on blob-lib unnecessarily. */
10
- export declare class L1TxUtilsWithBlobs extends L1TxUtils {
11
- /** Makes empty blob inputs for the cancellation tx. */
12
- protected makeEmptyBlobInputs(maxFeePerBlobGas: bigint): Required<L1BlobInputs>;
13
- }
14
- export declare function createL1TxUtilsWithBlobsFromViemWallet(client: ExtendedViemWalletClient, deps?: {
15
- logger?: Logger;
16
- dateProvider?: DateProvider;
17
- store?: IL1TxStore;
18
- metrics?: IL1TxMetrics;
19
- }, config?: Partial<L1TxUtilsConfig>, debugMaxGasLimit?: boolean): L1TxUtilsWithBlobs;
20
- export declare function createL1TxUtilsWithBlobsFromEthSigner(client: ViemClient, signer: EthSigner, deps?: {
21
- logger?: Logger;
22
- dateProvider?: DateProvider;
23
- store?: IL1TxStore;
24
- metrics?: IL1TxMetrics;
25
- }, config?: Partial<L1TxUtilsConfig>, debugMaxGasLimit?: boolean): L1TxUtilsWithBlobs;
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibDFfdHhfdXRpbHNfd2l0aF9ibG9icy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2wxX3R4X3V0aWxzL2wxX3R4X3V0aWxzX3dpdGhfYmxvYnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDcEQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBSXZELE9BQU8sS0FBSyxFQUFFLFNBQVMsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQzdELE9BQU8sS0FBSyxFQUFFLHdCQUF3QixFQUFFLFVBQVUsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUN4RSxPQUFPLEtBQUssRUFBRSxlQUFlLEVBQUUsTUFBTSxhQUFhLENBQUM7QUFDbkQsT0FBTyxLQUFLLEVBQUUsWUFBWSxFQUFFLFVBQVUsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUU3QyxPQUFPLEtBQUssRUFBRSxZQUFZLEVBQW1CLE1BQU0sWUFBWSxDQUFDO0FBRWhFLDJKQUEySjtBQUMzSixxQkFBYSxrQkFBbUIsU0FBUSxTQUFTO0lBQy9DLHVEQUF1RDtJQUN2RCxVQUFtQixtQkFBbUIsQ0FBQyxnQkFBZ0IsRUFBRSxNQUFNLEdBQUcsUUFBUSxDQUFDLFlBQVksQ0FBQyxDQUl2RjtDQUNGO0FBRUQsd0JBQWdCLHNDQUFzQyxDQUNwRCxNQUFNLEVBQUUsd0JBQXdCLEVBQ2hDLElBQUksR0FBRTtJQUNKLE1BQU0sQ0FBQyxFQUFFLE1BQU0sQ0FBQztJQUNoQixZQUFZLENBQUMsRUFBRSxZQUFZLENBQUM7SUFDNUIsS0FBSyxDQUFDLEVBQUUsVUFBVSxDQUFDO0lBQ25CLE9BQU8sQ0FBQyxFQUFFLFlBQVksQ0FBQztDQUNuQixFQUNOLE1BQU0sR0FBRSxPQUFPLENBQUMsZUFBZSxDQUFNLEVBQ3JDLGdCQUFnQixHQUFFLE9BQWUsc0JBYWxDO0FBRUQsd0JBQWdCLHFDQUFxQyxDQUNuRCxNQUFNLEVBQUUsVUFBVSxFQUNsQixNQUFNLEVBQUUsU0FBUyxFQUNqQixJQUFJLEdBQUU7SUFDSixNQUFNLENBQUMsRUFBRSxNQUFNLENBQUM7SUFDaEIsWUFBWSxDQUFDLEVBQUUsWUFBWSxDQUFDO0lBQzVCLEtBQUssQ0FBQyxFQUFFLFVBQVUsQ0FBQztJQUNuQixPQUFPLENBQUMsRUFBRSxZQUFZLENBQUM7Q0FDbkIsRUFDTixNQUFNLEdBQUUsT0FBTyxDQUFDLGVBQWUsQ0FBTSxFQUNyQyxnQkFBZ0IsR0FBRSxPQUFlLHNCQWlCbEMifQ==
@@ -1 +0,0 @@
1
- {"version":3,"file":"l1_tx_utils_with_blobs.d.ts","sourceRoot":"","sources":["../../src/l1_tx_utils/l1_tx_utils_with_blobs.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAIvD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,KAAK,EAAE,wBAAwB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACxE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE7C,OAAO,KAAK,EAAE,YAAY,EAAmB,MAAM,YAAY,CAAC;AAEhE,2JAA2J;AAC3J,qBAAa,kBAAmB,SAAQ,SAAS;IAC/C,uDAAuD;IACvD,UAAmB,mBAAmB,CAAC,gBAAgB,EAAE,MAAM,GAAG,QAAQ,CAAC,YAAY,CAAC,CAIvF;CACF;AAED,wBAAgB,sCAAsC,CACpD,MAAM,EAAE,wBAAwB,EAChC,IAAI,GAAE;IACJ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC;CACnB,EACN,MAAM,GAAE,OAAO,CAAC,eAAe,CAAM,EACrC,gBAAgB,GAAE,OAAe,sBAalC;AAED,wBAAgB,qCAAqC,CACnD,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,SAAS,EACjB,IAAI,GAAE;IACJ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC;CACnB,EACN,MAAM,GAAE,OAAO,CAAC,eAAe,CAAM,EACrC,gBAAgB,GAAE,OAAe,sBAiBlC"}
@@ -1,26 +0,0 @@
1
- import { Blob } from '@aztec/blob-lib';
2
- import { EthAddress } from '@aztec/foundation/eth-address';
3
- import { L1TxUtils } from './l1_tx_utils.js';
4
- import { createViemSigner } from './signer.js';
5
- /** Extends L1TxUtils with the capability to cancel blobs. This needs to be a separate class so we don't require a dependency on blob-lib unnecessarily. */ export class L1TxUtilsWithBlobs extends L1TxUtils {
6
- /** Makes empty blob inputs for the cancellation tx. */ makeEmptyBlobInputs(maxFeePerBlobGas) {
7
- const blobData = new Uint8Array(131072).fill(0);
8
- const kzg = Blob.getViemKzgInstance();
9
- return {
10
- blobs: [
11
- blobData
12
- ],
13
- kzg,
14
- maxFeePerBlobGas
15
- };
16
- }
17
- }
18
- export function createL1TxUtilsWithBlobsFromViemWallet(client, deps = {}, config = {}, debugMaxGasLimit = false) {
19
- return new L1TxUtilsWithBlobs(client, EthAddress.fromString(client.account.address), createViemSigner(client), deps.logger, deps.dateProvider, config, debugMaxGasLimit, deps.store, deps.metrics);
20
- }
21
- export function createL1TxUtilsWithBlobsFromEthSigner(client, signer, deps = {}, config = {}, debugMaxGasLimit = false) {
22
- const callback = async (transaction, _signingAddress)=>{
23
- return (await signer.signTransaction(transaction)).toViemTransactionSignature();
24
- };
25
- return new L1TxUtilsWithBlobs(client, signer.address, callback, deps.logger, deps.dateProvider, config, debugMaxGasLimit, deps.store, deps.metrics);
26
- }
@@ -1,13 +0,0 @@
1
- import { type Logger } from '@aztec/foundation/log';
2
- import { DateProvider } from '@aztec/foundation/timer';
3
- import { type L1TxUtilsConfig } from '../l1_tx_utils/index.js';
4
- import { L1TxUtilsWithBlobs } from '../l1_tx_utils/l1_tx_utils_with_blobs.js';
5
- import type { ExtendedViemWalletClient } from '../types.js';
6
- import { type Delayer } from './tx_delayer.js';
7
- export declare class DelayedTxUtils extends L1TxUtilsWithBlobs {
8
- delayer: Delayer | undefined;
9
- static fromL1TxUtils(l1TxUtils: L1TxUtilsWithBlobs, ethereumSlotDuration: number, wallet: ExtendedViemWalletClient): DelayedTxUtils;
10
- enableDelayer(ethereumSlotDuration: number): void;
11
- }
12
- export declare function createDelayedL1TxUtilsFromViemWallet(client: ExtendedViemWalletClient, logger?: Logger, dateProvider?: DateProvider, config?: Partial<L1TxUtilsConfig>, debugMaxGasLimit?: boolean): DelayedTxUtils;
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsYXllZF90eF91dGlscy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3Rlc3QvZGVsYXllZF90eF91dGlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsS0FBSyxNQUFNLEVBQWdCLE1BQU0sdUJBQXVCLENBQUM7QUFDbEUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBRXZELE9BQU8sRUFBRSxLQUFLLGVBQWUsRUFBb0IsTUFBTSx5QkFBeUIsQ0FBQztBQUNqRixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUM5RSxPQUFPLEtBQUssRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUM1RCxPQUFPLEVBQUUsS0FBSyxPQUFPLEVBQWUsTUFBTSxpQkFBaUIsQ0FBQztBQUU1RCxxQkFBYSxjQUFlLFNBQVEsa0JBQWtCO0lBQzdDLE9BQU8sRUFBRSxPQUFPLEdBQUcsU0FBUyxDQUFDO0lBRXBDLE9BQWMsYUFBYSxDQUN6QixTQUFTLEVBQUUsa0JBQWtCLEVBQzdCLG9CQUFvQixFQUFFLE1BQU0sRUFDNUIsTUFBTSxFQUFFLHdCQUF3QixrQkFTakM7SUFFTSxhQUFhLENBQUMsb0JBQW9CLEVBQUUsTUFBTSxRQU1oRDtDQUNGO0FBRUQsd0JBQWdCLG9DQUFvQyxDQUNsRCxNQUFNLEVBQUUsd0JBQXdCLEVBQ2hDLE1BQU0sR0FBRSxNQUFrQyxFQUMxQyxZQUFZLEdBQUUsWUFBaUMsRUFDL0MsTUFBTSxDQUFDLEVBQUUsT0FBTyxDQUFDLGVBQWUsQ0FBQyxFQUNqQyxnQkFBZ0IsR0FBRSxPQUFlLGtCQVdsQyJ9
@@ -1 +0,0 @@
1
- {"version":3,"file":"delayed_tx_utils.d.ts","sourceRoot":"","sources":["../../src/test/delayed_tx_utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,MAAM,EAAgB,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,OAAO,EAAE,KAAK,eAAe,EAAoB,MAAM,yBAAyB,CAAC;AACjF,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,EAAE,KAAK,OAAO,EAAe,MAAM,iBAAiB,CAAC;AAE5D,qBAAa,cAAe,SAAQ,kBAAkB;IAC7C,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAEpC,OAAc,aAAa,CACzB,SAAS,EAAE,kBAAkB,EAC7B,oBAAoB,EAAE,MAAM,EAC5B,MAAM,EAAE,wBAAwB,kBASjC;IAEM,aAAa,CAAC,oBAAoB,EAAE,MAAM,QAMhD;CACF;AAED,wBAAgB,oCAAoC,CAClD,MAAM,EAAE,wBAAwB,EAChC,MAAM,GAAE,MAAkC,EAC1C,YAAY,GAAE,YAAiC,EAC/C,MAAM,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,EACjC,gBAAgB,GAAE,OAAe,kBAWlC"}
@@ -1,28 +0,0 @@
1
- import { EthAddress } from '@aztec/foundation/eth-address';
2
- import { createLogger } from '@aztec/foundation/log';
3
- import { DateProvider } from '@aztec/foundation/timer';
4
- import { createViemSigner } from '../l1_tx_utils/index.js';
5
- import { L1TxUtilsWithBlobs } from '../l1_tx_utils/l1_tx_utils_with_blobs.js';
6
- import { withDelayer } from './tx_delayer.js';
7
- export class DelayedTxUtils extends L1TxUtilsWithBlobs {
8
- delayer;
9
- static fromL1TxUtils(l1TxUtils, ethereumSlotDuration, wallet) {
10
- const { client, delayer } = withDelayer(wallet, l1TxUtils.dateProvider, {
11
- ethereumSlotDuration
12
- });
13
- const casted = l1TxUtils;
14
- casted.delayer = delayer;
15
- casted.client = client;
16
- return casted;
17
- }
18
- enableDelayer(ethereumSlotDuration) {
19
- const { client, delayer } = withDelayer(this.client, this.dateProvider, {
20
- ethereumSlotDuration
21
- });
22
- this.delayer = delayer;
23
- this.client = client;
24
- }
25
- }
26
- export function createDelayedL1TxUtilsFromViemWallet(client, logger = createLogger('L1TxUtils'), dateProvider = new DateProvider(), config, debugMaxGasLimit = false) {
27
- return new DelayedTxUtils(client, EthAddress.fromString(client.account.address), createViemSigner(client), logger, dateProvider, config, debugMaxGasLimit);
28
- }
@@ -1,36 +0,0 @@
1
- import { type Logger } from '@aztec/foundation/log';
2
- import type { DateProvider } from '@aztec/foundation/timer';
3
- import { type Client, type Hex } from 'viem';
4
- import { type ViemClient } from '../types.js';
5
- export declare function waitUntilBlock<T extends Client>(client: T, blockNumber: number | bigint, logger?: Logger, timeout?: number): Promise<boolean>;
6
- export declare function waitUntilL1Timestamp<T extends Client>(client: T, timestamp: number | bigint, logger?: Logger, timeout?: number): Promise<boolean>;
7
- export interface Delayer {
8
- /** Returns the hashes of all effectively sent txs. */
9
- getSentTxHashes(): Hex[];
10
- /** Returns the raw hex for all cancelled txs. */
11
- getCancelledTxs(): Hex[];
12
- /** Delays the next tx to be sent so it lands on the given L1 block number. */
13
- pauseNextTxUntilBlock(l1BlockNumber: number | bigint | undefined): void;
14
- /** Delays the next tx to be sent so it lands on the given timestamp. */
15
- pauseNextTxUntilTimestamp(l1Timestamp: number | bigint | undefined): void;
16
- /** Delays the next tx to be sent indefinitely. */
17
- cancelNextTx(): void;
18
- /**
19
- * Sets max inclusion time into slot. If more than this many seconds have passed
20
- * since the last L1 block was mined, then any tx will not be mined in the current
21
- * L1 slot but will be deferred for the next one.
22
- */
23
- setMaxInclusionTimeIntoSlot(seconds: number | bigint | undefined): void;
24
- }
25
- /**
26
- * Returns a new client (without modifying the one passed in) with an injected tx delayer.
27
- * The delayer can be used to hold off the next tx to be sent until a given block number.
28
- * TODO(#10824): This doesn't play along well with blob txs for some reason.
29
- */
30
- export declare function withDelayer<T extends ViemClient>(client: T, dateProvider: DateProvider, opts: {
31
- ethereumSlotDuration: bigint | number;
32
- }): {
33
- client: T;
34
- delayer: Delayer;
35
- };
36
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHhfZGVsYXllci5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3Rlc3QvdHhfZGVsYXllci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsS0FBSyxNQUFNLEVBQWdCLE1BQU0sdUJBQXVCLENBQUM7QUFFbEUsT0FBTyxLQUFLLEVBQUUsWUFBWSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFHNUQsT0FBTyxFQUNMLEtBQUssTUFBTSxFQUNYLEtBQUssR0FBRyxFQVFULE1BQU0sTUFBTSxDQUFDO0FBRWQsT0FBTyxFQUFFLEtBQUssVUFBVSxFQUFvQixNQUFNLGFBQWEsQ0FBQztBQUloRSx3QkFBZ0IsY0FBYyxDQUFDLENBQUMsU0FBUyxNQUFNLEVBQzdDLE1BQU0sRUFBRSxDQUFDLEVBQ1QsV0FBVyxFQUFFLE1BQU0sR0FBRyxNQUFNLEVBQzVCLE1BQU0sQ0FBQyxFQUFFLE1BQU0sRUFDZixPQUFPLENBQUMsRUFBRSxNQUFNLG9CQWlCakI7QUFFRCx3QkFBZ0Isb0JBQW9CLENBQUMsQ0FBQyxTQUFTLE1BQU0sRUFDbkQsTUFBTSxFQUFFLENBQUMsRUFDVCxTQUFTLEVBQUUsTUFBTSxHQUFHLE1BQU0sRUFDMUIsTUFBTSxDQUFDLEVBQUUsTUFBTSxFQUNmLE9BQU8sQ0FBQyxFQUFFLE1BQU0sb0JBd0JqQjtBQUVELE1BQU0sV0FBVyxPQUFPO0lBQ3RCLHNEQUFzRDtJQUN0RCxlQUFlLElBQUksR0FBRyxFQUFFLENBQUM7SUFDekIsaURBQWlEO0lBQ2pELGVBQWUsSUFBSSxHQUFHLEVBQUUsQ0FBQztJQUN6Qiw4RUFBOEU7SUFDOUUscUJBQXFCLENBQUMsYUFBYSxFQUFFLE1BQU0sR0FBRyxNQUFNLEdBQUcsU0FBUyxHQUFHLElBQUksQ0FBQztJQUN4RSx3RUFBd0U7SUFDeEUseUJBQXlCLENBQUMsV0FBVyxFQUFFLE1BQU0sR0FBRyxNQUFNLEdBQUcsU0FBUyxHQUFHLElBQUksQ0FBQztJQUMxRSxrREFBa0Q7SUFDbEQsWUFBWSxJQUFJLElBQUksQ0FBQztJQUNyQjs7OztPQUlHO0lBQ0gsMkJBQTJCLENBQUMsT0FBTyxFQUFFLE1BQU0sR0FBRyxNQUFNLEdBQUcsU0FBUyxHQUFHLElBQUksQ0FBQztDQUN6RTtBQTBDRDs7OztHQUlHO0FBQ0gsd0JBQWdCLFdBQVcsQ0FBQyxDQUFDLFNBQVMsVUFBVSxFQUM5QyxNQUFNLEVBQUUsQ0FBQyxFQUNULFlBQVksRUFBRSxZQUFZLEVBQzFCLElBQUksRUFBRTtJQUFFLG9CQUFvQixFQUFFLE1BQU0sR0FBRyxNQUFNLENBQUE7Q0FBRSxHQUM5QztJQUFFLE1BQU0sRUFBRSxDQUFDLENBQUM7SUFBQyxPQUFPLEVBQUUsT0FBTyxDQUFBO0NBQUUsQ0EwR2pDIn0=
@@ -1 +0,0 @@
1
- {"version":3,"file":"tx_delayer.d.ts","sourceRoot":"","sources":["../../src/test/tx_delayer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,MAAM,EAAgB,MAAM,uBAAuB,CAAC;AAElE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAG5D,OAAO,EACL,KAAK,MAAM,EACX,KAAK,GAAG,EAQT,MAAM,MAAM,CAAC;AAEd,OAAO,EAAE,KAAK,UAAU,EAAoB,MAAM,aAAa,CAAC;AAIhE,wBAAgB,cAAc,CAAC,CAAC,SAAS,MAAM,EAC7C,MAAM,EAAE,CAAC,EACT,WAAW,EAAE,MAAM,GAAG,MAAM,EAC5B,MAAM,CAAC,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,MAAM,oBAiBjB;AAED,wBAAgB,oBAAoB,CAAC,CAAC,SAAS,MAAM,EACnD,MAAM,EAAE,CAAC,EACT,SAAS,EAAE,MAAM,GAAG,MAAM,EAC1B,MAAM,CAAC,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,MAAM,oBAwBjB;AAED,MAAM,WAAW,OAAO;IACtB,sDAAsD;IACtD,eAAe,IAAI,GAAG,EAAE,CAAC;IACzB,iDAAiD;IACjD,eAAe,IAAI,GAAG,EAAE,CAAC;IACzB,8EAA8E;IAC9E,qBAAqB,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;IACxE,wEAAwE;IACxE,yBAAyB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;IAC1E,kDAAkD;IAClD,YAAY,IAAI,IAAI,CAAC;IACrB;;;;OAIG;IACH,2BAA2B,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;CACzE;AA0CD;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS,UAAU,EAC9C,MAAM,EAAE,CAAC,EACT,YAAY,EAAE,YAAY,EAC1B,IAAI,EAAE;IAAE,oBAAoB,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,GAC9C;IAAE,MAAM,EAAE,CAAC,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,CA0GjC"}
@@ -1,77 +0,0 @@
1
- import { Blob } from '@aztec/blob-lib';
2
- import { EthAddress } from '@aztec/foundation/eth-address';
3
- import type { Logger } from '@aztec/foundation/log';
4
- import { DateProvider } from '@aztec/foundation/timer';
5
-
6
- import type { TransactionSerializable } from 'viem';
7
-
8
- import type { EthSigner } from '../eth-signer/eth-signer.js';
9
- import type { ExtendedViemWalletClient, ViemClient } from '../types.js';
10
- import type { L1TxUtilsConfig } from './config.js';
11
- import type { IL1TxMetrics, IL1TxStore } from './interfaces.js';
12
- import { L1TxUtils } from './l1_tx_utils.js';
13
- import { createViemSigner } from './signer.js';
14
- import type { L1BlobInputs, SigningCallback } from './types.js';
15
-
16
- /** Extends L1TxUtils with the capability to cancel blobs. This needs to be a separate class so we don't require a dependency on blob-lib unnecessarily. */
17
- export class L1TxUtilsWithBlobs extends L1TxUtils {
18
- /** Makes empty blob inputs for the cancellation tx. */
19
- protected override makeEmptyBlobInputs(maxFeePerBlobGas: bigint): Required<L1BlobInputs> {
20
- const blobData = new Uint8Array(131072).fill(0);
21
- const kzg = Blob.getViemKzgInstance();
22
- return { blobs: [blobData], kzg, maxFeePerBlobGas };
23
- }
24
- }
25
-
26
- export function createL1TxUtilsWithBlobsFromViemWallet(
27
- client: ExtendedViemWalletClient,
28
- deps: {
29
- logger?: Logger;
30
- dateProvider?: DateProvider;
31
- store?: IL1TxStore;
32
- metrics?: IL1TxMetrics;
33
- } = {},
34
- config: Partial<L1TxUtilsConfig> = {},
35
- debugMaxGasLimit: boolean = false,
36
- ) {
37
- return new L1TxUtilsWithBlobs(
38
- client,
39
- EthAddress.fromString(client.account.address),
40
- createViemSigner(client),
41
- deps.logger,
42
- deps.dateProvider,
43
- config,
44
- debugMaxGasLimit,
45
- deps.store,
46
- deps.metrics,
47
- );
48
- }
49
-
50
- export function createL1TxUtilsWithBlobsFromEthSigner(
51
- client: ViemClient,
52
- signer: EthSigner,
53
- deps: {
54
- logger?: Logger;
55
- dateProvider?: DateProvider;
56
- store?: IL1TxStore;
57
- metrics?: IL1TxMetrics;
58
- } = {},
59
- config: Partial<L1TxUtilsConfig> = {},
60
- debugMaxGasLimit: boolean = false,
61
- ) {
62
- const callback: SigningCallback = async (transaction: TransactionSerializable, _signingAddress) => {
63
- return (await signer.signTransaction(transaction)).toViemTransactionSignature();
64
- };
65
-
66
- return new L1TxUtilsWithBlobs(
67
- client,
68
- signer.address,
69
- callback,
70
- deps.logger,
71
- deps.dateProvider,
72
- config,
73
- debugMaxGasLimit,
74
- deps.store,
75
- deps.metrics,
76
- );
77
- }
@@ -1,52 +0,0 @@
1
- import { EthAddress } from '@aztec/foundation/eth-address';
2
- import { type Logger, createLogger } from '@aztec/foundation/log';
3
- import { DateProvider } from '@aztec/foundation/timer';
4
-
5
- import { type L1TxUtilsConfig, createViemSigner } from '../l1_tx_utils/index.js';
6
- import { L1TxUtilsWithBlobs } from '../l1_tx_utils/l1_tx_utils_with_blobs.js';
7
- import type { ExtendedViemWalletClient } from '../types.js';
8
- import { type Delayer, withDelayer } from './tx_delayer.js';
9
-
10
- export class DelayedTxUtils extends L1TxUtilsWithBlobs {
11
- public delayer: Delayer | undefined;
12
-
13
- public static fromL1TxUtils(
14
- l1TxUtils: L1TxUtilsWithBlobs,
15
- ethereumSlotDuration: number,
16
- wallet: ExtendedViemWalletClient,
17
- ) {
18
- const { client, delayer } = withDelayer(wallet, l1TxUtils.dateProvider, {
19
- ethereumSlotDuration,
20
- });
21
- const casted = l1TxUtils as unknown as DelayedTxUtils;
22
- casted.delayer = delayer;
23
- casted.client = client;
24
- return casted;
25
- }
26
-
27
- public enableDelayer(ethereumSlotDuration: number) {
28
- const { client, delayer } = withDelayer(this.client, this.dateProvider, {
29
- ethereumSlotDuration,
30
- });
31
- this.delayer = delayer;
32
- this.client = client;
33
- }
34
- }
35
-
36
- export function createDelayedL1TxUtilsFromViemWallet(
37
- client: ExtendedViemWalletClient,
38
- logger: Logger = createLogger('L1TxUtils'),
39
- dateProvider: DateProvider = new DateProvider(),
40
- config?: Partial<L1TxUtilsConfig>,
41
- debugMaxGasLimit: boolean = false,
42
- ) {
43
- return new DelayedTxUtils(
44
- client,
45
- EthAddress.fromString(client.account.address),
46
- createViemSigner(client),
47
- logger,
48
- dateProvider,
49
- config,
50
- debugMaxGasLimit,
51
- );
52
- }