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 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

checks.yml

on: pull_request
linter-check
43s
linter-check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
linter-check: chains/evm/listener/events/handlers/deposit_test.go#L73
not enough arguments in call to handlers.NewDepositEventHandler
linter-check: 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:
linter-check: chains/evm/prover/prover_test.go#L162
cannot use [32]byte{…} (value of type [32]byte) as type [32]uint16 in struct literal
linter-check: chains/evm/prover/prover_test.go#L163
unknown field 'PublicInputs' in struct literal of type prover.ProverResponse
linter-check: chains/evm/prover/prover_test.go#L215
cannot use [32]byte{…} (value of type [32]byte) as type [32]uint16 in struct literal (typecheck)
linter-check
Process completed with exit code 1.
linter-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/