index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
consensus
/
validation.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
validation: move GetWitnessCommitmentIndex to consensus/validation
Karl-Johan Alm
2020-09-10
1
-0
/
+27
*
Add txids with non-standard inputs to reject filter
Suhas Daftuar
2020-08-04
1
-1
/
+2
*
Merge #18044: Use wtxid for transaction relay
Wladimir J. van der Laan
2020-07-22
1
-1
/
+5
|
\
|
*
Make TX_WITNESS_STRIPPED its own rejection reason
Suhas Daftuar
2020-07-19
1
-1
/
+5
*
|
refactor: Switch ValidationState mode to C++11 enum class
MarcoFalke
2020-07-15
1
-14
/
+16
|
/
*
Templatize ValidationState instead of subclassing
Jeffrey Czyz
2020-02-27
1
-39
/
+13
*
Remove ValidationState's constructor
Jeffrey Czyz
2020-02-27
1
-2
/
+1
*
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-27
1
-0
/
+12
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
net: Fix uninitialized read in ProcessMessage(...)
practicalswift
2019-11-27
1
-2
/
+2
*
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
1
-6
/
+1
*
[validation] Remove useless ret parameter from Invalid()
John Newbery
2019-10-29
1
-4
/
+4
*
[validation] Tidy Up ValidationResult class
John Newbery
2019-10-29
1
-34
/
+29
*
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
1
-52
/
+77
*
[validation] Remove REJECT code from CValidationState
John Newbery
2019-10-10
1
-17
/
+2
*
Separate reason for premature spends (coinbase/locktime)
Suhas Daftuar
2019-05-02
1
-1
/
+3
*
Assert validation reasons are contextually correct
Suhas Daftuar
2019-05-02
1
-0
/
+26
*
[refactor] Drop unused state.DoS(), state.GetDoS(), state.CorruptionPossible()
Matt Corallo
2019-05-02
1
-38
/
+2
*
Allow use of state.Invalid() for all reasons
Matt Corallo
2019-05-02
1
-6
/
+8
*
[refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossible
Matt Corallo
2019-05-02
1
-16
/
+5
*
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
1
-5
/
+80
*
[refactor] drop IsInvalid(nDoSOut)
Matt Corallo
2019-05-02
1
-7
/
+0
*
[refactor] Refactor misbehavior ban decisions to MaybePunishNode()
Matt Corallo
2019-05-02
1
-0
/
+1
*
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-11
1
-3
/
+3
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Fix typos
practicalswift
2018-03-21
1
-1
/
+1
*
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-09
1
-0
/
+5
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-4
/
+4
*
Trivial: Fix validation comments
Dan Raviv
2017-09-15
1
-6
/
+5
*
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-14
1
-0
/
+18
*
Comment out unused constant REJECT_DUST
practicalswift
2017-06-09
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-08-22
1
-3
/
+3
*
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
1
-0
/
+3
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Add debug message to CValidationState for optional extra information
Wladimir J. van der Laan
2015-08-06
1
-4
/
+9
*
Add absurdly high fee message to validation state (for RPC propagation)
Shaul Kfir
2015-06-30
1
-4
/
+4
*
use const references where appropriate
Philip Kaufmann
2015-06-04
1
-1
/
+1
*
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-15
1
-0
/
+80