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
/
test
/
mempool_tests.cpp
Age
Commit message (
Expand
)
Author
2017-11-10
tests: Add missing locks to tests
practicalswift
2017-09-11
Force explicit double -> int conversion for CFeeRate constructor
Matt Corallo
2017-03-07
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
[test] Remove priority from tests
Alex Morcos
2017-01-17
Remove unnecessary min fee argument in CTxMemPool constructor
Alex Morcos
2017-01-04
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-15
Merge #7562: Bump transaction version default to 2
Wladimir J. van der Laan
2016-12-08
tiny test fix for mempool_tests
Alex Morcos
2016-12-05
remove internal tracking of mempool conflicts for reporting to wallet
Alex Morcos
2016-12-05
remove external usage of mempool conflict tracking
Alex Morcos
2016-11-19
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-02
trivial: Remove variable unused after refactoring
Daniel Kraft
2016-10-21
Return shared_ptr<CTransaction> from mempool removes
Pieter Wuille
2016-10-21
Make removed and conflicted arguments optional to remove
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-03-14
Add ancestor feerate index to mempool
Suhas Daftuar
2016-03-14
Rename CTxMemPool::remove -> removeRecursive
Suhas Daftuar
2016-02-16
Add tags to mempool's mapTx indices
Suhas Daftuar
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-01
Add a score index to the mempool.
Alex Morcos
2015-11-16
Implement helper class for CTxMemPoolEntry constructor
Alex Morcos
2015-11-13
Fix bug in mempool_tests unit test
Alex Morcos
2015-10-14
Undo GetMinFee-requires-extra-call-to-hit-0
Matt Corallo
2015-10-13
Add reasonable test case for mempool trimming
Matt Corallo
2015-10-13
Reverse the sort on the mempool's feerate index
Suhas Daftuar
2015-09-19
Track transaction packages in CTxMemPoolEntry
Suhas Daftuar
2015-09-19
TxMemPool: Change mapTx to a boost::multi_index_container
Ashley Holman
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-03-26
Keep mempool consistent during block-reorgs
Gavin Andresen