lighthouse/testing/execution_engine_integration
Michael Sproul 947ad9f14a Allow syncing or accepted in integration test (#3378)
## Issue Addressed

Unblock CI for this failure: https://github.com/sigp/lighthouse/runs/7529551988

The root cause is a disagreement between the test and Nethermind over whether the appropriate status for a payload with an unknown parent is SYNCING or ACCEPTED. According to the spec, SYNCING is correct so we should update the test to expect this correct behaviour. However Geth still returns `ACCEPTED`, so for now we allow either.
2022-07-27 00:51:08 +00:00
..
src Allow syncing or accepted in integration test (#3378) 2022-07-27 00:51:08 +00:00
.gitignore Engine API v1.0.0.alpha.6 + interop tests (#3024) 2022-02-17 21:47:06 +00:00
Cargo.toml Set safe block hash to justified (#3347) 2022-07-21 05:45:37 +00:00
Makefile Rename random to prev_randao (#3040) 2022-03-03 02:10:57 +00:00