aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/validation.h
Commit message (Collapse)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* [doc] Fix typos in comments, doxygen: Fix comment syntaxMarcoFalke2016-08-221-3/+3
|
* BIP141: Commitment structure and deploymentPieter Wuille2016-06-221-0/+3
| | | | Includes a fix by Suhas Daftuar and LongShao007
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* Add debug message to CValidationState for optional extra informationWladimir J. van der Laan2015-08-061-4/+9
| | | | | | Add a field `strDebugMessage` which can be passed to DoS or Invalid, and queried using GetDebugMessage() to add extra troubleshooting information to the validation state.
* Add absurdly high fee message to validation state (for RPC propagation)Shaul Kfir2015-06-301-4/+4
|
* use const references where appropriatePhilip Kaufmann2015-06-041-1/+1
|
* Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+80