lighthouse/beacon_node/execution_layer
Paul Hauner cac3a66be4 Permit a null LVH from an INVALID response to newPayload (#4037)
## Issue Addressed

NA

## Proposed Changes

As discovered in #4034, Lighthouse is not accepting `latest_valid_hash == None` in an `INVALID` response to `newPayload`. The `null`/`None` response *was* illegal at one point, however it was added in https://github.com/ethereum/execution-apis/pull/254.

This PR brings Lighthouse in line with the standard and should fix the root cause of what #4034 patched around.

## Additional Info

NA
2023-03-03 04:12:50 +00:00
..
src Permit a null LVH from an INVALID response to newPayload (#4037) 2023-03-03 04:12:50 +00:00
Cargo.toml Update Mock Builder for Post-Capella Tests (#3958) 2023-02-10 13:30:14 -06:00