erigon-pulse/cmd/lightclient/rpc
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
..
lightrpc Adding VoluntaryExit, ProposerSlashing, and AttesterSlashing topics to pubsub service (#5851) 2022-10-24 17:52:49 +02:00
proto Adding VoluntaryExit, ProposerSlashing, and AttesterSlashing topics to pubsub service (#5851) 2022-10-24 17:52:49 +02:00
common.go Adding VoluntaryExit, ProposerSlashing, and AttesterSlashing topics to pubsub service (#5851) 2022-10-24 17:52:49 +02:00
Makefile Refactored and got rid of ton of useless code (#5690) 2022-10-10 20:14:07 +02:00