Age | Commit message (Expand) | Author |
2024-04-07 | [clang-tidy] Enable the misc-no-recursion check | dergoegge |
2023-11-28 | refactor: Use Txid in CMerkleBlock | MarcoFalke |
2021-01-04 | doc: fix various typos | Ikko Ashimine |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-07-30 | Make Hash[160] consume range-like objects | Pieter Wuille |
2020-03-30 | Convert merkleblock to new serialization | Pieter Wuille |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-01-10 | Replace use of BEGIN and END macros on uint256 | Wladimir J. van der Laan |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-20 | Consolidate CMerkleBlock constructor into a single method | James O'Beirne |
2017-07-17 | Merge #9980: Fix mem access violation merkleblock | Pieter Wuille |
2017-07-14 | Remove confusing MAX_BLOCK_BASE_SIZE. | Gregory Maxwell |
2017-07-12 | Adding assert to avoid a memory access violation inside of PartialMerkleTree:... | Chris Stewart |
2017-05-01 | Trivial: remove extra character from comment | CryptAxe |
2017-01-27 | Refactor: Remove using namespace <xxx> from src/*.cpp. | Karl-Johan Alm |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-11-19 | Make CBlock::vtx a vector of shared_ptr<CTransaction> | Pieter Wuille |
2016-06-22 | BIP141: Other consensus critical limits, and BIP145 | Pieter Wuille |
2016-03-23 | Add importprunedfunds rpc call | instagibbs |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-08-10 | typofixes (found by misspell_fixer) | Veres Lajos |
2015-05-01 | Bugfix: Grammar fixes | Corinne Dashjr |
2015-04-28 | Merge pull request #5199 | Wladimir J. van der Laan |
2015-04-23 | Add CMerkleBlock constructor for tx set + block and an empty one | Matt Corallo |
2015-04-20 | Consensus: Create consensus/consensus.h with some constants | jtimon |
2015-01-05 | Replace direct use of 0 with SetNull and IsNull | Wladimir J. van der Laan |
2015-01-02 | Merge pull request #5349 | Wladimir J. van der Laan |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-11 | Implement test for merkle tree malleability in CPartialMerkleTree | Pieter Wuille |
2014-12-05 | Move CMerkleBlock and CPartialMerkleTree to their own file | Matt Corallo |