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