@aztec/aztec 3.0.0-nightly.20251201.2 → 3.0.0-nightly.20251202

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.
@@ -102,7 +102,7 @@ import { getAddress, getContract } from 'viem';
102
102
  async warpTimeIfNeeded() {
103
103
  try {
104
104
  const currentSlot = SlotNumber.fromBigInt(await this.rollup.read.getCurrentSlot());
105
- const pendingCheckpointNumber = BigInt(await this.rollup.read.getPendingCheckpointNumber());
105
+ const pendingCheckpointNumber = await this.rollup.read.getPendingCheckpointNumber();
106
106
  const checkpointLog = await this.rollup.read.getCheckpoint([
107
107
  pendingCheckpointNumber
108
108
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "3.0.0-nightly.20251201.2",
3
+ "version": "3.0.0-nightly.20251202",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -28,37 +28,37 @@
28
28
  "../package.common.json"
29
29
  ],
30
30
  "dependencies": {
31
- "@aztec/accounts": "3.0.0-nightly.20251201.2",
32
- "@aztec/archiver": "3.0.0-nightly.20251201.2",
33
- "@aztec/aztec-faucet": "3.0.0-nightly.20251201.2",
34
- "@aztec/aztec-node": "3.0.0-nightly.20251201.2",
35
- "@aztec/aztec.js": "3.0.0-nightly.20251201.2",
36
- "@aztec/bb-prover": "3.0.0-nightly.20251201.2",
37
- "@aztec/bb.js": "3.0.0-nightly.20251201.2",
38
- "@aztec/blob-sink": "3.0.0-nightly.20251201.2",
39
- "@aztec/bot": "3.0.0-nightly.20251201.2",
40
- "@aztec/builder": "3.0.0-nightly.20251201.2",
41
- "@aztec/cli": "3.0.0-nightly.20251201.2",
42
- "@aztec/constants": "3.0.0-nightly.20251201.2",
43
- "@aztec/entrypoints": "3.0.0-nightly.20251201.2",
44
- "@aztec/ethereum": "3.0.0-nightly.20251201.2",
45
- "@aztec/foundation": "3.0.0-nightly.20251201.2",
46
- "@aztec/kv-store": "3.0.0-nightly.20251201.2",
47
- "@aztec/l1-artifacts": "3.0.0-nightly.20251201.2",
48
- "@aztec/node-lib": "3.0.0-nightly.20251201.2",
49
- "@aztec/noir-contracts.js": "3.0.0-nightly.20251201.2",
50
- "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251201.2",
51
- "@aztec/p2p": "3.0.0-nightly.20251201.2",
52
- "@aztec/p2p-bootstrap": "3.0.0-nightly.20251201.2",
53
- "@aztec/protocol-contracts": "3.0.0-nightly.20251201.2",
54
- "@aztec/prover-client": "3.0.0-nightly.20251201.2",
55
- "@aztec/prover-node": "3.0.0-nightly.20251201.2",
56
- "@aztec/pxe": "3.0.0-nightly.20251201.2",
57
- "@aztec/stdlib": "3.0.0-nightly.20251201.2",
58
- "@aztec/telemetry-client": "3.0.0-nightly.20251201.2",
59
- "@aztec/test-wallet": "3.0.0-nightly.20251201.2",
60
- "@aztec/txe": "3.0.0-nightly.20251201.2",
61
- "@aztec/world-state": "3.0.0-nightly.20251201.2",
31
+ "@aztec/accounts": "3.0.0-nightly.20251202",
32
+ "@aztec/archiver": "3.0.0-nightly.20251202",
33
+ "@aztec/aztec-faucet": "3.0.0-nightly.20251202",
34
+ "@aztec/aztec-node": "3.0.0-nightly.20251202",
35
+ "@aztec/aztec.js": "3.0.0-nightly.20251202",
36
+ "@aztec/bb-prover": "3.0.0-nightly.20251202",
37
+ "@aztec/bb.js": "3.0.0-nightly.20251202",
38
+ "@aztec/blob-sink": "3.0.0-nightly.20251202",
39
+ "@aztec/bot": "3.0.0-nightly.20251202",
40
+ "@aztec/builder": "3.0.0-nightly.20251202",
41
+ "@aztec/cli": "3.0.0-nightly.20251202",
42
+ "@aztec/constants": "3.0.0-nightly.20251202",
43
+ "@aztec/entrypoints": "3.0.0-nightly.20251202",
44
+ "@aztec/ethereum": "3.0.0-nightly.20251202",
45
+ "@aztec/foundation": "3.0.0-nightly.20251202",
46
+ "@aztec/kv-store": "3.0.0-nightly.20251202",
47
+ "@aztec/l1-artifacts": "3.0.0-nightly.20251202",
48
+ "@aztec/node-lib": "3.0.0-nightly.20251202",
49
+ "@aztec/noir-contracts.js": "3.0.0-nightly.20251202",
50
+ "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251202",
51
+ "@aztec/p2p": "3.0.0-nightly.20251202",
52
+ "@aztec/p2p-bootstrap": "3.0.0-nightly.20251202",
53
+ "@aztec/protocol-contracts": "3.0.0-nightly.20251202",
54
+ "@aztec/prover-client": "3.0.0-nightly.20251202",
55
+ "@aztec/prover-node": "3.0.0-nightly.20251202",
56
+ "@aztec/pxe": "3.0.0-nightly.20251202",
57
+ "@aztec/stdlib": "3.0.0-nightly.20251202",
58
+ "@aztec/telemetry-client": "3.0.0-nightly.20251202",
59
+ "@aztec/test-wallet": "3.0.0-nightly.20251202",
60
+ "@aztec/txe": "3.0.0-nightly.20251202",
61
+ "@aztec/world-state": "3.0.0-nightly.20251202",
62
62
  "@types/chalk": "^2.2.0",
63
63
  "abitype": "^0.8.11",
64
64
  "chalk": "^5.3.0",
@@ -125,7 +125,7 @@ export class AnvilTestWatcher {
125
125
  async warpTimeIfNeeded() {
126
126
  try {
127
127
  const currentSlot = SlotNumber.fromBigInt(await this.rollup.read.getCurrentSlot());
128
- const pendingCheckpointNumber = BigInt(await this.rollup.read.getPendingCheckpointNumber());
128
+ const pendingCheckpointNumber = await this.rollup.read.getPendingCheckpointNumber();
129
129
  const checkpointLog = await this.rollup.read.getCheckpoint([pendingCheckpointNumber]);
130
130
  const nextSlot = SlotNumber(currentSlot + 1);
131
131
  const nextSlotTimestamp = Number(await this.rollup.read.getTimestampForSlot([BigInt(nextSlot)]));