aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-11-23streams: Remove unused seek(size_t)practicalswift
2018-11-23Merge #14728: fix uninitialized read when stringifying an addrLocalWladimir J. van der Laan
2018-11-20test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke
2018-11-18Merge #14685: fix a deserialization overflow edge caseWladimir J. van der Laan
2018-11-15add test demonstrating addrLocal UBKaz Wesley
2018-11-15Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...MarcoFalke
2018-11-13add a test demonstrating an overflow in a deserialization edge caseKaz Wesley
2018-11-13Return a status enum from ScanForWalletTransactionsBen Woosley
2018-11-09Merge #14437: Refactor: Start to separate wallet from nodeMarcoFalke
2018-11-07[doc] conf: Remove deprecated options from docs, Other cleanupMarcoFalke
2018-11-07Merge #14636: Avoid using numeric_limits for sequence numbers and lock timesMarcoFalke
2018-11-06blockfilter: Additional constructors for BlockFilter.Jim Posen
2018-11-06blockfilter: Refactor GCS params into struct.Jim Posen
2018-11-06Use IsSpace(...) instead of boost::is_spacepracticalswift
2018-11-06Pass chain and client variables where neededRussell Yanofsky
2018-11-05Extract CSipHasher to it's own file in crypto/ directory.Jim Posen
2018-11-05tests: Check return value of ParseParameters(...)practicalswift
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-11-01Remove duplicated codeHennadii Stepanov
2018-10-27Merge #13783: validation: Pass tx pool reference into CheckSequenceLocksMarcoFalke
2018-10-26Add tests for InferDescriptor and Descriptor::IsSolvablePieter Wuille
2018-10-20Add tests for key origin supportPieter Wuille
2018-10-19Merge #14460: tests: Improve 'CAmount' testsPieter Wuille
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-10-18Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...Wladimir J. van der Laan
2018-10-10Improve CAmount testsHennadii Stepanov
2018-10-09Merge #13115: addrman: Add Clang thread safety annotations for variables guar...MarcoFalke
2018-10-08Add missing locks and locking annotations for CAddrManpracticalswift
2018-10-05Don't access out of bounds array entry array[sizeof(array)]Ben Woosley
2018-09-27Merge #14244: amount: Move CAmount CENT to unit test headerMarcoFalke
2018-09-27Merge #14307: Consolidate redundant implementations of ParseHashStrMarcoFalke
2018-09-26tests: Add test case for std::ios_base::ateChun Kuan Lee
2018-09-25Consolidate redundant implementations of ParseHashStrBen Woosley
2018-09-23Don't edit Chainparams after initializationJorge Timón
2018-09-19Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrsMarcoFalke
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-09-18uint256: Remove unnecessary crypto/common.h useKarl-Johan Alm
2018-09-17amount: Move CAmount CENT to unit test headerMarcoFalke
2018-09-13convert C-style (void) parameter lists to C++ style ()Arvid Norberg
2018-09-11Pass tx pool reference into CheckSequenceLocksMarcoFalke
2018-09-11Merge #13558: Drop unused GetType() from CSizeComputerWladimir J. van der Laan
2018-09-11Drop unused GetType() from CSizeComputerBen Woosley
2018-09-09rpc: Specify chain tip instead of chain in GetDifficultyJoão Barbosa
2018-09-08Merge #12775: Integration of property based testing into Bitcoin CoreWladimir J. van der Laan
2018-09-04Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan
2018-09-04Merge #14094: refactoring: Remove unreferenced local variablesWladimir J. van der Laan
2018-09-03Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift
2018-08-31scripted-diff: Small locking renameRussell Yanofsky
2018-08-31Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan
2018-08-31Merge #14088: tests: Don't assert(...) with side effectsWladimir J. van der Laan