lighthouse-pulse/common
Michael Sproul 90cef1db86 Appease Clippy 1.68 and refactor http_api ()
## Proposed Changes

Two tiny updates to satisfy Clippy 1.68

Plus refactoring of the `http_api` into less complex types so the compiler can chew and digest them more easily.

Co-authored-by: Michael Sproul <michael@sigmaprime.io>
2023-03-13 01:40:03 +00:00
..
account_utils Clippy lints for rust 1.66 () 2022-12-16 04:04:00 +00:00
clap_utils Verify execution block hashes during finalized sync () 2023-01-09 03:11:59 +00:00
compare_fields Clippy 1.67 () 2023-01-27 09:48:42 +00:00
compare_fields_derive Appease Clippy 1.68 and refactor http_api () 2023-03-13 01:40:03 +00:00
deposit_contract Update discv5 () 2022-10-28 05:40:06 +00:00
directory Update to Rust 1.59 and 2021 edition () 2022-02-25 00:10:17 +00:00
eth2 Optimise payload attributes calculation and add SSE () 2023-03-05 23:43:30 +00:00
eth2_config Delete Kiln and Ropsten configs () 2023-03-01 06:16:14 +00:00
eth2_interop_keypairs Update and consolidate dependencies () 2022-04-04 00:26:16 +00:00
eth2_network_config Set Capella fork epoch for Goerli () 2023-03-07 03:06:52 +00:00
eth2_wallet_manager Replace OpenOptions::new with File::options to be readable () 2022-03-07 06:30:18 +00:00
filesystem Fix rust 1.65 lints () 2022-11-04 07:43:43 +00:00
lighthouse_metrics Support histogram buckets () 2022-09-13 01:57:44 +00:00
lighthouse_version Release v3.5.1 () 2023-03-07 07:57:39 +00:00
lockfile Replace OpenOptions::new with File::options to be readable () 2022-03-07 06:30:18 +00:00
logging Add log debounce to work processor () 2022-03-07 06:30:17 +00:00
lru_cache Enforce a timeout on peer disconnect () 2023-02-14 03:25:42 +00:00
malloc_utils Switch allocator to jemalloc () 2023-01-20 04:19:29 +00:00
monitoring_api Remove fallback support from eth1 service () 2022-10-04 08:33:39 +00:00
oneshot_broadcast Fix concurrency issue with oneshot_broadcast () 2022-09-21 10:52:14 +00:00
sensitive_url Fix lints for Rust 1.63 () 2022-08-12 00:56:39 +00:00
slot_clock Improve testing slot clock to allow manipulation of time in tests () 2023-02-16 23:34:32 +00:00
system_health Health Endpoints for UI () 2022-11-15 05:21:26 +00:00
target_check Update to Rust 1.59 and 2021 edition () 2022-02-25 00:10:17 +00:00
task_executor Enable proposer boost re-orging () 2022-12-13 09:57:26 +00:00
test_random_derive Update to Rust 1.59 and 2021 edition () 2022-02-25 00:10:17 +00:00
unused_port Engine API v1.0.0.alpha.6 + interop tests () 2022-02-17 21:47:06 +00:00
validator_dir Clippy lints for rust 1.66 () 2022-12-16 04:04:00 +00:00
warp_utils Appease Clippy 1.68 and refactor http_api () 2023-03-13 01:40:03 +00:00
README.md Directory Restructure () 2020-05-18 21:24:23 +10:00

eth2

Common crates containing eth2-specific logic.