Skip to content

init commit

init commit #42

Triggered via push January 19, 2024 00:32
Status Failure
Total duration 51s
Artifacts

go_test.yml

on: push
Run Go Tests
42s
Run Go Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run Go Tests: proofs.go#L49
undefined: deneb.HistoricalSummary
Run Go Tests: proofs.go#L956
cannot use executionPayloadFields.BaseFeePerGas[:] (value of type []uint64) as []byte value in argument to hh.PutBytes
Run Go Tests: generate_balance_update_proof.go#L21
cannot use &state (value of type *capella.BeaconState) as *deneb.BeaconState value in argument to ParseCapellaBeaconStateFromJSON
Run Go Tests: generate_balance_update_proof.go#L39
cannot use &state (value of type *capella.BeaconState) as *deneb.BeaconState value in argument to epp.ProveValidatorFields
Run Go Tests: generate_withdrawal_fields_proof.go#L50
cannot use &state (value of type *capella.BeaconState) as *deneb.BeaconState value in argument to ParseCapellaBeaconStateFromJSON
Run Go Tests: generate_withdrawal_fields_proof.go#L56
cannot use &historicalSummaryState (value of type *capella.BeaconState) as *deneb.BeaconState value in argument to ParseCapellaBeaconStateFromJSON
Run Go Tests: generate_withdrawal_fields_proof.go#L99
cannot use &state (value of type *capella.BeaconState) as *deneb.BeaconState value in argument to epp.ComputeBeaconStateTopLevelRoots
Run Go Tests: generate_withdrawal_fields_proof.go#L115
cannot use &state (value of type *capella.BeaconState) as *deneb.BeaconState value in argument to epp.ProveValidatorAgainstBeaconState
Run Go Tests: prove_validator.go#L23
cannot use oracleBeaconState (variable of type *capella.BeaconState) as *deneb.BeaconState value in argument to epp.ComputeBeaconStateTopLevelRoots
Run Go Tests: prove_validator.go#L29
cannot use oracleBeaconState (variable of type *capella.BeaconState) as *deneb.BeaconState value in argument to epp.ComputeBeaconStateRoot
Run Go Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/