@aztec/cli 2.0.0-nightly.20250815 → 2.0.0-nightly.20250816
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.
|
@@ -10,7 +10,7 @@ export async function triggerSeedSnapshot({ rpcUrls, chainId, privateKey, mnemon
|
|
|
10
10
|
client
|
|
11
11
|
});
|
|
12
12
|
log('Triggering seed snapshot for next epoch');
|
|
13
|
-
const txHash = await rollup.write.
|
|
13
|
+
const txHash = await rollup.write.checkpointRandao();
|
|
14
14
|
log(`Sent! | Seed snapshot setup for next epoch | tx hash: ${txHash}`);
|
|
15
15
|
const receipt = await client.waitForTransactionReceipt({
|
|
16
16
|
hash: txHash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/cli",
|
|
3
|
-
"version": "2.0.0-nightly.
|
|
3
|
+
"version": "2.0.0-nightly.20250816",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./contracts": "./dest/cmds/contracts/index.js",
|
|
@@ -69,16 +69,16 @@
|
|
|
69
69
|
]
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@aztec/archiver": "2.0.0-nightly.
|
|
73
|
-
"@aztec/aztec.js": "2.0.0-nightly.
|
|
74
|
-
"@aztec/constants": "2.0.0-nightly.
|
|
75
|
-
"@aztec/entrypoints": "2.0.0-nightly.
|
|
76
|
-
"@aztec/ethereum": "2.0.0-nightly.
|
|
77
|
-
"@aztec/foundation": "2.0.0-nightly.
|
|
78
|
-
"@aztec/l1-artifacts": "2.0.0-nightly.
|
|
79
|
-
"@aztec/p2p": "2.0.0-nightly.
|
|
80
|
-
"@aztec/stdlib": "2.0.0-nightly.
|
|
81
|
-
"@aztec/world-state": "2.0.0-nightly.
|
|
72
|
+
"@aztec/archiver": "2.0.0-nightly.20250816",
|
|
73
|
+
"@aztec/aztec.js": "2.0.0-nightly.20250816",
|
|
74
|
+
"@aztec/constants": "2.0.0-nightly.20250816",
|
|
75
|
+
"@aztec/entrypoints": "2.0.0-nightly.20250816",
|
|
76
|
+
"@aztec/ethereum": "2.0.0-nightly.20250816",
|
|
77
|
+
"@aztec/foundation": "2.0.0-nightly.20250816",
|
|
78
|
+
"@aztec/l1-artifacts": "2.0.0-nightly.20250816",
|
|
79
|
+
"@aztec/p2p": "2.0.0-nightly.20250816",
|
|
80
|
+
"@aztec/stdlib": "2.0.0-nightly.20250816",
|
|
81
|
+
"@aztec/world-state": "2.0.0-nightly.20250816",
|
|
82
82
|
"@iarna/toml": "^2.2.5",
|
|
83
83
|
"@libp2p/peer-id-factory": "^3.0.4",
|
|
84
84
|
"commander": "^12.1.0",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"viem": "2.23.7"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@aztec/accounts": "2.0.0-nightly.
|
|
94
|
-
"@aztec/protocol-contracts": "2.0.0-nightly.
|
|
93
|
+
"@aztec/accounts": "2.0.0-nightly.20250816",
|
|
94
|
+
"@aztec/protocol-contracts": "2.0.0-nightly.20250816",
|
|
95
95
|
"@jest/globals": "^30.0.0",
|
|
96
96
|
"@types/jest": "^30.0.0",
|
|
97
97
|
"@types/lodash.chunk": "^4.2.9",
|
|
@@ -107,15 +107,15 @@
|
|
|
107
107
|
"typescript": "^5.3.3"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
|
-
"@aztec/accounts": "2.0.0-nightly.
|
|
111
|
-
"@aztec/bb-prover": "2.0.0-nightly.
|
|
112
|
-
"@aztec/ethereum": "2.0.0-nightly.
|
|
113
|
-
"@aztec/l1-artifacts": "2.0.0-nightly.
|
|
114
|
-
"@aztec/noir-contracts.js": "2.0.0-nightly.
|
|
115
|
-
"@aztec/noir-protocol-circuits-types": "2.0.0-nightly.
|
|
116
|
-
"@aztec/noir-test-contracts.js": "2.0.0-nightly.
|
|
117
|
-
"@aztec/protocol-contracts": "2.0.0-nightly.
|
|
118
|
-
"@aztec/stdlib": "2.0.0-nightly.
|
|
110
|
+
"@aztec/accounts": "2.0.0-nightly.20250816",
|
|
111
|
+
"@aztec/bb-prover": "2.0.0-nightly.20250816",
|
|
112
|
+
"@aztec/ethereum": "2.0.0-nightly.20250816",
|
|
113
|
+
"@aztec/l1-artifacts": "2.0.0-nightly.20250816",
|
|
114
|
+
"@aztec/noir-contracts.js": "2.0.0-nightly.20250816",
|
|
115
|
+
"@aztec/noir-protocol-circuits-types": "2.0.0-nightly.20250816",
|
|
116
|
+
"@aztec/noir-test-contracts.js": "2.0.0-nightly.20250816",
|
|
117
|
+
"@aztec/protocol-contracts": "2.0.0-nightly.20250816",
|
|
118
|
+
"@aztec/stdlib": "2.0.0-nightly.20250816"
|
|
119
119
|
},
|
|
120
120
|
"files": [
|
|
121
121
|
"dest",
|
|
@@ -24,7 +24,7 @@ export async function triggerSeedSnapshot({
|
|
|
24
24
|
});
|
|
25
25
|
|
|
26
26
|
log('Triggering seed snapshot for next epoch');
|
|
27
|
-
const txHash = await rollup.write.
|
|
27
|
+
const txHash = await rollup.write.checkpointRandao();
|
|
28
28
|
log(`Sent! | Seed snapshot setup for next epoch | tx hash: ${txHash}`);
|
|
29
29
|
const receipt = await client.waitForTransactionReceipt({ hash: txHash });
|
|
30
30
|
log(`Done! | Seed snapshot setup for next epoch | tx hash: ${txHash} | status: ${receipt.status}`);
|