lighthouse/testing/execution_engine_integration/src
Michael Sproul e32868458f Set safe block hash to justified (#3347)
## Issue Addressed

Closes https://github.com/sigp/lighthouse/issues/3189.

## Proposed Changes

- Always supply the justified block hash as the `safe_block_hash` when calling `forkchoiceUpdated` on the execution engine.
- Refactor the `get_payload` routine to use the new `ForkchoiceUpdateParameters` struct rather than just the `finalized_block_hash`. I think this is a nice simplification and that the old way of computing the `finalized_block_hash` was unnecessary, but if anyone sees reason to keep that approach LMK.
2022-07-21 05:45:37 +00:00
..
build_utils.rs Use latest tags for nethermind and geth in the execution engine integration test (#3303) 2022-07-03 05:36:51 +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 Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00
main.rs Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00
nethermind.rs Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00
test_rig.rs Set safe block hash to justified (#3347) 2022-07-21 05:45:37 +00:00
transactions.rs Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00