aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-12-15Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.practicalswift
2018-12-14Merge #14935: tests: Test for expected return values when calling functions r...MarcoFalke
2018-12-13test: Make g_insecure_rand_ctx thread_localMarcoFalke
2018-12-13Merge #14940: test: Add test for truncated pushdata scriptWladimir J. van der Laan
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-12-12Simplify testing RNG codePieter Wuille
2018-12-12Make unit tests use the insecure_rand_ctx exclusivelyPieter Wuille
2018-12-12Bugfix: randbytes should seed when needed (non reachable issue)Pieter Wuille
2018-12-12Introduce a Shuffle for FastRandomContext and use it in wallet and coinselectionPieter Wuille
2018-12-12Make addrman use its local RNG exclusivelyPieter Wuille
2018-12-12test: Add tests for truncated scriptsMarcoFalke
2018-12-12Merge #14908: test: Removed implicit CTransaction constructor calls from test...MarcoFalke
2018-12-12Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...MeshCollider
2018-12-12Merge #14646: Add expansion cache functions to descriptors (unused for now)MeshCollider
2018-12-11Removed implicit CTransaction constructor from testslucash-dev
2018-12-10[mining] segwit option must be set in GBTJohn Newbery
2018-12-06rpc: Avoid creating non-standard raw transactionsMarcoFalke
2018-12-06Merge #14838: Use const in COutPoint classWladimir J. van der Laan
2018-12-06Include util/strencodings.h which is required for IsSpace(...)practicalswift
2018-12-04Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1practicalswift
2018-11-30Merge #13258: uint256: Remove unnecessary crypto/common.h dependencyWladimir J. van der Laan
2018-11-28Add comments to descriptor testsPieter Wuille
2018-11-28Add descriptor expansion cachePieter Wuille
2018-11-27Merge #14477: Add ability to convert solvability info to descriptorPieter Wuille
2018-11-27Fix descriptor_tests not checking ToString output of public descriptorsRussell Yanofsky
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