lighthouse/beacon_node
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
..
beacon_chain Use only lighthouse types in the mock builder (#4793) 2023-10-03 17:59:28 +00:00
beacon_processor Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
builder_client Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
client Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
eth1 Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
execution_layer Use only lighthouse types in the mock builder (#4793) 2023-10-03 17:59:28 +00:00
genesis Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
http_api Use only lighthouse types in the mock builder (#4793) 2023-10-03 17:59:28 +00:00
http_metrics Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
lighthouse_network Allow libp2p to determine listening addresses (#4700) 2023-10-03 04:57:20 +00:00
network Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
operation_pool Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
src Fix cli options (#4772) 2023-09-22 12:00:51 +00:00
store Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
tests Appease Clippy 1.68 and refactor http_api (#4068) 2023-03-13 01:40:03 +00:00
timer Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
Cargo.toml Release v4.5.0 (#4768) 2023-09-25 05:14:01 +00:00