lighthouse/beacon_node/network/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
..
attestation_service rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
beacon_processor Make less logs for attn with unknown head (#2395) 2021-06-07 02:34:09 +00:00
router Handle early blocks (#2155) 2021-02-24 03:08:52 +00:00
service Clippy 1.49.0 updates and dht persistence test fix (#2156) 2021-01-19 00:34:28 +00:00
sync rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
error.rs Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
lib.rs Upgrade to tokio 0.3 (#1839) 2020-11-28 05:30:57 +00:00
metrics.rs Handle early blocks (#2155) 2021-02-24 03:08:52 +00:00
nat.rs rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
persisted_dht.rs Revert "Network protocol upgrades (#2345)" (#2388) 2021-06-02 01:07:28 +00:00
service.rs Revert "Network protocol upgrades (#2345)" (#2388) 2021-06-02 01:07:28 +00:00
status.rs Move some rpc processing to the beacon_processor (#1936) 2020-11-19 23:33:44 +00:00