lighthouse/testing
Michael Sproul ebf2fec5d0 Fix exec integration tests for Geth v1.11.0 (#3982)
## Proposed Changes

* Bump Go from 1.17 to 1.20. The latest Geth release v1.11.0 requires 1.18 minimum.
* Prevent a cache miss during payload building by using the right fee recipient. This prevents Geth v1.11.0 from building a block with 0 transactions. The payload building mechanism is overhauled in the new Geth to improve the payload every 2s, and the tests were failing because we were falling back on a `getPayload` call with no lookahead due to `get_payload_id` cache miss caused by the mismatched fee recipient. Alternatively we could hack the tests to send `proposer_preparation_data`, but I think the static fee recipient is simpler for now.
* Add support for optionally enabling Lighthouse logs in the integration tests. Enable using `cargo run --release --features logging/test_logger`. This was very useful for debugging.
2023-02-16 23:34:33 +00:00
..
antithesis update antithesis dockerfile (#3883) 2023-01-20 00:46:55 +00:00
ef_tests Verify execution block hashes during finalized sync (#3794) 2023-01-09 03:11:59 +00:00
eth1_test_rig Fix ganache test endpoint for ipv6 machines (#3563) 2022-09-13 01:57:45 +00:00
execution_engine_integration Fix exec integration tests for Geth v1.11.0 (#3982) 2023-02-16 23:34:33 +00:00
node_test_rig Verify execution block hashes during finalized sync (#3794) 2023-01-09 03:11:59 +00:00
simulator Add CLI flag to specify the format of logs written to the logfile (#3839) 2023-01-16 03:42:10 +00:00
state_transition_vectors Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
test-test_logger Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
web3signer_tests Various CI fixes (#3813) 2022-12-20 01:34:52 +00:00