lighthouse/beacon_node/lighthouse_network/src
Akihito Nakano 98a9626ef5 Bump the MSRV to 1.62 and using #[derive(Default)] on enums (#3304)
## Issue Addressed

N/A

## Proposed Changes

Since Rust 1.62, we can use `#[derive(Default)]` on enums.  

https://blog.rust-lang.org/2022/06/30/Rust-1.62.0.html#default-enum-variants

There are no changes to functionality in this PR, just replaced the `Default` trait implementation with `#[derive(Default)]`.
2022-07-15 07:31:19 +00:00
..
behaviour Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
discovery [refactor] Refactor Option/Result combinators (#3180) 2022-05-16 01:59:47 +00:00
peer_manager Bump the MSRV to 1.62 and using #[derive(Default)] on enums (#3304) 2022-07-15 07:31:19 +00:00
rpc Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
types Bump the MSRV to 1.62 and using #[derive(Default)] on enums (#3304) 2022-07-15 07:31:19 +00:00
config.rs Filter non global ips from discovery (#3023) 2022-03-02 03:14:27 +00:00
lib.rs libp2p upgrade + gossipsub interval fix (#3012) 2022-02-10 04:12:03 +00:00
metrics.rs Retry gossipsub messages when insufficient peers (#2964) 2022-02-03 01:12:30 +00:00
service.rs Custom RPC request management for sync (#3029) 2022-03-02 22:07:17 +00:00