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
/
txvalidationcache_tests.cpp
Age
Commit message (
Expand
)
Author
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-26
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
2017-12-12
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
tests: Add missing locks to tests
practicalswift
2017-11-09
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-09-12
Change AcceptToMemoryPool function signature
Alex Morcos
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-08
Do not shadow upper local variable `state`.
Pavel JanÃk
2017-06-30
Simplify tx validation tests
Pieter Wuille
2017-06-27
Add CheckInputs() unit tests
Suhas Daftuar
2017-01-09
Make ATMP optionally return the CTransactionRefs it replaced
Matt Corallo
2017-01-04
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-21
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-08
Preserve tx version=1 for certain tests
BtcDrak
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-06-22
BIP143: Verification logic
Pieter Wuille
2016-05-16
Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.
Gregory Maxwell
2016-03-21
Implement "feefilter" P2P message.
Alex Morcos
2016-02-02
Move maxTxFee out of mempool
MarcoFalke
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-13
Only call TrimToSize once per reorg/blocks disconnect
Matt Corallo
2015-07-27
Unit test doublespends in new blocks
Gavin Andresen