aboutsummaryrefslogtreecommitdiff
path: root/src/test/blockencodings_tests.cpp
AgeCommit message (Expand)Author
2024-06-19test: Make blockencodings_tests deterministicAngusP
2024-06-06test: Add ReceiveWithExtraTransactions Compact Block receive test.AngusP
2024-06-06test: refactor: Rename extra_txn to const empty_extra_txn as it is empty in a...AngusP
2024-04-06refactor: Simplify `extra_txn` to be a vec of CTransactionRef instead of a ve...AngusP
2024-03-28refactor: Use typesafe Wtxid in compact block encoding message, instead of am...AngusP
2023-11-28scripted-diff: Use DataStream in most placesMarcoFalke
2023-11-21Use Txid in COutpointdergoegge
2023-11-10scripted-diff: rename vTxHashes to txns_randomizedTheCharlatan
2023-11-10[refactor] rewrite vTxHashes as a vector of CTransactionRefglozow
2023-11-10[refactor] remove access to mapTx in blockencodings_tests.cppglozow
2023-02-06Move random test util code from setup_common to randomJon Atack
2023-01-26Use DataStream where possibleMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-18test: Remove unused txmempool include from testsMacroFake
2022-06-15scripted-diff: test: Use CTxMemPool in TestingSetupCarl Dong
2022-05-17Remove fUseWTXID parameter from CBlockHeaderAndShortTxIDs constructorJohn Newbery
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-03-30Convert blockencodings_tests to new serializationPieter Wuille
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-30test: Add RegTestingSetup to setup_commonMarcoFalke
2019-07-22txmempool: Remove unused default value MemPoolRemovalReason::UNKNOWNMarcoFalke
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-04-16Merge #15352: tests: Reduce noise level in test_bitcoin outputMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-03-29Silence "Test case [...] did not check any assertions" warnings when running ...practicalswift
2018-12-17test: Add missing validation locksMarcoFalke
2018-11-13add a test demonstrating an overflow in a deserialization edge caseKaz Wesley
2018-08-29Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...Wladimir J. van der Laan
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-07-30scripted-diff: Remove unused first argument to addUncheckedMarcoFalke
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