lighthouse/testing/execution_engine_integration
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
.gitignore Engine API v1.0.0.alpha.6 + interop tests (#3024) 2022-02-17 21:47:06 +00:00
Cargo.toml Fix exec integration tests for Geth v1.11.0 (#3982) 2023-02-16 23:34:33 +00:00
Makefile Rename random to prev_randao (#3040) 2022-03-03 02:10:57 +00:00