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
/
merkle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
[MOVEONLY] Move unused Merkle branch code to tests
Pieter Wuille
2018-05-29
1
-114
/
+0
*
Use SHA256D64 in Merkle root computation
Pieter Wuille
2018-05-29
1
-6
/
+19
*
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
-3
/
+3
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-2
/
+2
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-3
/
+3
*
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
1
-0
/
+11
*
Add missing copyright headers
MarcoFalke
2016-01-05
1
-0
/
+4
*
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-27
1
-0
/
+20
*
Add merkle.{h,cpp}, generic merkle root/branch algorithm
Pieter Wuille
2015-11-27
1
-0
/
+152