Versions in this module Expand all Collapse all v0 v0.6.2 Apr 3, 2024 v0.6.0 Jan 26, 2024 Changes in this version + var AddressList [][20]byte + var Config2 = FuzzConfig + var DefaultConfig = FuzzConfig + var TopicList [][32]byte + func GetBlock(rs randsrc.RandSrc, h int64, cfg FuzzConfig) (blk *types.Block) + func GetLog(rs randsrc.RandSrc) (log types.Log) + func GetTx(rs randsrc.RandSrc, height int64, idx int, cfg FuzzConfig) (tx types.Tx) + func PrintBlocks(blkList []*types.Block) + func Query(db types.DB, useAddr bool, log types.Log, startHeight, endHeight uint32) map[string]struct + func QueryTxByDst(db types.DB, addr [20]byte, startHeight, endHeight uint32) map[string]struct + func QueryTxBySrc(db types.DB, addr [20]byte, startHeight, endHeight uint32) map[string]struct + func QueryTxBySrcOrDst(db types.DB, addr [20]byte, startHeight, endHeight uint32) map[string]struct + func RunFuzz(rs randsrc.RandSrc, cfg FuzzConfig) + type FuzzConfig struct + DstQueryCount int + MaxLogInTx int + MaxTxInBlock int + QueryCount int + ReplayLastEveryN int64 + SrcDstQueryCount int + SrcQueryCount int + TotalAddressCount int + TotalBlocks int + TotalTopicCount int