Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-06 | Add debug message to CValidationState for optional extra information | Wladimir J. van der Laan | |
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. | |||
2015-06-30 | Add absurdly high fee message to validation state (for RPC propagation) | Shaul Kfir | |
2015-06-26 | Merge pull request #6124 | Wladimir J. van der Laan | |
ffd75ad Enable CHECKLOCKTIMEVERIFY as a standard script verify flag (Peter Todd) bc60b2b Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) (Peter Todd) 48e9c57 Move LOCKTIME_THRESHOLD to src/script/script.h (Peter Todd) 99088d6 Make CScriptNum() take nMaxNumSize as an argument (Peter Todd) | |||
2015-06-04 | use const references where appropriate | Philip Kaufmann | |
2015-05-15 | Consensus: MOVEONLY: Move CValidationState from main consensus/validation | jtimon | |
2015-05-09 | Move LOCKTIME_THRESHOLD to src/script/script.h | Peter Todd | |
Will now be needed by CHECKLOCKTIMEVERIFY code. | |||
2015-04-20 | Consensus: Create consensus/consensus.h with some constants | jtimon | |
2015-04-20 | ensure consistent header comment naming conventions | Philip Kaufmann | |
- BITCOIN_FOLDER_SUBFOLDER_FILENAME_H | |||
2015-04-10 | consensus: don't use arith_uint256 in consensus.h | Cory Fields | |
Requiring arith_uint256 at such a base level is not good for modularity. | |||
2015-03-25 | Consensus: Refactor: Introduce Consensus::Params class | Jorge Timón | |