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
*
really s/Doge/Dis/g this time
Tomo Ueda
2021-09-02
1
-1
/
+1
*
Fixate BIP65 softfork heights
Patrick Lodder
2021-02-13
1
-1
/
+1
*
Clean up RPC tests (#1465)
Ross Nicoll
2018-09-19
1
-2
/
+0
*
Initialise left/right consensus branches to null (#1435)
Ross Nicoll
2018-09-19
1
-2
/
+2
*
Move COINBASE_MATURITY to the consensus parameters (#1426)
Ross Nicoll
2018-09-19
2
-5
/
+2
*
Modify chain consensus parameters to be height aware (#1396)
Ross Nicoll
2018-09-19
1
-13
/
+11
*
Change BIP65/66 enforcement to match Dogecoin (#1403)
Ross Nicoll
2018-09-19
1
-1
/
+6
*
Merge AuxPoW support from Namecore
Ross Nicoll
2018-09-19
1
-0
/
+18
*
Replace consensus values with Dogecoin equivalents
Ross Nicoll
2018-09-19
1
-1
/
+5
*
[trivial] Fix typos in comments
practicalswift
2017-01-27
1
-1
/
+1
*
Introduce assumevalid setting to skip presumed valid scripts.
Gregory Maxwell
2017-01-13
1
-0
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
4
-4
/
+4
*
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-3
/
+3
*
IBD check uses minimumchain work instead of checkpoints.
Gregory Maxwell
2016-11-02
1
-0
/
+1
*
Define start and end time for segwit deployment
Pieter Wuille
2016-10-17
1
-1
/
+1
*
Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos
Wladimir J. van der Laan
2016-08-28
1
-3
/
+3
|
\
|
*
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-08-22
1
-3
/
+3
*
|
Consensus: Remove ISM
NicolasDorier
2016-07-23
1
-4
/
+4
*
|
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
1
-2
/
+2
|
/
*
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-3
/
+9
*
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
4
-0
/
+21
*
Implement BIP 9 GBT changes
Luke Dashjr
2016-06-06
1
-0
/
+1
*
Add CHECKSEQUENCEVERIFY softfork through BIP9
Pieter Wuille
2016-03-18
1
-0
/
+1
*
Add testing of ComputeBlockVersion
Suhas Daftuar
2016-03-15
1
-1
/
+2
*
BIP9 Implementation
Pieter Wuille
2016-03-15
1
-0
/
+28
*
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-12
1
-1
/
+4
|
\
|
*
Implement SequenceLocks functions
Alex Morcos
2016-02-10
1
-1
/
+4
*
|
Add missing copyright headers
MarcoFalke
2016-01-05
1
-0
/
+4
*
|
Bump copyright headers to 2015
MarcoFalke
2015-12-13
3
-3
/
+3
|
/
*
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-27
2
-0
/
+35
*
Add merkle.{h,cpp}, generic merkle root/branch algorithm
Pieter Wuille
2015-11-27
2
-0
/
+169
*
Merge pull request #6931
Pieter Wuille
2015-11-12
1
-0
/
+3
|
\
|
*
Make skipping BIP30 check chain agnostic
Alex Morcos
2015-11-02
1
-0
/
+3
*
|
Restore MedianTimePast for locktime.
Gregory Maxwell
2015-11-03
1
-0
/
+6
|
/
*
Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin...
Gregory Maxwell
2015-11-01
1
-6
/
+0
*
Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...
Mark Friedenbach
2015-10-23
1
-0
/
+6
*
Added fPowNoRetargeting field to Consensus::Params that disables nBits recalc...
Eric Lombrozo
2015-10-19
1
-0
/
+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
*
Merge pull request #6124
Wladimir J. van der Laan
2015-06-26
1
-2
/
+0
|
\
|
*
Move LOCKTIME_THRESHOLD to src/script/script.h
Peter Todd
2015-05-09
1
-2
/
+0
*
|
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
|
/
*
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-20
1
-0
/
+18
*
ensure consistent header comment naming conventions
Philip Kaufmann
2015-04-20
1
-3
/
+3
*
consensus: don't use arith_uint256 in consensus.h
Cory Fields
2015-04-10
1
-2
/
+1
*
Consensus: Refactor: Introduce Consensus::Params class
Jorge Timón
2015-03-25
1
-0
/
+32