lighthouse/beacon_node/eth2_libp2p/src
realbigsean b84ff9f793 rust 1.53.0 updates (#2411)
## Issue Addressed

`make lint` failing on rust 1.53.0.

## Proposed Changes

1.53.0 updates

## Additional Info

I haven't figure out why yet, we were now hitting the recursion limit in a few crates. So I had to add `#![recursion_limit = "256"]` in a few places


Co-authored-by: realbigsean <seananderson33@gmail.com>
Co-authored-by: Michael Sproul <michael@sigmaprime.io>
2021-06-18 05:58:01 +00:00
..
behaviour split outbound and inbound codecs encoded types (#2410) 2021-06-17 00:40:16 +00:00
discovery rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
peer_manager rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
rpc rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
types Minimum Outbound-Only Peers Requirement (#2356) 2021-05-31 04:18:19 +00:00
config.rs Revert "Network protocol upgrades (#2345)" (#2388) 2021-06-02 01:07:28 +00:00
lib.rs Update libp2p (#2101) 2020-12-23 07:53:36 +00:00
metrics.rs More metrics + RPC tweaks (#2041) 2020-12-08 03:55:50 +00:00
service.rs Revert "Network protocol upgrades (#2345)" (#2388) 2021-06-02 01:07:28 +00:00