aboutsummaryrefslogtreecommitdiff
path: root/src/test/pmt_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
* Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...Wladimir J. van der Laan2017-06-081-9/+9
|\
| * Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift2017-06-061-9/+9
* | scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-4/+4
* | scripted-diff: Use randbits/bool instead of randrange where possiblePieter Wuille2017-06-071-1/+1
* | Replace rand() & ((1 << N) - 1) with randbits(N)Pieter Wuille2017-06-071-1/+1
* | Replace more rand() % NUM by randrangesPieter Wuille2017-06-071-1/+1
* | scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-1/+1
* | Merge test_random.h into test_bitcoin.hPieter Wuille2017-06-051-1/+0
|/
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-2/+0
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-2/+0
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Introduce convenience type CTransactionRefPieter Wuille2016-11-191-1/+1
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-2/+2
* test: Fix test_random includesMarcoFalke2016-11-071-1/+1
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-1/+1
* [test] Remove unused codeMarcoFalke2016-08-241-1/+0
* Do not shadow local variablesPavel Janík2016-06-071-2/+2
* Add importprunedfunds rpc callinstagibbs2016-03-231-3/+5
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille2015-11-271-1/+2
* Do not store Merkle branches in the wallet.Pieter Wuille2015-09-221-1/+1
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* tests: fix spurious windows test failures after 012598880cCory Fields2015-01-061-4/+6
* Use arith_uint256 where necessaryWladimir J. van der Laan2015-01-051-3/+9
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-3/+3
* Merge pull request #5349Wladimir J. van der Laan2015-01-021-0/+11
|\
| * Implement test for merkle tree malleability in CPartialMerkleTreePieter Wuille2014-12-111-0/+11
* | Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|/
* Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo2014-12-051-1/+3
* Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-2/+2
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-1/+3
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-2/+7
* Add CPartialMerkleTreePieter Wuille2013-01-161-0/+98