Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllAggregatorQuorum ¶
AllAggregatorQuorum tests a quorum of selection proofs of which all are aggregator
func NoneAggregatorQuorum ¶
NoneAggregatorQuorum tests a quorum of selection proofs but none of which are aggregator
func SomeAggregatorQuorum ¶
SomeAggregatorQuorum tests a quorum of selection proofs of which some are aggregator
Types ¶
type SyncCommitteeAggregatorProofSpecTest ¶
type SyncCommitteeAggregatorProofSpecTest struct { Name string Messages []*types.SignedSSVMessage PostDutyRunnerStateRoot string PostDutyRunnerState string ProofRootsMap map[string]bool // if true then root returned from beacon node will be an aggregator ExpectedError string }
func (*SyncCommitteeAggregatorProofSpecTest) GetPostState ¶
func (test *SyncCommitteeAggregatorProofSpecTest) GetPostState() (interface{}, error)
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.