lighthouse/testing/execution_engine_integration/src
Michael Sproul 1d92e3f77c Use efficient payload reconstruction for HTTP API (#4102)
## Proposed Changes

Builds on #4028 to use the new payload bodies methods in the HTTP API as well.

## Caveats

The payloads by range method only works for the finalized chain, so it can't be used in the execution engine integration tests because we try to reconstruct unfinalized payloads there.
2023-04-18 02:47:35 +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 Support for Ipv6 (#4046) 2023-03-14 01:13:34 +00:00
genesis_json.rs Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00
geth.rs Support for Ipv6 (#4046) 2023-03-14 01:13:34 +00:00
main.rs Appease Clippy 1.68 and refactor http_api (#4068) 2023-03-13 01:40:03 +00:00
nethermind.rs Reconstruct Payloads using Payload Bodies Methods (#4028) 2023-03-19 23:15:59 +00:00
test_rig.rs Use efficient payload reconstruction for HTTP API (#4102) 2023-04-18 02:47:35 +00:00
transactions.rs Fix rust 1.65 lints (#3682) 2022-11-04 07:43:43 +00:00