Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncCommitteeAggregatorProofSpecTest ¶
type SyncCommitteeAggregatorProofSpecTest struct { Name string Messages []*types.SSVMessage PostDutyRunnerStateRoot string ProofRootsMap map[string]bool // if true then root returned from beacon node will be an aggregator ExpectedError string }
func AllAggregatorQuorum ¶
func AllAggregatorQuorum() *SyncCommitteeAggregatorProofSpecTest
AllAggregatorQuorum tests a quorum of selection proofs of which all are aggregator
func NoneAggregatorQuorum ¶
func NoneAggregatorQuorum() *SyncCommitteeAggregatorProofSpecTest
NoneAggregatorQuorum tests a quorum of selection proofs but none of which are aggregator
func SomeAggregatorQuorum ¶
func SomeAggregatorQuorum() *SyncCommitteeAggregatorProofSpecTest
SomeAggregatorQuorum tests a quorum of selection proofs of which some are aggregator
func (*SyncCommitteeAggregatorProofSpecTest) Run ¶
func (test *SyncCommitteeAggregatorProofSpecTest) Run(t *testing.T)
func (*SyncCommitteeAggregatorProofSpecTest) TestName ¶
func (test *SyncCommitteeAggregatorProofSpecTest) TestName() string
Click to show internal directories.
Click to hide internal directories.