Support: alpaca-devnet-1
#7
Annotations
10 errors
test
149/2235 tests failed
|
|
Test github.com/attestantio/go-eth2-client/api/v1/deneb/TestBlockContentsJSON/KZGProofsWrongType failed in 0.14s:
api/v1/deneb/blockcontents_test.go#L88
Error Trace: /home/runner/work/go-eth2-client/go-eth2-client/api/v1/deneb/blockcontents_test.go:88
Error: Error message not equal:
expected: "kzg_proofs: json: cannot unmarshal bool into Go value of type []deneb.KZGProof"
actual : "block: body: bail_outs: missing"
Test: TestBlockContentsJSON/KZGProofsWrongType
|
|
Test github.com/attestantio/go-eth2-client/api/v1/deneb/TestBlockContentsJSON/BlobsWrongType failed in 0.01s:
api/v1/deneb/blockcontents_test.go#L88
Error Trace: /home/runner/work/go-eth2-client/go-eth2-client/api/v1/deneb/blockcontents_test.go:88
Error: Error message not equal:
expected: "blobs: json: cannot unmarshal bool into Go value of type []deneb.Blob"
actual : "block: body: bail_outs: missing"
Test: TestBlockContentsJSON/BlobsWrongType
|
|
Test github.com/attestantio/go-eth2-client/api/v1/deneb/TestBlockContentsJSON/Good failed in 0.14s:
api/v1/deneb/blockcontents_test.go#L90
Error Trace: /home/runner/work/go-eth2-client/go-eth2-client/api/v1/deneb/blockcontents_test.go:90
Error: Received unexpected error:
bail_outs: missing
body
github.com/attestantio/go-eth2-client/spec/deneb.(*BeaconBlock).UnmarshalJSON
|
Test github.com/attestantio/go-eth2-client/api/v1/deneb/TestBlockContentsJSON/Good failed in 0.14s:
api/v1/deneb/beaconblock_json.go#L69
/home/runner/work/go-eth2-client/go-eth2-client/spec/deneb/beaconblock_json.go:69
encoding/json.(*decodeState).object
|
Test github.com/attestantio/go-eth2-client/api/v1/deneb/TestBlockContentsJSON/Good failed in 0.14s:
api/v1/deneb/decode.go#L613
/opt/hostedtoolcache/go/1.20.14/x64/src/encoding/json/decode.go:613
encoding/json.(*decodeState).value
|
Test github.com/attestantio/go-eth2-client/api/v1/deneb/TestBlockContentsJSON/Good failed in 0.14s:
api/v1/deneb/decode.go#L374
/opt/hostedtoolcache/go/1.20.14/x64/src/encoding/json/decode.go:374
encoding/json.(*decodeState).unmarshal
|