Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-20 | Consolidate CMerkleBlock constructor into a single method | James O'Beirne | |
Incorporates feedback suggested by @sipa, @promag, @TheBlueMatt. | |||
2017-07-25 | Add const to methods that do not modify the object for which it is called | practicalswift | |
2017-07-12 | Adding assert to avoid a memory access violation inside of ↵ | Chris Stewart | |
PartialMerkleTree::CalcHash() Adding comment to assert in PartialMerkleTree::CalcHash() Adding comment on CMerkleBlock indicating it calls something that contains an assert Removing EOL whitespace | |||
2017-04-22 | Fixed typo in documentation for merkleblock.h | Mikerah | |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-11-07 | Get rid of nType and nVersion | Pieter Wuille | |
Remove the nType and nVersion as parameters to all serialization methods and functions. There is only one place where it's read and has an impact (in CAddress), and even there it does not impact any of the recursively invoked serializers. Instead, the few places that need nType or nVersion are changed to read it directly from the stream object, through GetType() and GetVersion() methods which are added to all stream classes. | |||
2016-03-23 | Add importprunedfunds rpc call | instagibbs | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-05-01 | Bugfix: Grammar fixes | Corinne Dashjr | |
2015-04-23 | Add CMerkleBlock constructor for tx set + block and an empty one | Matt Corallo | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-05 | Move CMerkleBlock and CPartialMerkleTree to their own file | Matt Corallo | |