mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
ed24f60f70
* remove await/async from sub/unsub * fix unsubscribe wrong key (missed _snappy) * use the right libp2p commit hash * remove unused async * fix inspector * fix subnet calculation in RPC and insert broadcast attestations into node's pool * unify codepaths to ensure only mostly-checked-to-be-valid attestations enter the pool, even from node's own broadcasts * update attestation pool tests for new validateAttestation param Co-authored-by: Dustin Brody <tersec@users.noreply.github.com>