-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the "naive" attestation aggregation strategy #497
Comments
whoops. meant to comment that this is not necessarily scheduled for interop0 |
https://github.com/ethereum/eth2.0-specs/blob/v0.10.1/specs/phase0/validator.md#aggregation-selection is blocking an interop-capable 0.10.x attestation aggregation pending 0.10.x-compatible
|
Current TODOs:
|
There is a new spec in development which specifies a "naive" strategy for attestation aggregation that will be used in the upcoming initial multi-client phase 0 testnets:
https://github.com/ethereum/eth2.0-specs/pull/1440/files
We'll need to implement a large number of validation checks before accepting and re-transmitting the incoming attestations. This depends on our ability to do GossipSub message filtering.
A slightly more sophisticated set of heuristics is being proposed by Proto here:
https://notes.ethereum.org/9Ijj2RkuRiqQYB9NOfY_9Q
They suggest another feature - the ability to prioritise certain messages for transmission.
The text was updated successfully, but these errors were encountered: