lighthouse/beacon_node/store
Paul Hauner bf4e02e2cc Return a specific error for frozen attn states (#2384)
## Issue Addressed

NA

## Proposed Changes

Return a very specific error when at attestation reads shuffling from a frozen `BeaconState`. Previously, this was returning `MissingBeaconState` which indicates a much more serious issue.

## Additional Info

Since `get_inconsistent_state_for_attestation_verification_only` is only called once in `BeaconChain::with_committee_cache`, it is quite easy to reason about the impact of this change.
2021-06-01 06:59:43 +00:00
..
benches Update to the latest libp2p (#2239) 2021-03-02 05:59:49 +00:00
examples Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
src Return a specific error for frozen attn states (#2384) 2021-06-01 06:59:43 +00:00
Cargo.toml Disable snappy in LevelDB to fix build issues (#1983) 2020-11-27 03:01:57 +00:00