index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
txmempool.h
Age
Commit message (
Expand
)
Author
2022-08-04
[doc] remove non-signaling mentions of BIP125
glozow
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Remove ::fIsBareMultisigStd global
MacroFake
2022-08-02
Remove ::dustRelayFee
MacroFake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-08-02
Remove ::fRequireStandard global
MacroFake
2022-07-15
mempool: Improve comments for [GS]etLoadTried
Carl Dong
2022-07-15
scripted-diff: Rename m_is_loaded -> m_load_tried
Carl Dong
2022-07-06
Introduce `mempoolfullrbf` node setting.
Antoine Riard
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-28
mempool: Use m_limit for UpdateTransactionsFromBlock
Carl Dong
2022-06-28
mempool: Introduce (still-unused) MemPoolLimits
Carl Dong
2022-06-28
mempool: Pass in -mempoolexpiry instead of referencing gArgs
Carl Dong
2022-06-28
mempool: Make GetMinFee() with custom size protected
Carl Dong
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-22
refactor: Replace feeDelta by m_modified_fee
MarcoFalke
2022-03-21
Use CAmount for fee delta and modified fee
MarcoFalke
2022-01-25
Merge bitcoin/bitcoin#21464: Mempool Update Cut-Through Optimization
fanquake
2022-01-18
Replace `struct update_lock_points` with lambda
glozow
2022-01-18
document and clean up MaybeUpdateMempoolForReorg
glozow
2022-01-03
Merge bitcoin/bitcoin#23683: bug fix: valid but different LockPoints after a ...
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-08
Mempool Update Cut-Through Optimization
Jeremy Rubin
2021-12-06
MOVEONLY: update_lock_points to txmempool.h
glozow
2021-12-02
clean up txmempool includes
glozow
2021-12-02
change TestLockPointValidity to take a const reference
glozow
2021-11-30
Break validation <-> txmempool circular dependency
glozow
2021-11-30
MOVEONLY: TestLockPointValidity to txmempool
glozow
2021-11-03
Merge bitcoin/bitcoin#23211: refactor: move `update_*` structs from txmempool...
MarcoFalke
2021-10-25
Merge bitcoin/bitcoin#23157: txmempool -/-> validation 1/2: improve performan...
MarcoFalke
2021-10-22
remove unused CTxMemPool::info(const uint256& txid)
MarcoFalke
2021-10-21
[mempool] delete exists(uint256) function
glozow
2021-10-12
Fix outdated comments referring to ::ChainActive()
Samuel Dobson
2021-10-07
refactor: move `update_*` structs from txmempool.h to .cpp file
Sebastian Falbesoner
2021-10-04
[refactor] pass coinsview and height to check()
glozow
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-21
Use C++11 member initializer in CTxMemPoolEntry
MarcoFalke
2021-09-20
Merge bitcoin/bitcoin#12677: RPC: Add ancestor{count,size,fees} to listunspen...
W. J. van der Laan
2021-08-05
[mempool] check ancestor/descendant limits for packages
glozow
2021-08-05
[refactor] pass size/count instead of entry to CalculateAncestorsAndCheckLimits
glozow
2021-08-05
MOVEONLY: add helper function for calculating ancestors and checking limits
glozow
2021-08-01
Expose ancestorsize and ancestorfees via getTransactionAncestry
Luke Dashjr
2021-06-02
[refactor] comment/naming improvements
glozow
2021-05-27
Merge bitcoin/bitcoin#20833: rpc/validation: enable packages through testmemp...
W. J. van der Laan
2021-05-21
txmempool: add thread safety annotations
Anthony Towns
2021-05-20
[coins/mempool] extend CCoinsViewMemPool to track temporary coins
glozow
2021-03-18
fuzz: Add tx_pool fuzz targets
MarcoFalke
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
[next]