lighthouse/testing/execution_engine_integration/src
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
..
build_utils.rs Unblock CI by updating git submodules directly in execution integration tests (#3479) 2022-08-19 04:27:20 +00:00
execution_engine.rs Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00
genesis_json.rs Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00
geth.rs Permit a null LVH from an INVALID response to newPayload (#4037) 2023-03-03 04:12:50 +00:00
main.rs Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00
nethermind.rs Clippy lints for rust 1.66 (#3810) 2022-12-16 04:04:00 +00:00
test_rig.rs Permit a null LVH from an INVALID response to newPayload (#4037) 2023-03-03 04:12:50 +00:00
transactions.rs Fix rust 1.65 lints (#3682) 2022-11-04 07:43:43 +00:00