@aztec/validator-client 5.2.0 → 5.3.0-nightly.20260819

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +19 -19
package/README.md CHANGED
@@ -246,7 +246,7 @@ Per-block budgets prevent one block from consuming the entire checkpoint budget.
246
246
 
247
247
  ### Per-transaction enforcement
248
248
 
249
- **Mempool entry** (`GasLimitsValidator`): L2 gas must be ≤ `MAX_PROCESSABLE_L2_GAS` (6,540,000) and ≥ fixed minimums.
249
+ **Mempool entry** (`MaxGasLimitsValidator` / `MinGasLimitsValidator`): L2 gas must be ≤ `MAX_PROCESSABLE_L2_GAS` (6,540,000) and ≥ fixed minimums.
250
250
 
251
251
  **Block building** (`PublicProcessor.process`): Before processing, txs are skipped if their estimated blob fields or gas limits would exceed the block budget. After processing, actual values are checked and the tx is reverted if limits are exceeded.
252
252
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/validator-client",
3
- "version": "5.2.0",
3
+ "version": "5.3.0-nightly.20260819",
4
4
  "main": "dest/index.js",
5
5
  "type": "module",
6
6
  "exports": {
@@ -64,30 +64,30 @@
64
64
  ]
65
65
  },
66
66
  "dependencies": {
67
- "@aztec/blob-client": "5.2.0",
68
- "@aztec/blob-lib": "5.2.0",
69
- "@aztec/constants": "5.2.0",
70
- "@aztec/epoch-cache": "5.2.0",
71
- "@aztec/ethereum": "5.2.0",
72
- "@aztec/foundation": "5.2.0",
73
- "@aztec/node-keystore": "5.2.0",
74
- "@aztec/noir-protocol-circuits-types": "5.2.0",
75
- "@aztec/p2p": "5.2.0",
76
- "@aztec/protocol-contracts": "5.2.0",
77
- "@aztec/prover-client": "5.2.0",
78
- "@aztec/simulator": "5.2.0",
79
- "@aztec/slasher": "5.2.0",
80
- "@aztec/stdlib": "5.2.0",
81
- "@aztec/telemetry-client": "5.2.0",
82
- "@aztec/validator-ha-signer": "5.2.0",
67
+ "@aztec/blob-client": "5.3.0-nightly.20260819",
68
+ "@aztec/blob-lib": "5.3.0-nightly.20260819",
69
+ "@aztec/constants": "5.3.0-nightly.20260819",
70
+ "@aztec/epoch-cache": "5.3.0-nightly.20260819",
71
+ "@aztec/ethereum": "5.3.0-nightly.20260819",
72
+ "@aztec/foundation": "5.3.0-nightly.20260819",
73
+ "@aztec/node-keystore": "5.3.0-nightly.20260819",
74
+ "@aztec/noir-protocol-circuits-types": "5.3.0-nightly.20260819",
75
+ "@aztec/p2p": "5.3.0-nightly.20260819",
76
+ "@aztec/protocol-contracts": "5.3.0-nightly.20260819",
77
+ "@aztec/prover-client": "5.3.0-nightly.20260819",
78
+ "@aztec/simulator": "5.3.0-nightly.20260819",
79
+ "@aztec/slasher": "5.3.0-nightly.20260819",
80
+ "@aztec/stdlib": "5.3.0-nightly.20260819",
81
+ "@aztec/telemetry-client": "5.3.0-nightly.20260819",
82
+ "@aztec/validator-ha-signer": "5.3.0-nightly.20260819",
83
83
  "koa": "^2.16.1",
84
84
  "koa-router": "^13.1.1",
85
85
  "tslib": "^2.4.0",
86
86
  "viem": "npm:@aztec/viem@2.38.2"
87
87
  },
88
88
  "devDependencies": {
89
- "@aztec/archiver": "5.2.0",
90
- "@aztec/world-state": "5.2.0",
89
+ "@aztec/archiver": "5.3.0-nightly.20260819",
90
+ "@aztec/world-state": "5.3.0-nightly.20260819",
91
91
  "@electric-sql/pglite": "^0.3.14",
92
92
  "@jest/globals": "^30.0.0",
93
93
  "@types/jest": "^30.0.0",