lighthouse/beacon_node/execution_layer/src/test_utils
realbigsean 7605494791 Use only lighthouse types in the mock builder (#4793)
## Proposed Changes

- only use LH types to avoid build issues
- use warp instead of axum for the server to avoid importing the dep

## Additional Info

- wondering if we can move the `execution_layer/test_utils` to its own crate and import it as a dev dependency
- this would be made easier by separating out our engine API types into their own crate so we can use them in the test crate
- or maybe we can look into using reth types for the engine api if they are in their own crate


Co-authored-by: realbigsean <seananderson33@gmail.com>
2023-10-03 17:59:28 +00:00
..
execution_block_generator.rs Reconstruct Payloads using Payload Bodies Methods (#4028) 2023-03-19 23:15:59 +00:00
handle_rpc.rs Deprecate exchangeTransitionConfiguration functionality (#4517) 2023-07-31 23:51:39 +00:00
hook.rs Merge remote-tracking branch 'origin/unstable' into capella-update 2022-12-14 13:00:41 +11:00
mock_builder.rs Use only lighthouse types in the mock builder (#4793) 2023-10-03 17:59:28 +00:00
mock_execution_layer.rs Prevent port re-use in HTTP API tests (#4745) 2023-09-20 01:19:03 +00:00
mod.rs Use only lighthouse types in the mock builder (#4793) 2023-10-03 17:59:28 +00:00