erigon-pulse/cmd/lightclient/sentinel/service
Mike Neuder 4b5880e8d3
Adding VoluntaryExit, ProposerSlashing, and AttesterSlashing topics to pubsub service (#5851)
This is a follow on PR in support of
https://github.com/ledgerwatch/erigon/issues/5824. See
https://github.com/ledgerwatch/erigon/pull/5841 for the
`beacon_aggregate_and_proof` topic.

This PR adds support for the `voluntary_exit, proposer_slashing, and
attester_slashing` topics as defined in the phase 0 spec
https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/p2p-interface.md#global-topics.

The CL types were already defined so this just adds the listening to the
pub sub service.
2022-10-24 17:52:49 +02:00
..
notifiers.go refactored streaming with protobuffers (#5677) 2022-10-09 17:49:27 +02:00
service.go Adding VoluntaryExit, ProposerSlashing, and AttesterSlashing topics to pubsub service (#5851) 2022-10-24 17:52:49 +02:00
start.go Adding VoluntaryExit, ProposerSlashing, and AttesterSlashing topics to pubsub service (#5851) 2022-10-24 17:52:49 +02:00