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
2024-03-18
Implement ImprovesFeerateDiagram
Greg Sanders
2024-02-15
scripted-diff: Rename MainSignals to ValidationSignals
TheCharlatan
2024-02-15
[refactor] Make signals optional in mempool and chainman
TheCharlatan
2024-02-09
Merge bitcoin/bitcoin#28948: v3 transaction policy for anti-pinning
Ava Chow
2024-01-18
refactor: remove CTxMemPool::queryHashes()
stickies-v
2024-01-16
[refactor] change Workspace::m_conflicts and adjacent funcs/structs to use Txid
glozow
2023-12-19
[doc]: add doxygen return comment for CheckPackageLimits
ismaelsadeeq
2023-12-17
wallet, mempool: propagete `checkChainLimits` error message to wallet
ismaelsadeeq
2023-11-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-16
Merge bitcoin/bitcoin#28605: Fix typos
fanquake
2023-11-13
Merge bitcoin/bitcoin#28207: mempool: Persist with XOR
Andrew Chow
2023-11-10
scripted-diff: rename vTxHashes to txns_randomized
TheCharlatan
2023-11-10
[refactor] rewrite vTxHashes as a vector of CTransactionRef
glozow
2023-11-10
[refactor] Add helper for retrieving mempool entry
TheCharlatan
2023-11-10
[refactor] Add helper for iterating through mempool entries
stickies-v
2023-11-09
mempool: persist with XOR
MarcoFalke
2023-11-07
doc: fix typos
Sjors Provoost
2023-09-23
Merge bitcoin/bitcoin#28385: [refactor] rewrite DisconnectedBlockTransactions...
fanquake
2023-09-20
Bugfix: Pass correct virtual size to CheckPackageLimits
Luke Dashjr
2023-09-14
Remove MemPoolAccept::m_limits, only have local copies for carveouts
Greg Sanders
2023-09-13
Merge bitcoin/bitcoin#28251: validation: fix coins disappearing mid-package e...
fanquake
2023-09-13
[CCoinsViewMemPool] track non-base coins and allow Reset
glozow
2023-09-13
MOVEONLY: DisconnectedBlockTransactions to its own file
glozow
2023-09-13
rewrite DisconnectedBlockTransactions as a list + map
glozow
2023-09-07
[refactor] batch-add transactions to DisconnectedBlockTransactions
glozow
2023-08-17
move-only: Create src/kernel/mempool_removal_reason.h
MarcoFalke
2023-08-17
Remove unused includes from txmempool.h
MarcoFalke
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-07
doc: Clarify the getmempoolinfo.loaded RPC field documentation
MarcoFalke
2023-08-03
net_processing: drop m_recently_announced_invs bloom filter
Anthony Towns
2023-07-22
refactor: Make more transaction size variables signed
Hennadii Stepanov
2023-06-12
Use `int32_t` type for most transaction size/weight values
Hennadii Stepanov
2023-06-12
Merge bitcoin/bitcoin#27783: Add public Boost headers explicitly
fanquake
2023-06-07
Merge bitcoin/bitcoin#27501: mempool / rpc: add getprioritisedtransactions, d...
Andrew Chow
2023-05-31
Add public Boost headers explicitly
Hennadii Stepanov
2023-05-10
[mempool] add GetPrioritisedTransactions
glozow
2023-03-27
[mempool] find connected mempool entries with GatherClusters(…)
glozow
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-05
refactor: add kernel/cs_main.*
fanquake
2023-01-04
Merge bitcoin/bitcoin#19909: refactor: Remove unused CTxMemPool::clear() helper
glozow
2023-01-03
Merge bitcoin/bitcoin#26289: Use util::Result in for calculating mempool ance...
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-13
mempool: add AssumeCalculateMemPoolAncestors helper function
stickies-v
2022-12-13
mempool: use util::Result for CalculateMemPoolAncestors
stickies-v
2022-12-13
txmempool: Remove unused clear() member function
MarcoFalke
2022-12-12
mempool: use util::Result for CalculateAncestorsAndCheckLimits
stickies-v
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
2022-11-18
Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...
glozow
2022-11-16
refactor: Move `CTxMemPoolEntry` class to its own module
Hennadii Stepanov
2022-11-04
log: mempool: log removal reason in validation interface
James O'Beirne
[next]