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
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-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