Documentation ¶
Index ¶
- func DuplicateMsg() tests.SpecTest
- func DuplicateMsgDifferentRoots() tests.SpecTest
- func InconsistentBeaconSigner() tests.SpecTest
- func InvalidBeaconSignature() tests.SpecTest
- func InvalidDecidedValue() tests.SpecTest
- func InvalidExpectedRoot() tests.SpecTest
- func InvalidMessage() tests.SpecTest
- func InvalidMessageSignature() tests.SpecTest
- func InvalidMessageSlot() tests.SpecTest
- func NoRunningDuty() tests.SpecTest
- func PostFinish() tests.SpecTest
- func PostQuorum() tests.SpecTest
- func PreDecided() tests.SpecTest
- func Quorum() tests.SpecTest
- func Quorum10Operators() tests.SpecTest
- func Quorum13Operators() tests.SpecTest
- func Quorum7Operators() tests.SpecTest
- func TooFewRoots() tests.SpecTest
- func TooManyRoots() tests.SpecTest
- func UnknownSigner() tests.SpecTest
- func UnorderedExpectedRoots() tests.SpecTest
- func ValidMessage() tests.SpecTest
- func ValidMessage10Operators() tests.SpecTest
- func ValidMessage13Operators() tests.SpecTest
- func ValidMessage7Operators() tests.SpecTest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DuplicateMsg ¶
DuplicateMsg tests duplicate SignedPartialSignatureMessage
func DuplicateMsgDifferentRoots ¶
DuplicateMsgDifferentRoots tests duplicate SignedPartialSignatureMessage (from same signer) but with different roots
func InconsistentBeaconSigner ¶
InconsistentBeaconSigner tests a beacon signer != SignedPartialSignatureMessage.signer
func InvalidBeaconSignature ¶
InvalidBeaconSignature tests PartialSignatureMessage signature invalid
func InvalidDecidedValue ¶
InvalidDecidedValue tests an invalid decided value
func InvalidExpectedRoot ¶
InvalidExpectedRoot tests 1 expected root which doesn't match the signed root
func InvalidMessage ¶
InvalidMessage tests a valid SignedPartialSignatureMessage.valid() != nil
func InvalidMessageSignature ¶
InvalidMessageSignature tests PartialSignatureMessage signature invalid
func InvalidMessageSlot ¶
InvalidMessageSlot tests a valid SignedPartialSignatureMessage with an invalid msg slot
func NoRunningDuty ¶
NoRunningDuty tests a valid SignedPartialSignatureMessage without a running duty
func PostFinish ¶
PostFinish tests a valid SignedPartialSignatureMessage post finished runner
func PostQuorum ¶
PostQuorum tests a msg received post post-consensus quorum
func PreDecided ¶
PreDecided tests a valid SignedPartialSignatureMessage sent before decided reached, should error
func Quorum10Operators ¶
Quorum10Operators tests a quorum of valid SignedPartialSignatureMessage 10 operators
func Quorum13Operators ¶
Quorum13Operators tests a quorum of valid SignedPartialSignatureMessage 13 operators
func Quorum7Operators ¶
Quorum7Operators tests a quorum of valid SignedPartialSignatureMessage 7 operators
func TooFewRoots ¶
TooFewRoots tests a valid SignedPartialSignatureMessage with too few roots
func TooManyRoots ¶
TooManyRoots tests a valid SignedPartialSignatureMessage with too many roots
func UnorderedExpectedRoots ¶
UnorderedExpectedRoots tests a valid SignedPartialSignatureMessage with unordered roots
func ValidMessage ¶
ValidMessage tests a valid SignedPartialSignatureMessage with multi PartialSignatureMessages
func ValidMessage10Operators ¶
ValidMessage10Operators tests a valid SignedPartialSignatureMessage with multi PartialSignatureMessages with 10 operators
func ValidMessage13Operators ¶
ValidMessage13Operators tests a valid SignedPartialSignatureMessage with multi PartialSignatureMessages with 13 operators
func ValidMessage7Operators ¶
ValidMessage7Operators tests a valid SignedPartialSignatureMessage with multi PartialSignatureMessages with 7 operators
Types ¶
This section is empty.
Source Files ¶
- duplicate_msg.go
- duplicate_msg_different_roots.go
- duplicate_msg_different_roots_sc.go
- duplicate_msg_sc.go
- inconsistent_beacon_signer.go
- inconsistent_beacon_signer_sc.go
- invalid_beacon_sig.go
- invalid_decided_value.go
- invalid_expected_root.go
- invalid_msg.go
- invalid_msg_sig.go
- invalid_msg_slot.go
- no_running_duty.go
- post_finish.go
- post_quorum.go
- post_quorum_sc.go
- pre_decided.go
- pre_decided_sc.go
- quorum.go
- quorum_10_operators.go
- quorum_13_operators.go
- quorum_7_operators.go
- quorum_7_operators_sc.go
- quorum_sc.go
- too_few_roots.go
- too_many_roots.go
- unknown_signer.go
- unknown_signer_sc.go
- unordered_expected_roots.go
- valid_msg.go
- valid_msg_10_operators.go
- valid_msg_13_operators.go
- valid_msg_7_operators.go