@aztec/prover-client 0.82.0 → 0.82.1-alpha-testnet.1

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.
@@ -90,7 +90,7 @@ export const proverAgentConfigMappings = {
90
90
  realProofs: {
91
91
  env: 'PROVER_REAL_PROOFS',
92
92
  description: 'Whether to construct real proofs',
93
- ...booleanConfigHelper(false)
93
+ ...booleanConfigHelper(true)
94
94
  },
95
95
  proverTestDelayType: {
96
96
  env: 'PROVER_TEST_DELAY_TYPE',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/prover-client",
3
- "version": "0.82.0",
3
+ "version": "0.82.1-alpha-testnet.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -66,19 +66,19 @@
66
66
  ]
67
67
  },
68
68
  "dependencies": {
69
- "@aztec/bb-prover": "0.82.0",
70
- "@aztec/blob-lib": "0.82.0",
71
- "@aztec/constants": "0.82.0",
72
- "@aztec/ethereum": "0.82.0",
73
- "@aztec/foundation": "0.82.0",
74
- "@aztec/kv-store": "0.82.0",
75
- "@aztec/noir-protocol-circuits-types": "0.82.0",
76
- "@aztec/noir-types": "0.82.0",
77
- "@aztec/protocol-contracts": "0.82.0",
78
- "@aztec/simulator": "0.82.0",
79
- "@aztec/stdlib": "0.82.0",
80
- "@aztec/telemetry-client": "0.82.0",
81
- "@aztec/world-state": "0.82.0",
69
+ "@aztec/bb-prover": "0.82.1-alpha-testnet.1",
70
+ "@aztec/blob-lib": "0.82.1-alpha-testnet.1",
71
+ "@aztec/constants": "0.82.1-alpha-testnet.1",
72
+ "@aztec/ethereum": "0.82.1-alpha-testnet.1",
73
+ "@aztec/foundation": "0.82.1-alpha-testnet.1",
74
+ "@aztec/kv-store": "0.82.1-alpha-testnet.1",
75
+ "@aztec/noir-protocol-circuits-types": "0.82.1-alpha-testnet.1",
76
+ "@aztec/noir-types": "0.82.1-alpha-testnet.1",
77
+ "@aztec/protocol-contracts": "0.82.1-alpha-testnet.1",
78
+ "@aztec/simulator": "0.82.1-alpha-testnet.1",
79
+ "@aztec/stdlib": "0.82.1-alpha-testnet.1",
80
+ "@aztec/telemetry-client": "0.82.1-alpha-testnet.1",
81
+ "@aztec/world-state": "0.82.1-alpha-testnet.1",
82
82
  "@google-cloud/storage": "^7.15.0",
83
83
  "@iarna/toml": "^2.2.5",
84
84
  "commander": "^12.1.0",
@@ -88,7 +88,7 @@
88
88
  "zod": "^3.23.8"
89
89
  },
90
90
  "devDependencies": {
91
- "@aztec/noir-contracts.js": "0.82.0",
91
+ "@aztec/noir-contracts.js": "0.82.1-alpha-testnet.1",
92
92
  "@jest/globals": "^29.5.0",
93
93
  "@types/jest": "^29.5.0",
94
94
  "@types/memdown": "^3.0.0",
@@ -125,7 +125,7 @@ export const proverAgentConfigMappings: ConfigMappingsType<ProverAgentConfig> =
125
125
  realProofs: {
126
126
  env: 'PROVER_REAL_PROOFS',
127
127
  description: 'Whether to construct real proofs',
128
- ...booleanConfigHelper(false),
128
+ ...booleanConfigHelper(true),
129
129
  },
130
130
  proverTestDelayType: {
131
131
  env: 'PROVER_TEST_DELAY_TYPE',