Skip to content

Commit

Permalink
fix: use random id for proving jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed May 3, 2024
1 parent 4a43fab commit 07ef813
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions yarn-project/prover-client/src/prover-pool/memory-proving-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ import {
type PublicKernelNonTailRequest,
type PublicKernelTailRequest,
} from '@aztec/circuit-types';
import type {
BaseOrMergeRollupPublicInputs,
BaseParityInputs,
BaseRollupInputs,
KernelCircuitPublicInputs,
MergeRollupInputs,
NESTED_RECURSIVE_PROOF_LENGTH,
PublicKernelCircuitPublicInputs,
RECURSIVE_PROOF_LENGTH,
RootParityInput,
RootParityInputs,
RootRollupInputs,
RootRollupPublicInputs,
import {
type BaseOrMergeRollupPublicInputs,
type BaseParityInputs,
type BaseRollupInputs,
type KernelCircuitPublicInputs,
type MergeRollupInputs,
type NESTED_RECURSIVE_PROOF_LENGTH,
type PublicKernelCircuitPublicInputs,
type RECURSIVE_PROOF_LENGTH,
type RootParityInput,
type RootParityInputs,
type RootRollupInputs,
type RootRollupPublicInputs,
} from '@aztec/circuits.js';
import { AbortedError, TimeoutError } from '@aztec/foundation/error';
import { MemoryFifo } from '@aztec/foundation/fifo';
Expand Down

0 comments on commit 07ef813

Please sign in to comment.