Versions in this module Expand all Collapse all v0 v0.0.1 May 24, 2021 Changes in this version + func Generate(includeLargeReorg bool) (tests [][]TestInstance, err error) + type AcceptedBlock struct + Block *wire.MsgBlock + Height int32 + IsMainChain bool + IsOrphan bool + Name string + func (b AcceptedBlock) FullBlockTestInstance() + type ExpectedTip struct + Block *wire.MsgBlock + Height int32 + Name string + func (b ExpectedTip) FullBlockTestInstance() + type OrphanOrRejectedBlock struct + Block *wire.MsgBlock + Height int32 + Name string + func (b OrphanOrRejectedBlock) FullBlockTestInstance() + type RejectedBlock struct + Block *wire.MsgBlock + Height int32 + Name string + RejectCode blockchain.ErrorCode + func (b RejectedBlock) FullBlockTestInstance() + type RejectedNonCanonicalBlock struct + Height int32 + Name string + RawBlock []byte + func (b RejectedNonCanonicalBlock) FullBlockTestInstance() + type TestInstance interface + FullBlockTestInstance func()