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
*
Merge AuxPoW support from Namecore
Ross Nicoll
2019-07-13
1
-0
/
+18
*
Replace consensus values with Dogecoin equivalents
Ross Nicoll
2019-04-03
2
-5
/
+14
*
Update copyright headers to 2018
DrahtBot
2018-07-27
6
-6
/
+6
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-1
/
+1
*
[MOVEONLY] Move unused Merkle branch code to tests
Pieter Wuille
2018-05-29
2
-124
/
+1
*
Use SHA256D64 in Merkle root computation
Pieter Wuille
2018-05-29
2
-7
/
+20
*
Use P2SH consensus rules for all blocks
Suhas Daftuar
2018-04-13
1
-2
/
+2
*
Fix missing or inconsistent include guards
practicalswift
2018-03-22
1
-3
/
+3
*
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
5
-5
/
+5
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
6
-20
/
+20
*
Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...
MarcoFalke
2017-11-11
1
-7
/
+4
|
\
|
*
Use compile-time constants instead of unnamed enumerations (remove "enum hack")
practicalswift
2017-07-26
1
-7
/
+4
*
|
Always-active versionbits support
Pieter Wuille
2017-11-06
1
-0
/
+6
*
|
[consensus] Pin P2SH activation to block 173805 on mainnet
John Newbery
2017-11-06
1
-0
/
+2
*
|
Improve handling of BIP9Deployment limits
Anthony Towns
2017-11-06
1
-0
/
+4
*
|
Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch...
Wladimir J. van der Laan
2017-10-11
2
-39
/
+42
|
\
\
|
*
|
Optimization: Minimize the number of times it is checked that no money is cre...
Jorge Timón
2017-09-20
2
-14
/
+15
|
*
|
Proper indentation for CheckTxInputs and other minor fixes
Jorge Timón
2017-09-07
1
-37
/
+39
*
|
|
Trivial: Fix validation comments
Dan Raviv
2017-09-15
1
-6
/
+5
*
|
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
2
-5
/
+5
|
|
/
|
/
|
*
|
Fix typos
practicalswift
2017-07-15
1
-1
/
+1
*
|
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-14
3
-9
/
+25
|
/
*
Merge #10608: Add a comment explaining the use of MAX_BLOCK_BASE_SIZE.
Wladimir J. van der Laan
2017-06-24
1
-1
/
+7
|
\
|
*
Add a comment explaining the use of MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-06-16
1
-1
/
+7
*
|
Merge #10537: Few Minor per-utxo assert-semantics re-adds and tweak
Pieter Wuille
2017-06-20
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
Restore some assert semantics in sigop cost calculations
Matt Corallo
2017-06-09
1
-2
/
+6
*
|
Comment out unused constant REJECT_DUST
practicalswift
2017-06-09
1
-1
/
+1
|
/
*
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
1
-1
/
+1
*
Merge CCoinsViewCache's GetOutputFor and AccessCoin
Pieter Wuille
2017-06-01
1
-2
/
+2
*
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2017-06-01
1
-7
/
+7
*
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2017-04-06
2
-0
/
+324
*
[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
|
\
[next]