Skip to content

Commit

Permalink
fix: add missing classes to rpc serialisation (#8166)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr authored Aug 23, 2024
1 parent 42ff5ee commit bd6626c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions yarn-project/prover-client/src/prover-agent/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import {
BaseOrMergeRollupPublicInputs,
BaseParityInputs,
BaseRollupInputs,
BlockMergeRollupInputs,
BlockRootOrBlockMergePublicInputs,
BlockRootRollupInputs,
Fr,
Header,
KernelCircuitPublicInputs,
Expand Down Expand Up @@ -53,6 +56,9 @@ export function createProvingJobSourceServer(queue: ProvingJobSource): JsonRpcSe
RootRollupPublicInputs,
TubeInputs,
VerificationKeyData,
BlockRootOrBlockMergePublicInputs,
BlockMergeRollupInputs,
BlockRootRollupInputs,
},
{},
);
Expand Down Expand Up @@ -88,6 +94,9 @@ export function createProvingJobSourceClient(
RootRollupInputs,
TubeInputs,
VerificationKeyData,
BlockRootOrBlockMergePublicInputs,
BlockMergeRollupInputs,
BlockRootRollupInputs,
},
{},
false,
Expand Down

0 comments on commit bd6626c

Please sign in to comment.