@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.
|
|
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.
|
|
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.
|
|
30
|
-
"@aztec/bb-prover": "0.0.1-commit.
|
|
31
|
-
"@aztec/blob-client": "0.0.1-commit.
|
|
32
|
-
"@aztec/blob-lib": "0.0.1-commit.
|
|
33
|
-
"@aztec/constants": "0.0.1-commit.
|
|
34
|
-
"@aztec/epoch-cache": "0.0.1-commit.
|
|
35
|
-
"@aztec/ethereum": "0.0.1-commit.
|
|
36
|
-
"@aztec/foundation": "0.0.1-commit.
|
|
37
|
-
"@aztec/l1-artifacts": "0.0.1-commit.
|
|
38
|
-
"@aztec/merkle-tree": "0.0.1-commit.
|
|
39
|
-
"@aztec/node-keystore": "0.0.1-commit.
|
|
40
|
-
"@aztec/noir-acvm_js": "0.0.1-commit.
|
|
41
|
-
"@aztec/noir-contracts.js": "0.0.1-commit.
|
|
42
|
-
"@aztec/noir-protocol-circuits-types": "0.0.1-commit.
|
|
43
|
-
"@aztec/noir-types": "0.0.1-commit.
|
|
44
|
-
"@aztec/p2p": "0.0.1-commit.
|
|
45
|
-
"@aztec/protocol-contracts": "0.0.1-commit.
|
|
46
|
-
"@aztec/prover-client": "0.0.1-commit.
|
|
47
|
-
"@aztec/simulator": "0.0.1-commit.
|
|
48
|
-
"@aztec/slasher": "0.0.1-commit.
|
|
49
|
-
"@aztec/stdlib": "0.0.1-commit.
|
|
50
|
-
"@aztec/telemetry-client": "0.0.1-commit.
|
|
51
|
-
"@aztec/validator-client": "0.0.1-commit.
|
|
52
|
-
"@aztec/validator-ha-signer": "0.0.1-commit.
|
|
53
|
-
"@aztec/world-state": "0.0.1-commit.
|
|
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.
|
|
60
|
-
"@aztec/kv-store": "0.0.1-commit.
|
|
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.
|
|
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,
|