lighthouse/.github/workflows
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
..
book.yml Update mdbook runner to Ubuntu 20.04 (#3138) 2022-04-04 06:08:26 +00:00
cancel-previous-runs.yml Fix short sha in github actions (#2210) 2021-02-18 06:18:47 +00:00
docker-antithesis.yml CI gardening maintenance (#3706) 2022-11-13 22:40:44 +00:00
docker.yml Fix docker and deps (#3978) 2023-02-15 11:51:46 +00:00
linkcheck.yml CI gardening maintenance (#3706) 2022-11-13 22:40:44 +00:00
local-testnet.yml Various CI fixes (#3813) 2022-12-20 01:34:52 +00:00
publish-crate.yml CI gardening maintenance (#3706) 2022-11-13 22:40:44 +00:00
release.yml Use release profile for Windows binaries (#3965) 2023-02-12 23:14:07 +00:00
test-suite.yml Fix exec integration tests for Geth v1.11.0 (#3982) 2023-02-16 23:34:33 +00:00