aboutsummaryrefslogtreecommitdiff
path: root/src/test/blockencodings_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix 1.14 unit tests (#1408)Max K2018-09-191-6/+2
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-191-2/+6
* Replace test data with Dogecoin valuesRoss Nicoll2018-09-191-2/+2
* Use replaced transactions in compact block reconstructionMatt Corallo2017-01-101-4/+6
* Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-16/+29
|\
| * Make FillBlock consume txn_available to avoid shared_ptr copiesPieter Wuille2016-12-211-16/+29
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* remove internal tracking of mempool conflicts for reporting to walletAlex Morcos2016-12-051-3/+3
* Introduce convenience type CTransactionRefPieter Wuille2016-11-191-9/+9
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-25/+36
* Get rid of nType and nVersionPieter Wuille2016-11-071-1/+1
* Return shared_ptr<CTransaction> from mempool removesPieter Wuille2016-10-211-1/+1
* Make removed and conflicted arguments optional to removePieter Wuille2016-10-211-1/+1
* Use cmpctblock type 2 for segwit-enabled transferPieter Wuille2016-10-041-3/+3
* Remove redundand (and shadowing) declarationPavel Janík2016-08-051-1/+0
* Add some blockencodings testsMatt Corallo2016-06-191-0/+315