aboutsummaryrefslogtreecommitdiff
path: root/src/test/blockencodings_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Scrypt n=1024 PoW hashRoss Nicoll2019-04-031-2/+2
* add a test demonstrating an overflow in a deserialization edge caseKaz Wesley2018-11-281-0/+45
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | refactor: Avoid locking tx pool cs thriceMarcoFalke2018-07-291-3/+3
|/
* Break circular dependency: chain -> pow -> chainBen Woosley2018-05-141-0/+1
* tests: Avoid copies of CTransactionMarcoFalke2018-04-111-10/+13
* 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-5/+5
* tests: Add missing locks to testspracticalswift2017-11-101-0/+3
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-2/+2
* doc: spelling fixesklemens2017-08-161-1/+1
* scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-5/+5
* scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-5/+5
* Merge #9548: Remove min reasonable feeWladimir J. van der Laan2017-03-071-4/+4
|\
| * Remove unnecessary min fee argument in CTxMemPool constructorAlex Morcos2017-01-171-4/+4
* | 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