Versions in this module Expand all Collapse all v3 v3.1.0 May 12, 2022 Changes in this version + func Generate(includeLargeReorg bool) (tests [][]TestInstance, err error) + type AcceptedBlock struct + Block *wire.MsgBlock + IsMainChain bool + IsOrphan bool + Name string + func (b AcceptedBlock) FullBlockTestInstance() + type ExpectedTip struct + Block *wire.MsgBlock + Name string + func (b ExpectedTip) FullBlockTestInstance() + type OrphanOrRejectedBlock struct + Block *wire.MsgBlock + Name string + func (b OrphanOrRejectedBlock) FullBlockTestInstance() + type RejectedBlock struct + Block *wire.MsgBlock + 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() Other modules containing this package github.com/Decred-Next/dcrnd github.com/Decred-Next/dcrnd/blockchain/v8