@aztec/prover-client 0.64.0 → 0.65.0
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.
- package/dest/test/mock_prover.d.ts +1 -1
- package/package.json +11 -11
|
@@ -2,7 +2,7 @@ import { type ProofAndVerificationKey, type PublicInputsAndRecursiveProof, type
|
|
|
2
2
|
import { type AvmCircuitInputs, type BaseOrMergeRollupPublicInputs, type BaseParityInputs, type BlockMergeRollupInputs, type BlockRootOrBlockMergePublicInputs, type BlockRootRollupInputs, type EmptyBlockRootRollupInputs, type KernelCircuitPublicInputs, type MergeRollupInputs, type PrivateBaseRollupInputs, type PrivateKernelEmptyInputData, type PublicBaseRollupInputs, type RootParityInputs, type RootRollupInputs, type RootRollupPublicInputs, TUBE_PROOF_LENGTH } from '@aztec/circuits.js';
|
|
3
3
|
export declare class MockProver implements ServerCircuitProver {
|
|
4
4
|
constructor();
|
|
5
|
-
getAvmProof(_inputs: AvmCircuitInputs, _signal?: AbortSignal, _epochNumber?: number): Promise<ProofAndVerificationKey<
|
|
5
|
+
getAvmProof(_inputs: AvmCircuitInputs, _signal?: AbortSignal, _epochNumber?: number): Promise<ProofAndVerificationKey<4166>>;
|
|
6
6
|
getBaseParityProof(_inputs: BaseParityInputs, _signal?: AbortSignal, _epochNumber?: number): Promise<PublicInputsAndRecursiveProof<import("@aztec/circuits.js").ParityPublicInputs, 463>>;
|
|
7
7
|
getRootParityProof(_inputs: RootParityInputs, _signal?: AbortSignal, _epochNumber?: number): Promise<PublicInputsAndRecursiveProof<import("@aztec/circuits.js").ParityPublicInputs, 463>>;
|
|
8
8
|
getPrivateBaseRollupProof(_baseRollupInput: PrivateBaseRollupInputs, _signal?: AbortSignal, _epochNumber?: number): Promise<PublicInputsAndRecursiveProof<BaseOrMergeRollupPublicInputs>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/prover-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.65.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -64,16 +64,16 @@
|
|
|
64
64
|
]
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@aztec/bb-prover": "0.
|
|
68
|
-
"@aztec/circuit-types": "0.
|
|
69
|
-
"@aztec/circuits.js": "0.
|
|
70
|
-
"@aztec/foundation": "0.
|
|
71
|
-
"@aztec/kv-store": "0.
|
|
72
|
-
"@aztec/noir-protocol-circuits-types": "0.
|
|
73
|
-
"@aztec/protocol-contracts": "0.
|
|
74
|
-
"@aztec/simulator": "0.
|
|
75
|
-
"@aztec/telemetry-client": "0.
|
|
76
|
-
"@aztec/world-state": "0.
|
|
67
|
+
"@aztec/bb-prover": "0.65.0",
|
|
68
|
+
"@aztec/circuit-types": "0.65.0",
|
|
69
|
+
"@aztec/circuits.js": "0.65.0",
|
|
70
|
+
"@aztec/foundation": "0.65.0",
|
|
71
|
+
"@aztec/kv-store": "0.65.0",
|
|
72
|
+
"@aztec/noir-protocol-circuits-types": "0.65.0",
|
|
73
|
+
"@aztec/protocol-contracts": "0.65.0",
|
|
74
|
+
"@aztec/simulator": "0.65.0",
|
|
75
|
+
"@aztec/telemetry-client": "0.65.0",
|
|
76
|
+
"@aztec/world-state": "0.65.0",
|
|
77
77
|
"@noir-lang/types": "portal:../../noir/packages/types",
|
|
78
78
|
"commander": "^12.1.0",
|
|
79
79
|
"lodash.chunk": "^4.2.0",
|