aboutsummaryrefslogtreecommitdiff
path: root/src/test/pmt_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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