aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move CTxInWitness inside CTxInPieter Wuille2016-12-041-12/+11
* Merge #9014: Fix block-connection performance regressionWladimir J. van der Laan2016-12-051-23/+39
|\
| * Document ConnectBlock connectTrace postconditionsMatt Corallo2016-12-041-0/+4
| * Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo2016-12-041-7/+2
| * Make the optional pblock in ActivateBestChain a shared_ptrMatt Corallo2016-12-041-6/+11
| * Create a shared_ptr for the block we're connecting in ActivateBCSMatt Corallo2016-12-041-8/+8
| * Keep blocks as shared_ptrs, instead of copying txn in ConnectTipMatt Corallo2016-12-041-9/+16
| * Add struct to track block-connect-time-generated info for callbacksMatt Corallo2016-12-041-14/+19
* | Make CTransaction actually immutablePieter Wuille2016-12-021-4/+4
* | Switch GetTransaction to returning a CTransactionRefPieter Wuille2016-12-021-4/+4
|/
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-0/+4190