Documentation ¶
Index ¶
- func CreateABAAux() *tests.CreateMsgSpecTest
- func CreateABAConf() *tests.CreateMsgSpecTest
- func CreateABAFinish() *tests.CreateMsgSpecTest
- func CreateABAInit() *tests.CreateMsgSpecTest
- func CreateFillGap() *tests.CreateMsgSpecTest
- func CreateFiller() *tests.CreateMsgSpecTest
- func CreateProposal() *tests.CreateMsgSpecTest
- func CreateVCBCAnswer() *tests.CreateMsgSpecTest
- func CreateVCBCFinal() *tests.CreateMsgSpecTest
- func CreateVCBCReady() *tests.CreateMsgSpecTest
- func CreateVCBCRequest() *tests.CreateMsgSpecTest
- func CreateVCBCSend() *tests.CreateMsgSpecTest
- func GetRoot() *tests.MsgSpecTest
- func MsgDataNil() *tests.MsgSpecTest
- func MsgDataNonZero() *tests.MsgSpecTest
- func MsgNilIdentifier() *tests.MsgSpecTest
- func MsgNonZeroIdentifier() *tests.MsgSpecTest
- func MsgTypeUnknown() *tests.MsgSpecTest
- func ProposalDataInvalid() *tests.MsgSpecTest
- func ProposeDataEncoding() *tests.MsgSpecTest
- func SignedMessageEncoding() *tests.MsgSpecTest
- func SignedMessageSigner0() *tests.MsgSpecTest
- func SignedMsgDuplicateSigners() *tests.MsgSpecTest
- func SignedMsgMultiSigners() *tests.MsgSpecTest
- func SignedMsgNoSigners() *tests.MsgSpecTest
- func SignedMsgSigTooLong() *tests.MsgSpecTest
- func SignedMsgSigTooShort() *tests.MsgSpecTest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateABAAux ¶
func CreateABAAux() *tests.CreateMsgSpecTest
CreateABAAux tests creating a abaaux msg
func CreateABAConf ¶
func CreateABAConf() *tests.CreateMsgSpecTest
CreateABAConf tests creating a abaconf msg
func CreateABAFinish ¶
func CreateABAFinish() *tests.CreateMsgSpecTest
CreateABAFinish tests creating a abafinish msg
func CreateABAInit ¶
func CreateABAInit() *tests.CreateMsgSpecTest
CreateABAInit tests creating a abainit msg
func CreateFillGap ¶
func CreateFillGap() *tests.CreateMsgSpecTest
CreateFillGap tests creating a fillgap msg
func CreateFiller ¶
func CreateFiller() *tests.CreateMsgSpecTest
CreateFiller tests creating a filler msg
func CreateProposal ¶
func CreateProposal() *tests.CreateMsgSpecTest
CreateProposal tests creating a proposal msg
func CreateVCBCAnswer ¶
func CreateVCBCAnswer() *tests.CreateMsgSpecTest
CreateVCBCAnswer tests creating a vcbcanswer msg
func CreateVCBCFinal ¶
func CreateVCBCFinal() *tests.CreateMsgSpecTest
CreateVCBCFinal tests creating a vcbcfinal msg
func CreateVCBCReady ¶
func CreateVCBCReady() *tests.CreateMsgSpecTest
CreateVCBCReady tests creating a vcbcready msg
func CreateVCBCRequest ¶
func CreateVCBCRequest() *tests.CreateMsgSpecTest
CreateVCBCRequest tests creating a vcbcrequest msg
func CreateVCBCSend ¶
func CreateVCBCSend() *tests.CreateMsgSpecTest
CreateVCBCSend tests creating a vcbcsend msg
func MsgNilIdentifier ¶
func MsgNilIdentifier() *tests.MsgSpecTest
MsgNilIdentifier tests Message with Identifier == nil
func MsgNonZeroIdentifier ¶
func MsgNonZeroIdentifier() *tests.MsgSpecTest
MsgNonZeroIdentifier tests Message with len(Identifier) == 0
func MsgTypeUnknown ¶
func MsgTypeUnknown() *tests.MsgSpecTest
MsgTypeUnknown tests Message type > 5
func ProposalDataInvalid ¶
func ProposalDataInvalid() *tests.MsgSpecTest
ProposalDataInvalid tests proposal data len == 0
func ProposeDataEncoding ¶
func ProposeDataEncoding() *tests.MsgSpecTest
ProposeDataEncoding tests encoding ProposalData
func SignedMessageEncoding ¶
func SignedMessageEncoding() *tests.MsgSpecTest
SignedMessageEncoding tests encoding SignedMessage
func SignedMessageSigner0 ¶
func SignedMessageSigner0() *tests.MsgSpecTest
SignedMessageSigner0 tests SignedMessage signer == 0
func SignedMsgDuplicateSigners ¶
func SignedMsgDuplicateSigners() *tests.MsgSpecTest
SignedMsgDuplicateSigners tests SignedMessage with duplicate signers
func SignedMsgMultiSigners ¶
func SignedMsgMultiSigners() *tests.MsgSpecTest
SignedMsgMultiSigners tests SignedMessage with multi signers
func SignedMsgNoSigners ¶
func SignedMsgNoSigners() *tests.MsgSpecTest
SignedMsgNoSigners tests SignedMessage len(signers) == 0
func SignedMsgSigTooLong ¶
func SignedMsgSigTooLong() *tests.MsgSpecTest
SignedMsgSigTooLong tests SignedMessage len(signature) > 96
func SignedMsgSigTooShort ¶
func SignedMsgSigTooShort() *tests.MsgSpecTest
SignedMsgSigTooShort tests SignedMessage len(signature) < 96
Types ¶
This section is empty.
Source Files ¶
- create_abaaux.go
- create_abaconf.go
- create_abafinish.go
- create_abainit.go
- create_filler.go
- create_fillgap.go
- create_proposal.go
- create_vcbcanswer.go
- create_vcbcfinal.go
- create_vcbcready.go
- create_vcbcrequest.go
- create_vcbcsend.go
- msg_data_nil.go
- msg_data_non_zero.go
- msg_nil_identifier.go
- msg_non_zero_identifier.go
- msg_type_unknown.go
- proposal_data_invalid.go
- propose_data_encoding.go
- root.go
- signature_too_long.go
- signature_too_short.go
- signed_msg_duplicate_signers.go
- signed_msg_encoding.go
- signed_msg_multi_signers.go
- signed_msg_no_signers.go
- signed_msg_signer_zero.go