feat: proof generation implementation #46
Annotations
7 errors and 1 warning
chains/evm/executor/executor_test.go#L33
cannot use s.mockProofSubmitter (variable of type *mock.MockProofSubmitter) as type executor.ProofSubmitter in argument to executor.NewEVMExecutor:
|
chains/evm/listener/events/handlers/deposit_test.go#L73
not enough arguments in call to handlers.NewDepositEventHandler
|
chains/evm/prover/prover_test.go#L37
cannot use s.proverClientMock (variable of type *mock.MockProverClient) as type prover.ProverClient in argument to prover.NewProver:
|
chains/evm/prover/prover_test.go#L162
cannot use [32]byte{…} (value of type [32]byte) as type []uint16 in struct literal
|
chains/evm/prover/prover_test.go#L163
unknown field 'PublicInputs' in struct literal of type prover.ProverResponse
|
chains/evm/prover/prover_test.go#L215
cannot use [32]byte{…} (value of type [32]byte) as type []uint16 in struct literal
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading