Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareShardingInfo ¶
func CompareShardingInfo(ph *eth1Types.Header, vs *eth2Types.PandoraShard) bool
Types ¶
type Config ¶
type Config struct { VerifiedSlotInfoDB db.VerifiedSlotInfoDB InvalidSlotInfoDB db.InvalidSlotInfoDB VanguardPendingShardingCache cache.VanguardShardCache PandoraPendingHeaderCache cache.PandoraHeaderCache VanguardShardFeed iface.VanguardService PandoraHeaderFeed iface2.PandoraService }
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service This part could be moved to other place during refactor, might be registered as a service
func (*Service) SubscribeVerifiedSlotInfoEvent ¶
func (s *Service) SubscribeVerifiedSlotInfoEvent(ch chan<- *types.SlotInfoWithStatus) event.Subscription
Click to show internal directories.
Click to hide internal directories.