Age | Commit message (Expand) | Author |
2023-02-06 | Move random test util code from setup_common to random | Jon Atack |
2023-01-31 | refactor: use `Hash` helper for double-SHA256 calculations | Sebastian Falbesoner |
2023-01-03 | refactor: use braced init for integer constants instead of c style casts | Pasta |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-07-30 | Make Hash[160] consume range-like objects | Pieter Wuille |
2020-07-30 | Make CHash256/CHash160 output to Span | Pieter Wuille |
2020-07-30 | Make CHash256 and CHash160 consume Spans | Pieter Wuille |
2019-11-12 | fix Typo: "merkelRoot" -> "merkleRoot" | ianliu |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-09-16 | test: add some unit tests for merkle.cpp | soroosh-sdi |
2019-04-11 | scripted-diff: Bump copyright headers in test, bench | MarcoFalke |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2019-01-10 | Replace use of BEGIN and END macros on uint256 | Wladimir J. van der Laan |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-29 | [MOVEONLY] Move unused Merkle branch code to tests | Pieter Wuille |
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-06-07 | scripted-diff: Use new naming style for insecure_rand* functions | Pieter Wuille |
2017-06-07 | Replace more rand() % NUM by randranges | Pieter Wuille |
2017-06-05 | scripted-diff: use insecure_rand256/randrange more | Pieter Wuille |
2017-06-05 | Merge test_random.h into test_bitcoin.h | Pieter Wuille |
2017-03-21 | [trivial] Fix typos in comments | practicalswift |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-11-19 | Introduce convenience type CTransactionRef | Pieter Wuille |
2016-11-19 | Make CBlock::vtx a vector of shared_ptr<CTransaction> | Pieter Wuille |
2016-11-07 | test: Fix test_random includes | MarcoFalke |
2016-10-17 | Kill insecure_random and associated global state | Wladimir J. van der Laan |
2016-01-17 | Typo fixes in comments | Chris Wheeler |
2015-11-27 | Switch blocks to a constant-space Merkle root/branch algorithm. | Pieter Wuille |