Documentation ¶
Index ¶
- func Duplicate() *tests.MsgProcessingSpecTest
- func EmptyHash() *tests.MsgProcessingSpecTest
- func MultiSigner() *tests.MsgProcessingSpecTest
- func Receive() *tests.MsgProcessingSpecTest
- func ReceiveQuorum() *tests.MsgProcessingSpecTest
- func UnexpectedAuthor() *tests.MsgProcessingSpecTest
- func UnknownSigner() *tests.MsgProcessingSpecTest
- func WrongHash() *tests.MsgProcessingSpecTest
- func WrongHeight() *tests.MsgProcessingSpecTest
- func WrongSignature() *tests.MsgProcessingSpecTest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Duplicate ¶
func Duplicate() *tests.MsgProcessingSpecTest
Duplicate tests the receipt of ready msgs. It receives a duplicate msg -> should be no problem, but won't advance
func EmptyHash ¶
func EmptyHash() *tests.MsgProcessingSpecTest
EmptyHash tests a proposal msg received with the wrong height
func MultiSigner ¶
func MultiSigner() *tests.MsgProcessingSpecTest
MultiSigner tests a proposal msg with > 1 signers
func ReceiveQuorum ¶
func ReceiveQuorum() *tests.MsgProcessingSpecTest
ReceiveQuorum tests the receipt of a quorum of ready msg
func UnexpectedAuthor ¶
func UnexpectedAuthor() *tests.MsgProcessingSpecTest
UnexpectedAuthor tests the receipt of ready msgs. It receives a message with an wrong author but this is no problem
func UnknownSigner ¶
func UnknownSigner() *tests.MsgProcessingSpecTest
UnknownSigner tests a single proposal received with an unknown signer
func WrongHash ¶
func WrongHash() *tests.MsgProcessingSpecTest
WrongHash tries to send a VCBCReady msg with the wrong hash
func WrongHeight ¶
func WrongHeight() *tests.MsgProcessingSpecTest
WrongHeight tests a proposal msg received with the wrong height
func WrongSignature ¶
func WrongSignature() *tests.MsgProcessingSpecTest
WrongSignature tests a single proposal received with a wrong signature
Types ¶
This section is empty.