mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-06 22:23:56 -05:00
Add a new fuzz input data for FuzzForkChoiceResponse in github.com/OffchainLabs/prysm/v7/beacon-chain/execution.
`go test -run=FuzzForkChoiceResponse/cfb90943bdcf444e github.com/OffchainLabs/prysm/v7/beacon-chain/execution` failed with the following output:
```
--- FAIL: FuzzForkChoiceResponse (0.00s)
--- FAIL: FuzzForkChoiceResponse/cfb90943bdcf444e (0.00s)
assertions.go:39: engine_client_fuzz_test.go:40 geth and prysm unmarshaller return inconsistent errors. json: cannot unmarshal hex string without 0x prefix into Go struct field PayloadStatusV1.payloadStatus.witness of type hexutil.Bytes and <nil>, want: true (bool), got: false (bool)
FAIL
FAIL github.com/OffchainLabs/prysm/v7/beacon-chain/execution 0.020s
FAIL
```
This fuzz data is generated by [actions-go-fuzz](https://github.com/shogo82148/actions-go-fuzz).
This commit is contained in:
committed by
GitHub
parent
2767f08f4d
commit
c3bbe49a4a
2
beacon-chain/execution/testdata/fuzz/FuzzForkChoiceResponse/cfb90943bdcf444e
vendored
Normal file
2
beacon-chain/execution/testdata/fuzz/FuzzForkChoiceResponse/cfb90943bdcf444e
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
[]byte("{\"pAYloAdStAtus\":{\"000000\":\"000000000000000000000\",\"witness\":\"0\"}}")
|
||||
Reference in New Issue
Block a user