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
2018-01-15
Merge #12118: Sort mempool by min(feerate, ancestor_feerate)
Wladimir J. van der Laan
2018-01-13
Use mempool's ancestor sort in transaction selection
Suhas Daftuar
2018-01-09
Sort mempool by min(feerate, ancestor_feerate)
Suhas Daftuar
2018-01-09
Refactor CompareTxMemPoolEntryByDescendantScore
Suhas Daftuar
2018-01-09
Remove unused mempool index
Suhas Daftuar
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-07
Make boost::multi_index comparators const
Suhas Daftuar
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-15
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-10
Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps p...
MarcoFalke
2017-10-13
Add a CValidationInterface::TransactionRemovedFromMempool
Matt Corallo
2017-09-11
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-09-07
Fix CTxMemPoolEntry::UpdateAncestorState: modifySigOps param type int -> int64_t
donaloconnor
2017-09-05
Merge #11164: Fix boost headers included as user instead of system headers
Wladimir J. van der Laan
2017-08-28
Remove redundant explicitly defined copy ctors
Dan Raviv
2017-08-26
Fix boost headers included as user instead of system headers
Dan Raviv
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-06-28
Merge #10685: Clarify CCoinsViewMemPool documentation.
Pieter Wuille
2017-06-27
Clarify CCoinsViewMemPool documentation.
Matt Corallo
2017-06-27
Remove no longer used mempool.exists(outpoint)
Alex Morcos
2017-06-26
Simplify return values of GetCoin/HaveCoin(InCache)
Pieter Wuille
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2017-06-01
Merge #10195: Switch chainstate db and cache to per-txout model
Pieter Wuille
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
Replace CCoins-based CTxMemPool::pruneSpent with isSpent
Pieter Wuille
2017-05-30
Merge #9208: Improve DisconnectTip performance
Wladimir J. van der Laan
2017-05-17
Merge #10196: Bugfix: PrioritiseTransaction updates the mempool tx counter
Pieter Wuille
2017-05-10
[doc] Removing comments about dirty entries on txmempool
Simone Madeo
2017-05-06
Bugfix: PrioritiseTransaction updates the mempool tx counter
Suhas Daftuar
2017-05-04
Add RecursiveDynamicUsage overload for std::shared_ptr
Russell Yanofsky
2017-05-04
Store disconnected block transactions outside mempool during reorg
Suhas Daftuar
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-04-10
Read and Write fee estimate file directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
Make feeEstimator its own global instance of CBlockPolicyEstimator
Alex Morcos
2017-03-19
Fix parameter naming inconsistencies between .h and .cpp files
practicalswift
2017-03-07
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
[rpc] Remove priorityDelta from prioritisetransaction
Alex Morcos
2017-03-03
No longer allow "free" transactions
Alex Morcos
2017-02-28
Merge #9732: [Trivial] Remove nonsense #undef foreach
Wladimir J. van der Laan
2017-02-27
[cleanup] Remove estimatePriority and estimateSmartPriority
Alex Morcos
2017-02-27
[mining] Remove -blockprioritysize.
Alex Morcos
2017-02-21
Removed redundant parameter from mempool.PrioritiseTransaction
gubatron
2017-02-09
Remove nonsense #undef foreach
John Newbery
[next]