This repository has been archived by the owner on May 11, 2024. It is now read-only.
feat(eip4844): Eip4844 blob tx #2512
Triggered via pull request
January 23, 2024 06:51
Status
Failure
Total duration
1h 2m 7s
Artifacts
–
test.yml
on: pull_request
Lint
36s
Integration tests
1h 1m
Annotations
6 errors
Lint:
proposer/proposer_test.go#L197
cannot use encoded (variable of type []byte) as "github.com/ethereum/go-ethereum/common".Hash value in argument to s.p.sendProposeBlockTx (typecheck)
|
Lint:
pkg/rpc/txblob.go#L116
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
Lint:
pkg/rpc/txblob.go#L67
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
|
Lint
Process completed with exit code 2.
|
Integration tests
cannot use encoded (variable of type []byte) as "github.com/ethereum/go-ethereum/common".Hash value in argument to s.p.sendProposeBlockTx
|
Integration tests
Process completed with exit code 2.
|