Attestation pool is a memory pool that tracks attestations came from the wire and not yet included into known blocks. It's obviously important to track those attestations for proposers. But it either important part of DoS attack vectors that are based on attestations.
Abstract
Attestation pool is a memory pool that tracks attestations came from the wire and not yet included into known blocks. It's obviously important to track those attestations for proposers. But it either important part of DoS attack vectors that are based on attestations.
Implementation
Here is a basic implementation of AttestationPool.
Improvements