@aztec/sequencer-client 0.0.1-commit.8227e42 → 0.0.1-commit.85d7d01

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.
@@ -81,7 +81,7 @@ export class SequencerTimetable {
81
81
  this.checkpointFinalizationTime;
82
82
  const initializeDeadline = this.aztecSlotDuration - minWorkToDo;
83
83
  this.initializeDeadline = initializeDeadline;
84
- this.log.verbose(`Sequencer timetable initialized with ${this.maxNumberOfBlocks} blocks per slot (${this.enforce ? 'enforced' : 'not enforced'})`, {
84
+ this.log.info(`Sequencer timetable initialized with ${this.maxNumberOfBlocks} blocks per slot (${this.enforce ? 'enforced' : 'not enforced'})`, {
85
85
  ethereumSlotDuration: this.ethereumSlotDuration,
86
86
  aztecSlotDuration: this.aztecSlotDuration,
87
87
  l1PublishingTime: this.l1PublishingTime,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/sequencer-client",
3
- "version": "0.0.1-commit.8227e42",
3
+ "version": "0.0.1-commit.85d7d01",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -26,38 +26,38 @@
26
26
  "test:integration:run": "NODE_NO_WARNINGS=1 node --experimental-vm-modules $(yarn bin jest) --no-cache --config jest.integration.config.json"
27
27
  },
28
28
  "dependencies": {
29
- "@aztec/aztec.js": "0.0.1-commit.8227e42",
30
- "@aztec/bb-prover": "0.0.1-commit.8227e42",
31
- "@aztec/blob-client": "0.0.1-commit.8227e42",
32
- "@aztec/blob-lib": "0.0.1-commit.8227e42",
33
- "@aztec/constants": "0.0.1-commit.8227e42",
34
- "@aztec/epoch-cache": "0.0.1-commit.8227e42",
35
- "@aztec/ethereum": "0.0.1-commit.8227e42",
36
- "@aztec/foundation": "0.0.1-commit.8227e42",
37
- "@aztec/l1-artifacts": "0.0.1-commit.8227e42",
38
- "@aztec/merkle-tree": "0.0.1-commit.8227e42",
39
- "@aztec/node-keystore": "0.0.1-commit.8227e42",
40
- "@aztec/noir-acvm_js": "0.0.1-commit.8227e42",
41
- "@aztec/noir-contracts.js": "0.0.1-commit.8227e42",
42
- "@aztec/noir-protocol-circuits-types": "0.0.1-commit.8227e42",
43
- "@aztec/noir-types": "0.0.1-commit.8227e42",
44
- "@aztec/p2p": "0.0.1-commit.8227e42",
45
- "@aztec/protocol-contracts": "0.0.1-commit.8227e42",
46
- "@aztec/prover-client": "0.0.1-commit.8227e42",
47
- "@aztec/simulator": "0.0.1-commit.8227e42",
48
- "@aztec/slasher": "0.0.1-commit.8227e42",
49
- "@aztec/stdlib": "0.0.1-commit.8227e42",
50
- "@aztec/telemetry-client": "0.0.1-commit.8227e42",
51
- "@aztec/validator-client": "0.0.1-commit.8227e42",
52
- "@aztec/validator-ha-signer": "0.0.1-commit.8227e42",
53
- "@aztec/world-state": "0.0.1-commit.8227e42",
29
+ "@aztec/aztec.js": "0.0.1-commit.85d7d01",
30
+ "@aztec/bb-prover": "0.0.1-commit.85d7d01",
31
+ "@aztec/blob-client": "0.0.1-commit.85d7d01",
32
+ "@aztec/blob-lib": "0.0.1-commit.85d7d01",
33
+ "@aztec/constants": "0.0.1-commit.85d7d01",
34
+ "@aztec/epoch-cache": "0.0.1-commit.85d7d01",
35
+ "@aztec/ethereum": "0.0.1-commit.85d7d01",
36
+ "@aztec/foundation": "0.0.1-commit.85d7d01",
37
+ "@aztec/l1-artifacts": "0.0.1-commit.85d7d01",
38
+ "@aztec/merkle-tree": "0.0.1-commit.85d7d01",
39
+ "@aztec/node-keystore": "0.0.1-commit.85d7d01",
40
+ "@aztec/noir-acvm_js": "0.0.1-commit.85d7d01",
41
+ "@aztec/noir-contracts.js": "0.0.1-commit.85d7d01",
42
+ "@aztec/noir-protocol-circuits-types": "0.0.1-commit.85d7d01",
43
+ "@aztec/noir-types": "0.0.1-commit.85d7d01",
44
+ "@aztec/p2p": "0.0.1-commit.85d7d01",
45
+ "@aztec/protocol-contracts": "0.0.1-commit.85d7d01",
46
+ "@aztec/prover-client": "0.0.1-commit.85d7d01",
47
+ "@aztec/simulator": "0.0.1-commit.85d7d01",
48
+ "@aztec/slasher": "0.0.1-commit.85d7d01",
49
+ "@aztec/stdlib": "0.0.1-commit.85d7d01",
50
+ "@aztec/telemetry-client": "0.0.1-commit.85d7d01",
51
+ "@aztec/validator-client": "0.0.1-commit.85d7d01",
52
+ "@aztec/validator-ha-signer": "0.0.1-commit.85d7d01",
53
+ "@aztec/world-state": "0.0.1-commit.85d7d01",
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": "0.0.1-commit.8227e42",
60
- "@aztec/kv-store": "0.0.1-commit.8227e42",
59
+ "@aztec/archiver": "0.0.1-commit.85d7d01",
60
+ "@aztec/kv-store": "0.0.1-commit.85d7d01",
61
61
  "@electric-sql/pglite": "^0.3.14",
62
62
  "@jest/globals": "^30.0.0",
63
63
  "@types/jest": "^30.0.0",
@@ -132,7 +132,7 @@ export class SequencerTimetable {
132
132
  const initializeDeadline = this.aztecSlotDuration - minWorkToDo;
133
133
  this.initializeDeadline = initializeDeadline;
134
134
 
135
- this.log.verbose(
135
+ this.log.info(
136
136
  `Sequencer timetable initialized with ${this.maxNumberOfBlocks} blocks per slot (${this.enforce ? 'enforced' : 'not enforced'})`,
137
137
  {
138
138
  ethereumSlotDuration: this.ethereumSlotDuration,