@aztec/prover-client 3.0.0-nightly.20250905 → 4.0.0-nightly.20250907
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 const proverAgentConfigMappings = {
|
|
|
81
81
|
proverAgentPollIntervalMs: {
|
|
82
82
|
env: 'PROVER_AGENT_POLL_INTERVAL_MS',
|
|
83
83
|
description: 'The interval agents poll for jobs at',
|
|
84
|
-
...numberConfigHelper(
|
|
84
|
+
...numberConfigHelper(1000)
|
|
85
85
|
},
|
|
86
86
|
proverAgentProofTypes: {
|
|
87
87
|
env: 'PROVER_AGENT_PROOF_TYPES',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/prover-client",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-nightly.20250907",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -68,19 +68,19 @@
|
|
|
68
68
|
]
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@aztec/bb-prover": "
|
|
72
|
-
"@aztec/blob-lib": "
|
|
73
|
-
"@aztec/constants": "
|
|
74
|
-
"@aztec/ethereum": "
|
|
75
|
-
"@aztec/foundation": "
|
|
76
|
-
"@aztec/kv-store": "
|
|
77
|
-
"@aztec/noir-protocol-circuits-types": "
|
|
78
|
-
"@aztec/noir-types": "
|
|
79
|
-
"@aztec/protocol-contracts": "
|
|
80
|
-
"@aztec/simulator": "
|
|
81
|
-
"@aztec/stdlib": "
|
|
82
|
-
"@aztec/telemetry-client": "
|
|
83
|
-
"@aztec/world-state": "
|
|
71
|
+
"@aztec/bb-prover": "4.0.0-nightly.20250907",
|
|
72
|
+
"@aztec/blob-lib": "4.0.0-nightly.20250907",
|
|
73
|
+
"@aztec/constants": "4.0.0-nightly.20250907",
|
|
74
|
+
"@aztec/ethereum": "4.0.0-nightly.20250907",
|
|
75
|
+
"@aztec/foundation": "4.0.0-nightly.20250907",
|
|
76
|
+
"@aztec/kv-store": "4.0.0-nightly.20250907",
|
|
77
|
+
"@aztec/noir-protocol-circuits-types": "4.0.0-nightly.20250907",
|
|
78
|
+
"@aztec/noir-types": "4.0.0-nightly.20250907",
|
|
79
|
+
"@aztec/protocol-contracts": "4.0.0-nightly.20250907",
|
|
80
|
+
"@aztec/simulator": "4.0.0-nightly.20250907",
|
|
81
|
+
"@aztec/stdlib": "4.0.0-nightly.20250907",
|
|
82
|
+
"@aztec/telemetry-client": "4.0.0-nightly.20250907",
|
|
83
|
+
"@aztec/world-state": "4.0.0-nightly.20250907",
|
|
84
84
|
"@google-cloud/storage": "^7.15.0",
|
|
85
85
|
"@iarna/toml": "^2.2.5",
|
|
86
86
|
"commander": "^12.1.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"zod": "^3.23.8"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@aztec/noir-contracts.js": "
|
|
93
|
+
"@aztec/noir-contracts.js": "4.0.0-nightly.20250907",
|
|
94
94
|
"@jest/globals": "^30.0.0",
|
|
95
95
|
"@types/jest": "^30.0.0",
|
|
96
96
|
"@types/node": "^22.15.17",
|
|
@@ -111,7 +111,7 @@ export const proverAgentConfigMappings: ConfigMappingsType<ProverAgentConfig> =
|
|
|
111
111
|
proverAgentPollIntervalMs: {
|
|
112
112
|
env: 'PROVER_AGENT_POLL_INTERVAL_MS',
|
|
113
113
|
description: 'The interval agents poll for jobs at',
|
|
114
|
-
...numberConfigHelper(
|
|
114
|
+
...numberConfigHelper(1000),
|
|
115
115
|
},
|
|
116
116
|
proverAgentProofTypes: {
|
|
117
117
|
env: 'PROVER_AGENT_PROOF_TYPES',
|