Age | Commit message (Expand) | Author |
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-05-26 | refactor: replace pointers by references within tx_verify.{h,cpp} | Sebastian Falbesoner |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-03-18 | Update merkle.cpp | 4d55397500 |
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-24 | consensus: Explain why fCheckDuplicateInputs can not be skipped and remove it | MarcoFalke |
2019-10-24 | Merge #17004: validation: Remove REJECT code from CValidationState | Wladimir J. van der Laan |
2019-10-15 | Remove unused includes | practicalswift |
2019-10-10 | [validation] Remove REJECT code from CValidationState | John Newbery |
2019-09-27 | Merge #16713: Ignore old versionbit activations to avoid 'unknown softforks' ... | MarcoFalke |
2019-09-18 | Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo... | Wladimir J. van der Laan |
2019-09-05 | Ignore old versionbit activations | Anthony Towns |
2019-08-14 | [Consensus] Bury segwit deployment | John Newbery |
2019-08-14 | [Consensus] Bury CSV deployment height | John Newbery |
2019-06-02 | Added comments referencing multiple CVEs in tests and production code. | lucash-dev |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
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 | scripted-diff: Remove DoS calls to CValidationState | Matt Corallo |
2019-05-02 | [refactor] Prep for scripted-diff by removing some \ns which annoy sed. | 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 | Clean up banning levels | Matt Corallo |
2019-05-02 | [refactor] drop IsInvalid(nDoSOut) | Matt Corallo |
2019-05-02 | [refactor] Refactor misbehavior ban decisions to MaybePunishNode() | Matt Corallo |
2019-04-09 | [build] Move CheckTransaction from lib_server to lib_consensus | John Newbery |
2018-12-29 | Update copyright headers to 2018 | DrahtBot |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-09-11 | Drop unused GetType() from CSizeComputer | Ben Woosley |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-24 | scripted-diff: Remove trailing whitespaces | João Barbosa |
2018-05-29 | [MOVEONLY] Move unused Merkle branch code to tests | Pieter Wuille |
2018-05-29 | Use SHA256D64 in Merkle root computation | Pieter Wuille |
2018-04-13 | Use P2SH consensus rules for all blocks | Suhas Daftuar |
2018-03-22 | Fix missing or inconsistent include guards | practicalswift |
2018-03-21 | Fix typos | practicalswift |
2018-03-09 | Calculate and store the number of bytes required to spend an input | Andrew Chow |