lighthouse/beacon_node/http_api
zhiqiangxu 609819bb4d attester_duties: remove unnecessary case (#4614)
Since `tolerant_current_epoch` is expected to be either `current_epoch` or `current_epoch+1`, we can eliminate a case here. 

And added a comment about `compute_historic_attester_duties` , since `RelativeEpoch::from_epoch` will only allow `request_epoch == current_epoch-1` when `request_epoch < current_epoch`.
2023-08-17 02:37:30 +00:00
..
src attester_duties: remove unnecessary case (#4614) 2023-08-17 02:37:30 +00:00
tests Use BeaconProcessor for API requests (#4462) 2023-08-08 23:30:15 +00:00
Cargo.toml Use BeaconProcessor for API requests (#4462) 2023-08-08 23:30:15 +00:00