aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge #14855: test: Correct ineffectual WithOrVersion from transactions_testsMarcoFalke2019-01-041-4/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | test: Correct ineffectual WithOrVersion from transactions_testsBen Woosley2019-01-031-4/+4
* | | | | | | | Merge #15054: Update copyright headers to 2018MarcoFalke2018-12-312-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Update copyright headers to 2018DrahtBot2018-12-292-2/+2
* | | | | | | | | Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke2018-12-293-11/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-203-11/+10
* | | | | | | | | Merge #14172: Refactor and add tests for BlockFilter constructionMarcoFalke2018-12-221-1/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | blockfilter: Additional constructors for BlockFilter.Jim Posen2018-11-061-0/+11
| * | | | | | | | | blockfilter: Refactor GCS params into struct.Jim Posen2018-11-061-1/+14
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge #14811: Mining: Enforce that segwit option must be set in GBTMarcoFalke2018-12-211-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | [mining] segwit option must be set in GBTJohn Newbery2018-12-101-1/+1
* | | | | | | | | test: Add comment to g_insecure_rand_ctxMarcoFalke2018-12-171-0/+7
* | | | | | | | | test: Undo thread_local g_insecure_rand_ctxMarcoFalke2018-12-173-7/+10
* | | | | | | | | Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.practicalswift2018-12-152-3/+6
* | | | | | | | | Merge #14935: tests: Test for expected return values when calling functions r...MarcoFalke2018-12-1416-161/+161
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-1316-161/+161
* | | | | | | | | test: Make g_insecure_rand_ctx thread_localMarcoFalke2018-12-133-23/+21
* | | | | | | | | Merge #14940: test: Add test for truncated pushdata scriptWladimir J. van der Laan2018-12-131-0/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test: Add tests for truncated scriptsMarcoFalke2018-12-121-0/+22
| |/ / / / / / / /
* | | | | | | | | Simplify testing RNG codePieter Wuille2018-12-123-12/+5
* | | | | | | | | Make unit tests use the insecure_rand_ctx exclusivelyPieter Wuille2018-12-123-32/+15
* | | | | | | | | Bugfix: randbytes should seed when needed (non reachable issue)Pieter Wuille2018-12-121-5/+12
* | | | | | | | | Introduce a Shuffle for FastRandomContext and use it in wallet and coinselectionPieter Wuille2018-12-121-0/+34
* | | | | | | | | Make addrman use its local RNG exclusivelyPieter Wuille2018-12-121-6/+0
|/ / / / / / / /
* | | | | | | | Merge #14908: test: Removed implicit CTransaction constructor calls from test...MarcoFalke2018-12-1211-116/+116
|\ \ \ \ \ \ \ \
| * | | | | | | | Removed implicit CTransaction constructor from testslucash-dev2018-12-1111-116/+116
| |/ / / / / / /
* | | | | | | | Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...MeshCollider2018-12-121-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Return a status enum from ScanForWalletTransactionsBen Woosley2018-11-131-0/+8
* | | | | | | | | Merge #14646: Add expansion cache functions to descriptors (unused for now)MeshCollider2018-12-121-6/+30
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Add comments to descriptor testsPieter Wuille2018-11-281-4/+19
| * | | | | | | | Add descriptor expansion cachePieter Wuille2018-11-281-3/+12
* | | | | | | | | rpc: Avoid creating non-standard raw transactionsMarcoFalke2018-12-061-3/+0
* | | | | | | | | Merge #14838: Use const in COutPoint classWladimir J. van der Laan2018-12-062-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1practicalswift2018-12-042-2/+2
| |/ / / / / / /
* | | | | | | | Merge #13258: uint256: Remove unnecessary crypto/common.h dependencyWladimir J. van der Laan2018-11-301-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | uint256: Remove unnecessary crypto/common.h useKarl-Johan Alm2018-09-181-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge #14477: Add ability to convert solvability info to descriptorPieter Wuille2018-11-271-0/+12
|\ \ \ \ \ \ \
| * | | | | | | Add tests for InferDescriptor and Descriptor::IsSolvablePieter Wuille2018-10-261-0/+12
* | | | | | | | Fix descriptor_tests not checking ToString output of public descriptorsRussell Yanofsky2018-11-271-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge #14728: fix uninitialized read when stringifying an addrLocalWladimir J. van der Laan2018-11-231-0/+38
|\ \ \ \ \ \ \
| * | | | | | | add test demonstrating addrLocal UBKaz Wesley2018-11-151-0/+38
| | |_|/ / / / | |/| | | | |
* | | | | | | test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke2018-11-203-9/+10
* | | | | | | Merge #14685: fix a deserialization overflow edge caseWladimir J. van der Laan2018-11-181-0/+45
|\ \ \ \ \ \ \
| * | | | | | | add a test demonstrating an overflow in a deserialization edge caseKaz Wesley2018-11-131-0/+45
* | | | | | | | Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...MarcoFalke2018-11-152-23/+23
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | tests: Check return value of ParseParameters(...)practicalswift2018-11-052-23/+23
* | | | | | | | Merge #14437: Refactor: Start to separate wallet from nodeMarcoFalke2018-11-091-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Pass chain and client variables where neededRussell Yanofsky2018-11-061-0/+7
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | [doc] conf: Remove deprecated options from docs, Other cleanupMarcoFalke2018-11-071-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge #14636: Avoid using numeric_limits for sequence numbers and lock timesMarcoFalke2018-11-071-1/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |