Skip to content

feat: proof generation implementation #41

feat: proof generation implementation

feat: proof generation implementation #41

Triggered via pull request December 1, 2023 16:39
Status Failure
Total duration 1m 20s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
test (1.19.x, ubuntu-latest): chains/evm/listener/events/handlers/deposit_test.go#L73
not enough arguments in call to handlers.NewDepositEventHandler
test (1.19.x, ubuntu-latest): 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:
test (1.19.x, ubuntu-latest): chains/evm/prover/prover_test.go#L162
cannot use [32]byte{…} (value of type [32]byte) as type [32]uint16 in struct literal
test (1.19.x, ubuntu-latest): chains/evm/prover/prover_test.go#L163
unknown field 'PublicInputs' in struct literal of type prover.ProverResponse
test (1.19.x, ubuntu-latest): chains/evm/prover/prover_test.go#L215
cannot use [32]byte{…} (value of type [32]byte) as type [32]uint16 in struct literal
test (1.19.x, ubuntu-latest)
Process completed with exit code 2.
test (1.19.x, ubuntu-latest)
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/