Versions in this module Expand all Collapse all v1 v1.10.28 Jan 9, 2023 Changes in this version + func Register(stack *node.Node, backend *eth.Ethereum) error + type ConsensusAPI struct + func NewConsensusAPI(eth *eth.Ethereum) *ConsensusAPI + func (api *ConsensusAPI) ExchangeTransitionConfigurationV1(config beacon.TransitionConfigurationV1) (*beacon.TransitionConfigurationV1, error) + func (api *ConsensusAPI) ForkchoiceUpdatedV1(update beacon.ForkchoiceStateV1, payloadAttributes *beacon.PayloadAttributesV1) (beacon.ForkChoiceResponse, error) + func (api *ConsensusAPI) GetPayloadV1(payloadID beacon.PayloadID) (*beacon.ExecutableDataV1, error) + func (api *ConsensusAPI) NewPayloadV1(params beacon.ExecutableDataV1) (beacon.PayloadStatusV1, error) + type FullSyncTester struct + func RegisterFullSyncTester(stack *node.Node, backend *eth.Ethereum, block *types.Block) (*FullSyncTester, error) + func (tester *FullSyncTester) Start() error + func (tester *FullSyncTester) Stop() error