lighthouse/validator_client
Michael Sproul 6583ce325b Minify slashing protection interchange data (#2380)
## Issue Addressed

Closes #2354

## Proposed Changes

Add a `minify` method to `slashing_protection::Interchange` that keeps only the maximum-epoch attestation and maximum-slot block for each validator. Specifically, `minify` constructs "synthetic" attestations (with no `signing_root`) containing the maximum source epoch _and_ the maximum target epoch from the input. This is equivalent to the `minify_synth` algorithm that I've formally verified in this repository:

https://github.com/michaelsproul/slashing-proofs

## Additional Info

Includes the JSON loading optimisation from #2347
2021-06-21 05:46:36 +00:00
..
slashing_protection Minify slashing protection interchange data (#2380) 2021-06-21 05:46:36 +00:00
src rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
Cargo.toml Monitoring service api (#2251) 2021-05-26 05:58:41 +00:00