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.cpp
Age
Commit message (
Expand
)
Author
2024-07-01
random: get rid of GetRand by inlining
Pieter Wuille
2024-05-17
[[refactor]] Check CTxMemPool options in constructor
TheCharlatan
2024-05-06
refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...
Luke Dashjr
2024-04-22
Avoid explicitly computing diagram; compare based on chunks
Pieter Wuille
2024-03-26
CalculateFeerateDiagramsForRBF: update misleading description of old diagram ...
Greg Sanders
2024-03-26
CalculateFeerateDiagramsForRBF: remove size tie-breaking from chunking conflicts
Greg Sanders
2024-03-18
Implement ImprovesFeerateDiagram
Greg Sanders
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-17
wallet, mempool: propagete `checkChainLimits` error message to wallet
ismaelsadeeq
2023-12-01
Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/...
Andrew Chow
2023-11-28
Merge bitcoin/bitcoin#28903: refactor: Make CTxMemPoolEntry only explicitly c...
Andrew Chow
2023-11-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-22
tx fees, policy: update `CBlockPolicyEstimator::processBlock` parameter
ismaelsadeeq
2023-11-22
CValidationInterface, mempool: add new callback to `CValidationInterface`
ismaelsadeeq
2023-11-22
tx fees, policy: bugfix: move `removeTx` into reason != `BLOCK` condition
ismaelsadeeq
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-17
refactor: Make CTxMemPoolEntry only explicitly copyable
TheCharlatan
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-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-09-20
Handle over-sized (in virtual bytes) packages with no in-mempool ancestors
Greg Sanders
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-08-17
move-only: Create src/kernel/mempool_removal_reason.h
MarcoFalke
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
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-14
refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN supp
MarcoFalke
2023-06-12
Remove txmempool implicit-integer-sign-change sanitizer suppressions
Hennadii Stepanov
2023-06-12
Use `int32_t` type for most transaction size/weight values
Hennadii Stepanov
2023-06-07
Merge bitcoin/bitcoin#27501: mempool / rpc: add getprioritisedtransactions, d...
Andrew Chow
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-19
Merge bitcoin/bitcoin#27021: Implement Mini version of BlockAssembler to calc...
glozow
2023-05-10
[mempool] clear mapDeltas entry if prioritisetransaction sets delta to 0
glozow
2023-05-10
[mempool] add GetPrioritisedTransactions
glozow
2023-05-10
txmempool: have CompareDepthAndScore sort missing txs first
Anthony Towns
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-27
[mempool] find connected mempool entries with GatherClusters(…)
glozow
2023-03-20
Merge bitcoin/bitcoin#26531: mempool: Add mempool tracepoints
Andrew Chow
2023-03-20
Add mempool tracepoints
virtu
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
[next]