Age | Commit message (Expand) | Author |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-11-03 | [validation] Add CChainState::ProcessTransaction() | John Newbery |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-09-10 | validation: move GetWitnessCommitmentIndex to consensus/validation | Karl-Johan Alm |
2020-08-04 | Add txids with non-standard inputs to reject filter | Suhas Daftuar |
2020-07-22 | Merge #18044: Use wtxid for transaction relay | Wladimir J. van der Laan |
2020-07-19 | Make TX_WITNESS_STRIPPED its own rejection reason | Suhas Daftuar |
2020-07-15 | refactor: Switch ValidationState mode to C++11 enum class | MarcoFalke |
2020-02-27 | Templatize ValidationState instead of subclassing | Jeffrey Czyz |
2020-02-27 | Remove ValidationState's constructor | Jeffrey Czyz |
2020-02-27 | Refactor FormatStateMessage into ValidationState | Jeffrey Czyz |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-11-27 | net: Fix uninitialized read in ProcessMessage(...) | practicalswift |
2019-10-29 | [validation] Remove fMissingInputs from AcceptToMemoryPool() | John Newbery |
2019-10-29 | [validation] Remove useless ret parameter from Invalid() | John Newbery |
2019-10-29 | [validation] Tidy Up ValidationResult class | John Newbery |
2019-10-29 | [validation] Add CValidationState subclasses | John Newbery |
2019-10-10 | [validation] Remove REJECT code from CValidationState | John Newbery |
2019-05-02 | Separate reason for premature spends (coinbase/locktime) | Suhas Daftuar |
2019-05-02 | Assert validation reasons are contextually correct | Suhas Daftuar |
2019-05-02 | [refactor] Drop unused state.DoS(), state.GetDoS(), state.CorruptionPossible() | Matt Corallo |
2019-05-02 | Allow use of state.Invalid() for all reasons | Matt Corallo |
2019-05-02 | [refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossible | Matt Corallo |
2019-05-02 | [refactor] Add useful-for-dos "reason" field to CValidationState | Matt Corallo |
2019-05-02 | [refactor] drop IsInvalid(nDoSOut) | Matt Corallo |
2019-05-02 | [refactor] Refactor misbehavior ban decisions to MaybePunishNode() | Matt Corallo |
2018-09-11 | Drop unused GetType() from CSizeComputer | Ben Woosley |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-03-21 | Fix typos | practicalswift |
2018-03-09 | Calculate and store the number of bytes required to spend an input | Andrew Chow |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-15 | Trivial: Fix validation comments | Dan Raviv |
2017-07-14 | Remove confusing MAX_BLOCK_BASE_SIZE. | Gregory Maxwell |
2017-06-09 | Comment out unused constant REJECT_DUST | practicalswift |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-08-22 | [doc] Fix typos in comments, doxygen: Fix comment syntax | MarcoFalke |
2016-06-22 | BIP141: Commitment structure and deployment | Pieter Wuille |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-08-06 | Add debug message to CValidationState for optional extra information | Wladimir J. van der Laan |
2015-06-30 | Add absurdly high fee message to validation state (for RPC propagation) | Shaul Kfir |
2015-06-04 | use const references where appropriate | Philip Kaufmann |
2015-05-15 | Consensus: MOVEONLY: Move CValidationState from main consensus/validation | jtimon |