@aztec/bb-prover 4.0.0-nightly.20260127 → 4.0.0-nightly.20260128

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.
@@ -32,7 +32,7 @@ export const PROOF_DELAY_MS = {
32
32
  [ProvingRequestType.ROOT_ROLLUP]: 93_000,
33
33
  [ProvingRequestType.TX_MERGE_ROLLUP]: 10_000,
34
34
  [ProvingRequestType.PUBLIC_TX_BASE_ROLLUP]: 44_500,
35
- [ProvingRequestType.PUBLIC_VM]: 10_000,
35
+ [ProvingRequestType.PUBLIC_VM]: 180_000,
36
36
  // TBD
37
37
  [ProvingRequestType.BLOCK_MERGE_ROLLUP]: 15_000,
38
38
  [ProvingRequestType.BLOCK_ROOT_ROLLUP]: 35_000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/bb-prover",
3
- "version": "4.0.0-nightly.20260127",
3
+ "version": "4.0.0-nightly.20260128",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -69,27 +69,27 @@
69
69
  ]
70
70
  },
71
71
  "dependencies": {
72
- "@aztec/bb.js": "4.0.0-nightly.20260127",
73
- "@aztec/constants": "4.0.0-nightly.20260127",
74
- "@aztec/foundation": "4.0.0-nightly.20260127",
75
- "@aztec/noir-noirc_abi": "4.0.0-nightly.20260127",
76
- "@aztec/noir-protocol-circuits-types": "4.0.0-nightly.20260127",
77
- "@aztec/noir-types": "4.0.0-nightly.20260127",
78
- "@aztec/simulator": "4.0.0-nightly.20260127",
79
- "@aztec/stdlib": "4.0.0-nightly.20260127",
80
- "@aztec/telemetry-client": "4.0.0-nightly.20260127",
81
- "@aztec/world-state": "4.0.0-nightly.20260127",
72
+ "@aztec/bb.js": "4.0.0-nightly.20260128",
73
+ "@aztec/constants": "4.0.0-nightly.20260128",
74
+ "@aztec/foundation": "4.0.0-nightly.20260128",
75
+ "@aztec/noir-noirc_abi": "4.0.0-nightly.20260128",
76
+ "@aztec/noir-protocol-circuits-types": "4.0.0-nightly.20260128",
77
+ "@aztec/noir-types": "4.0.0-nightly.20260128",
78
+ "@aztec/simulator": "4.0.0-nightly.20260128",
79
+ "@aztec/stdlib": "4.0.0-nightly.20260128",
80
+ "@aztec/telemetry-client": "4.0.0-nightly.20260128",
81
+ "@aztec/world-state": "4.0.0-nightly.20260128",
82
82
  "commander": "^12.1.0",
83
83
  "pako": "^2.1.0",
84
84
  "source-map-support": "^0.5.21",
85
85
  "tslib": "^2.4.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@aztec/ethereum": "4.0.0-nightly.20260127",
89
- "@aztec/kv-store": "4.0.0-nightly.20260127",
90
- "@aztec/noir-contracts.js": "4.0.0-nightly.20260127",
91
- "@aztec/noir-test-contracts.js": "4.0.0-nightly.20260127",
92
- "@aztec/protocol-contracts": "4.0.0-nightly.20260127",
88
+ "@aztec/ethereum": "4.0.0-nightly.20260128",
89
+ "@aztec/kv-store": "4.0.0-nightly.20260128",
90
+ "@aztec/noir-contracts.js": "4.0.0-nightly.20260128",
91
+ "@aztec/noir-test-contracts.js": "4.0.0-nightly.20260128",
92
+ "@aztec/protocol-contracts": "4.0.0-nightly.20260128",
93
93
  "@jest/globals": "^30.0.0",
94
94
  "@types/jest": "^30.0.0",
95
95
  "@types/node": "^22.15.17",
@@ -35,7 +35,7 @@ export const PROOF_DELAY_MS: Record<ProvingRequestType, number> = {
35
35
  [ProvingRequestType.ROOT_ROLLUP]: 93_000,
36
36
  [ProvingRequestType.TX_MERGE_ROLLUP]: 10_000,
37
37
  [ProvingRequestType.PUBLIC_TX_BASE_ROLLUP]: 44_500,
38
- [ProvingRequestType.PUBLIC_VM]: 10_000,
38
+ [ProvingRequestType.PUBLIC_VM]: 180_000,
39
39
 
40
40
  // TBD
41
41
  [ProvingRequestType.BLOCK_MERGE_ROLLUP]: 15_000,