Versions in this module Expand all Collapse all v0 v0.31.7 Jun 4, 2019 v0.31.6 May 30, 2019 Changes in this version + type Mempool struct + func (Mempool) CheckTx(_ types.Tx, _ func(*abci.Response)) error + func (Mempool) CheckTxWithInfo(_ types.Tx, _ func(*abci.Response), _ mempl.TxInfo) error + func (Mempool) CloseWAL() + func (Mempool) EnableTxsAvailable() + func (Mempool) Flush() + func (Mempool) FlushAppConn() error + func (Mempool) InitWAL() + func (Mempool) Lock() + func (Mempool) ReapMaxBytesMaxGas(_, _ int64) types.Txs + func (Mempool) ReapMaxTxs(n int) types.Txs + func (Mempool) Size() int + func (Mempool) TxsAvailable() <-chan struct{} + func (Mempool) TxsBytes() int64 + func (Mempool) TxsFront() *clist.CElement + func (Mempool) TxsWaitChan() <-chan struct{} + func (Mempool) Unlock() + func (Mempool) Update(_ int64, _ types.Txs, _ []*abci.ResponseDeliverTx, _ mempl.PreCheckFunc, ...) error