lighthouse/beacon_node/http_api/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
..
attester_duties.rs Allow for a clock disparity on the duties endpoints (#2283) 2021-03-29 23:42:35 +00:00
block_id.rs Use the forwards iterator more often (#2376) 2021-05-31 04:18:20 +00:00
lib.rs rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
metrics.rs Use advanced state for block production (#2241) 2021-03-04 04:43:31 +00:00
proposer_duties.rs Allow for a clock disparity on the duties endpoints (#2283) 2021-03-29 23:42:35 +00:00
state_id.rs Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
validator_inclusion.rs Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00