@aztec/sequencer-client 5.0.0-nightly.20260618 → 5.0.0-nightly.20260619

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.
@@ -1325,7 +1325,7 @@ _dec = trackSpan('CheckpointProposalJob.execute'), _dec1 = trackSpan('Checkpoint
1325
1325
  availableTxs,
1326
1326
  minTxs
1327
1327
  });
1328
- this.log.warn(`Not enough txs to build block ${blockNumber} at index ${indexWithinCheckpoint} in slot ${this.targetSlot} (got ${availableTxs} txs but needs ${minTxs})`, {
1328
+ this.log.verbose(`Not enough txs to build block ${blockNumber} at index ${indexWithinCheckpoint} in slot ${this.targetSlot} (got ${availableTxs} txs but needs ${minTxs})`, {
1329
1329
  reason: 'insufficient_txs',
1330
1330
  blockNumber,
1331
1331
  slot: this.targetSlot,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/sequencer-client",
3
- "version": "5.0.0-nightly.20260618",
3
+ "version": "5.0.0-nightly.20260619",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -27,37 +27,37 @@
27
27
  "test:integration:run": "NODE_NO_WARNINGS=1 node --experimental-vm-modules $(yarn bin jest) --no-cache --config jest.integration.config.json"
28
28
  },
29
29
  "dependencies": {
30
- "@aztec/aztec.js": "5.0.0-nightly.20260618",
31
- "@aztec/bb-prover": "5.0.0-nightly.20260618",
32
- "@aztec/blob-client": "5.0.0-nightly.20260618",
33
- "@aztec/blob-lib": "5.0.0-nightly.20260618",
34
- "@aztec/constants": "5.0.0-nightly.20260618",
35
- "@aztec/epoch-cache": "5.0.0-nightly.20260618",
36
- "@aztec/ethereum": "5.0.0-nightly.20260618",
37
- "@aztec/foundation": "5.0.0-nightly.20260618",
38
- "@aztec/l1-artifacts": "5.0.0-nightly.20260618",
39
- "@aztec/node-keystore": "5.0.0-nightly.20260618",
40
- "@aztec/noir-acvm_js": "5.0.0-nightly.20260618",
41
- "@aztec/noir-contracts.js": "5.0.0-nightly.20260618",
42
- "@aztec/noir-protocol-circuits-types": "5.0.0-nightly.20260618",
43
- "@aztec/noir-types": "5.0.0-nightly.20260618",
44
- "@aztec/p2p": "5.0.0-nightly.20260618",
45
- "@aztec/protocol-contracts": "5.0.0-nightly.20260618",
46
- "@aztec/prover-client": "5.0.0-nightly.20260618",
47
- "@aztec/simulator": "5.0.0-nightly.20260618",
48
- "@aztec/slasher": "5.0.0-nightly.20260618",
49
- "@aztec/stdlib": "5.0.0-nightly.20260618",
50
- "@aztec/telemetry-client": "5.0.0-nightly.20260618",
51
- "@aztec/validator-client": "5.0.0-nightly.20260618",
52
- "@aztec/validator-ha-signer": "5.0.0-nightly.20260618",
53
- "@aztec/world-state": "5.0.0-nightly.20260618",
30
+ "@aztec/aztec.js": "5.0.0-nightly.20260619",
31
+ "@aztec/bb-prover": "5.0.0-nightly.20260619",
32
+ "@aztec/blob-client": "5.0.0-nightly.20260619",
33
+ "@aztec/blob-lib": "5.0.0-nightly.20260619",
34
+ "@aztec/constants": "5.0.0-nightly.20260619",
35
+ "@aztec/epoch-cache": "5.0.0-nightly.20260619",
36
+ "@aztec/ethereum": "5.0.0-nightly.20260619",
37
+ "@aztec/foundation": "5.0.0-nightly.20260619",
38
+ "@aztec/l1-artifacts": "5.0.0-nightly.20260619",
39
+ "@aztec/node-keystore": "5.0.0-nightly.20260619",
40
+ "@aztec/noir-acvm_js": "5.0.0-nightly.20260619",
41
+ "@aztec/noir-contracts.js": "5.0.0-nightly.20260619",
42
+ "@aztec/noir-protocol-circuits-types": "5.0.0-nightly.20260619",
43
+ "@aztec/noir-types": "5.0.0-nightly.20260619",
44
+ "@aztec/p2p": "5.0.0-nightly.20260619",
45
+ "@aztec/protocol-contracts": "5.0.0-nightly.20260619",
46
+ "@aztec/prover-client": "5.0.0-nightly.20260619",
47
+ "@aztec/simulator": "5.0.0-nightly.20260619",
48
+ "@aztec/slasher": "5.0.0-nightly.20260619",
49
+ "@aztec/stdlib": "5.0.0-nightly.20260619",
50
+ "@aztec/telemetry-client": "5.0.0-nightly.20260619",
51
+ "@aztec/validator-client": "5.0.0-nightly.20260619",
52
+ "@aztec/validator-ha-signer": "5.0.0-nightly.20260619",
53
+ "@aztec/world-state": "5.0.0-nightly.20260619",
54
54
  "lodash.chunk": "^4.2.0",
55
55
  "tslib": "^2.4.0",
56
56
  "viem": "npm:@aztec/viem@2.38.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@aztec/archiver": "5.0.0-nightly.20260618",
60
- "@aztec/kv-store": "5.0.0-nightly.20260618",
59
+ "@aztec/archiver": "5.0.0-nightly.20260619",
60
+ "@aztec/kv-store": "5.0.0-nightly.20260619",
61
61
  "@electric-sql/pglite": "^0.3.14",
62
62
  "@jest/globals": "^30.0.0",
63
63
  "@types/jest": "^30.0.0",
@@ -1060,7 +1060,7 @@ export class CheckpointProposalJob implements Traceable {
1060
1060
  availableTxs,
1061
1061
  minTxs,
1062
1062
  });
1063
- this.log.warn(
1063
+ this.log.verbose(
1064
1064
  `Not enough txs to build block ${blockNumber} at index ${indexWithinCheckpoint} in slot ${this.targetSlot} (got ${availableTxs} txs but needs ${minTxs})`,
1065
1065
  {
1066
1066
  reason: 'insufficient_txs',