Versions in this module Expand all Collapse all v0 v0.1.0 Jan 19, 2024 Changes in this version + type Mempool struct + func (Mempool) CheckTx(_ types.Tx, _ func(*abci.Response), _ mempl.TxInfo) error + func (Mempool) CloseWAL() + func (Mempool) DelAllPrevZeroDataBeforeHeight(height int64) + func (Mempool) DelZeroDataByBTCHeight(btcHeight int64) + func (Mempool) EnableTxsAvailable() + func (Mempool) Flush() + func (Mempool) FlushAppConn() error + func (Mempool) GetConfig() *cfg.MempoolConfig + func (Mempool) GetCurrentZeroData() map[int64]types.ZeroData + func (Mempool) GetEnableDeleteMinGPTx() bool + func (Mempool) GetPendingNonce(address string) (uint64, bool) + func (Mempool) GetPendingPoolTxsBytes() map[string]map[string]types.WrappedMempoolTx + func (Mempool) GetTxSimulateGas(txHash string) int64 + func (Mempool) GetUserPendingTxsCnt(address string) int + func (Mempool) GetZeroDataByBTCHeight(btcHeight int64) (types.ZeroData, error) + func (Mempool) GetZeroDataMinHeight() int64 + func (Mempool) InitWAL() error + func (Mempool) Lock() + func (Mempool) ReapEssentialTx(tx types.Tx) abci.TxEssentials + func (Mempool) ReapMaxTxs(n int) types.Txs + func (Mempool) ReapUserTxs(address string, max int) types.Txs + func (Mempool) ReapUserTxsCnt(address string) int + func (Mempool) SetAccountRetriever(_ mempl.AccountRetriever) + func (Mempool) SetEnableDeleteMinGPTx(enable bool) + func (Mempool) SetEventBus(eventBus types.TxEventPublisher) + func (Mempool) SetTxInfoParser(_ mempl.TxInfoParser) + func (Mempool) SetZeroDataDelivered(btcH int64, value bool) + 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, txs types.Txs, deliverTxResponses []*abci.ResponseDeliverTx, ...) error + func (Mempool) UpdateForBRCZeroData(height int64, btcHeight int64) + func (Mempool) ZeroReorgChan() <-chan int64 + func (m Mempool) GetAddressList() []string + func (m Mempool) GetTxByHash(hash [sha256.Size]byte) (types.Tx, error)