lighthouse/beacon_node/execution_layer/src
Pawan Dhananjay f2223feb21 Rust 1.71 lints (#4503)
## Issue Addressed

N/A

## Proposed Changes

Add lints for rust 1.71

[3789134](3789134ae2) is probably the one that needs most attention as it changes beacon state code. I changed the `is_in_inactivity_leak ` function to return a `ArithError` as not all consumers of that function work well with a `BeaconState::Error`.
2023-07-17 00:14:19 +00:00
..
engine_api Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
test_utils Update mev-rs and remove patches (#4496) 2023-07-17 00:14:15 +00:00
block_hash.rs Expose execution block hash calculation (#4326) 2023-06-02 03:17:37 +00:00
engine_api.rs Tidy formatting of Reqwest errors (#4336) 2023-06-27 01:06:50 +00:00
engines.rs Implement el_offline and use it in the VC (#4295) 2023-05-17 05:51:56 +00:00
keccak.rs Verify execution block hashes during finalized sync (#3794) 2023-01-09 03:11:59 +00:00
lib.rs Rust 1.71 lints (#4503) 2023-07-17 00:14:19 +00:00
metrics.rs Reconstruct Payloads using Payload Bodies Methods (#4028) 2023-03-19 23:15:59 +00:00
payload_cache.rs Keep payload cache idempotent (#4256) 2023-05-30 01:38:45 +00:00
payload_status.rs Permit a null LVH from an INVALID response to newPayload (#4037) 2023-03-03 04:12:50 +00:00