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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch naming of AuxPoW activation to match BIPxxHeight style
Ross Nicoll
2021-06-08
1
-13
/
+1
*
Introduce AuxPoW chain parameters
Ross Nicoll
2021-06-05
1
-0
/
+17
*
Add Dogecoin block subsidies
Ross Nicoll
2021-05-30
1
-0
/
+1
*
Make assume valid minimum interval per-chain configurable
Ross Nicoll
2021-05-20
1
-0
/
+2
*
Dogecoin: Update coinbase maturity
Ross Nicoll
2021-05-20
4
-6
/
+20
*
doc: Move assumed-values doxygen comments to header
MarcoFalke
2020-10-15
1
-0
/
+2
*
Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)
Pieter Wuille
2020-10-12
1
-0
/
+1
*
add signet basic support (signet.cpp)
Karl-Johan Alm
2020-09-10
1
-0
/
+7
*
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
|
/
*
refactor: replace pointers by references within tx_verify.{h,cpp}
Sebastian Falbesoner
2020-05-26
2
-7
/
+7
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
Update merkle.cpp
4d55397500
2020-03-18
1
-1
/
+1
*
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
8
-8
/
+8
*
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
3
-18
/
+18
*
[validation] Tidy Up ValidationResult class
John Newbery
2019-10-29
1
-34
/
+29
*
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
5
-72
/
+97
*
consensus: Explain why fCheckDuplicateInputs can not be skipped and remove it
MarcoFalke
2019-10-24
2
-10
/
+11
*
Merge #17004: validation: Remove REJECT code from CValidationState
Wladimir J. van der Laan
2019-10-24
3
-31
/
+16
|
\
|
*
[validation] Remove REJECT code from CValidationState
John Newbery
2019-10-10
3
-31
/
+16
*
|
Remove unused includes
practicalswift
2019-10-15
2
-4
/
+0
|
/
*
Merge #16713: Ignore old versionbit activations to avoid 'unknown softforks' ...
MarcoFalke
2019-09-27
1
-0
/
+3
|
\
|
*
Ignore old versionbit activations
Anthony Towns
2019-09-05
1
-0
/
+3
*
|
Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo...
Wladimir J. van der Laan
2019-09-18
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Added comments referencing multiple CVEs in tests and production code.
lucash-dev
2019-06-02
1
-1
/
+1
*
|
[Consensus] Bury segwit deployment
John Newbery
2019-08-14
1
-1
/
+4
*
|
[Consensus] Bury CSV deployment height
John Newbery
2019-08-14
1
-1
/
+2
*
|
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-1
/
+0
|
/
*
Separate reason for premature spends (coinbase/locktime)
Suhas Daftuar
2019-05-02
2
-2
/
+4
*
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
*
scripted-diff: Remove DoS calls to CValidationState
Matt Corallo
2019-05-02
2
-14
/
+14
*
[refactor] Prep for scripted-diff by removing some \ns which annoy sed.
Matt Corallo
2019-05-02
1
-2
/
+1
*
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
3
-19
/
+94
*
Clean up banning levels
Matt Corallo
2019-05-02
2
-5
/
+5
*
[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
*
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2019-04-09
4
-52
/
+77
*
Update copyright headers to 2018
DrahtBot
2018-12-29
1
-1
/
+1
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
2
-2
/
+2
[next]