aboutsummaryrefslogtreecommitdiff
path: root/src/test/blockencodings_tests.cpp
AgeCommit message (Expand)Author
2018-11-28add a test demonstrating an overflow in a deserialization edge caseKaz Wesley
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-07-29refactor: Avoid locking tx pool cs thriceMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-14Break circular dependency: chain -> pow -> chainBen Woosley
2018-04-11tests: Avoid copies of CTransactionMarcoFalke
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10tests: Add missing locks to testspracticalswift
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-16doc: spelling fixesklemens
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-05scripted-diff: use insecure_rand256/randrange morePieter Wuille
2017-03-07Merge #9548: Remove min reasonable feeWladimir J. van der Laan
2017-01-17Remove unnecessary min fee argument in CTxMemPool constructorAlex Morcos
2017-01-10Use replaced transactions in compact block reconstructionMatt Corallo
2017-01-04Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-21Make FillBlock consume txn_available to avoid shared_ptr copiesPieter Wuille
2016-12-05remove internal tracking of mempool conflicts for reporting to walletAlex Morcos
2016-11-19Introduce convenience type CTransactionRefPieter Wuille
2016-11-19Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-10-21Return shared_ptr<CTransaction> from mempool removesPieter Wuille
2016-10-21Make removed and conflicted arguments optional to removePieter Wuille
2016-10-04Use cmpctblock type 2 for segwit-enabled transferPieter Wuille
2016-08-05Remove redundand (and shadowing) declarationPavel Janík
2016-06-19Add some blockencodings testsMatt Corallo