Versions in this module Expand all Collapse all v0 v0.24.0 Mar 28, 2024 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 BlockDisconnectExpectUTXO struct + BlockHash chainhash.Hash + Expected bool + Name string + OutPoint wire.OutPoint + func (b BlockDisconnectExpectUTXO) 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()