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:
github-actions[bot]
2025-12-29 12:11:16 +00:00
committed by GitHub
parent 2767f08f4d
commit c3bbe49a4a

View File

@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("{\"pAYloAdStAtus\":{\"000000\":\"000000000000000000000\",\"witness\":\"0\"}}")