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
2018-12-17
test: Add missing validation locks
MarcoFalke
2018-12-11
Removed implicit CTransaction constructor from tests
lucash-dev
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-29
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-30
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-29
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-06-13
tests: Drop variadic macro
MarcoFalke
2018-06-11
test: Add MempoolAncestryTests
Karl-Johan Alm
2018-05-05
Add Clang thread safety analysis annotations
practicalswift
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-03-21
Fix typos
Dimitris Apostolou
2018-01-15
Merge #12118: Sort mempool by min(feerate, ancestor_feerate)
Wladimir J. van der Laan
2018-01-12
Add test for new ancestor feerate sort behavior
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-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
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
[next]