| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge #14855: test: Correct ineffectual WithOrVersion from transactions_tests | MarcoFalke | 2019-01-04 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | test: Correct ineffectual WithOrVersion from transactions_tests | Ben Woosley | 2019-01-03 | 1 | -4/+4 | |
| * | | | | | | | | Merge #15054: Update copyright headers to 2018 | MarcoFalke | 2018-12-31 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Update copyright headers to 2018 | DrahtBot | 2018-12-29 | 2 | -2/+2 | |
| * | | | | | | | | | Merge #13743: refactor: Replace boost::bind with std::bind | MarcoFalke | 2018-12-29 | 3 | -11/+10 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | scripted-diff: Replace boost::bind with std::bind | Chun Kuan Lee | 2018-10-20 | 3 | -11/+10 | |
| * | | | | | | | | | Merge #14172: Refactor and add tests for BlockFilter construction | MarcoFalke | 2018-12-22 | 1 | -1/+25 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | blockfilter: Additional constructors for BlockFilter. | Jim Posen | 2018-11-06 | 1 | -0/+11 | |
| | * | | | | | | | | | blockfilter: Refactor GCS params into struct. | Jim Posen | 2018-11-06 | 1 | -1/+14 | |
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge #14811: Mining: Enforce that segwit option must be set in GBT | MarcoFalke | 2018-12-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| | * | | | | | | | | [mining] segwit option must be set in GBT | John Newbery | 2018-12-10 | 1 | -1/+1 | |
| * | | | | | | | | | test: Add comment to g_insecure_rand_ctx | MarcoFalke | 2018-12-17 | 1 | -0/+7 | |
| * | | | | | | | | | test: Undo thread_local g_insecure_rand_ctx | MarcoFalke | 2018-12-17 | 3 | -7/+10 | |
| * | | | | | | | | | Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967. | practicalswift | 2018-12-15 | 2 | -3/+6 | |
| * | | | | | | | | | Merge #14935: tests: Test for expected return values when calling functions r... | MarcoFalke | 2018-12-14 | 16 | -161/+161 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| | * | | | | | | | | tests: Test for expected return values when calling functions returning a suc... | practicalswift | 2018-12-13 | 16 | -161/+161 | |
| * | | | | | | | | | test: Make g_insecure_rand_ctx thread_local | MarcoFalke | 2018-12-13 | 3 | -23/+21 | |
| * | | | | | | | | | Merge #14940: test: Add test for truncated pushdata script | Wladimir J. van der Laan | 2018-12-13 | 1 | -0/+22 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | test: Add tests for truncated scripts | MarcoFalke | 2018-12-12 | 1 | -0/+22 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Simplify testing RNG code | Pieter Wuille | 2018-12-12 | 3 | -12/+5 | |
| * | | | | | | | | | Make unit tests use the insecure_rand_ctx exclusively | Pieter Wuille | 2018-12-12 | 3 | -32/+15 | |
| * | | | | | | | | | Bugfix: randbytes should seed when needed (non reachable issue) | Pieter Wuille | 2018-12-12 | 1 | -5/+12 | |
| * | | | | | | | | | Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection | Pieter Wuille | 2018-12-12 | 1 | -0/+34 | |
| * | | | | | | | | | Make addrman use its local RNG exclusively | Pieter Wuille | 2018-12-12 | 1 | -6/+0 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge #14908: test: Removed implicit CTransaction constructor calls from test... | MarcoFalke | 2018-12-12 | 11 | -116/+116 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Removed implicit CTransaction constructor from tests | lucash-dev | 2018-12-11 | 11 | -116/+116 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan... | MeshCollider | 2018-12-12 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Return a status enum from ScanForWalletTransactions | Ben Woosley | 2018-11-13 | 1 | -0/+8 | |
| * | | | | | | | | | Merge #14646: Add expansion cache functions to descriptors (unused for now) | MeshCollider | 2018-12-12 | 1 | -6/+30 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Add comments to descriptor tests | Pieter Wuille | 2018-11-28 | 1 | -4/+19 | |
| | * | | | | | | | | Add descriptor expansion cache | Pieter Wuille | 2018-11-28 | 1 | -3/+12 | |
| * | | | | | | | | | rpc: Avoid creating non-standard raw transactions | MarcoFalke | 2018-12-06 | 1 | -3/+0 | |
| * | | | | | | | | | Merge #14838: Use const in COutPoint class | Wladimir J. van der Laan | 2018-12-06 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1 | practicalswift | 2018-12-04 | 2 | -2/+2 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge #13258: uint256: Remove unnecessary crypto/common.h dependency | Wladimir J. van der Laan | 2018-11-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | uint256: Remove unnecessary crypto/common.h use | Karl-Johan Alm | 2018-09-18 | 1 | -1/+1 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge #14477: Add ability to convert solvability info to descriptor | Pieter Wuille | 2018-11-27 | 1 | -0/+12 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Add tests for InferDescriptor and Descriptor::IsSolvable | Pieter Wuille | 2018-10-26 | 1 | -0/+12 | |
| * | | | | | | | | Fix descriptor_tests not checking ToString output of public descriptors | Russell Yanofsky | 2018-11-27 | 1 | -1/+1 | |
| | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | | Merge #14728: fix uninitialized read when stringifying an addrLocal | Wladimir J. van der Laan | 2018-11-23 | 1 | -0/+38 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | add test demonstrating addrLocal UB | Kaz Wesley | 2018-11-15 | 1 | -0/+38 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | test: Add BOOST_REQUIRE to getters returning optional | MarcoFalke | 2018-11-20 | 3 | -9/+10 | |
| * | | | | | | | Merge #14685: fix a deserialization overflow edge case | Wladimir J. van der Laan | 2018-11-18 | 1 | -0/+45 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | add a test demonstrating an overflow in a deserialization edge case | Kaz Wesley | 2018-11-13 | 1 | -0/+45 | |
| * | | | | | | | | Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio... | MarcoFalke | 2018-11-15 | 2 | -23/+23 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | tests: Check return value of ParseParameters(...) | practicalswift | 2018-11-05 | 2 | -23/+23 | |
| * | | | | | | | | Merge #14437: Refactor: Start to separate wallet from node | MarcoFalke | 2018-11-09 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Pass chain and client variables where needed | Russell Yanofsky | 2018-11-06 | 1 | -0/+7 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | [doc] conf: Remove deprecated options from docs, Other cleanup | MarcoFalke | 2018-11-07 | 1 | -1/+1 | |
| | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge #14636: Avoid using numeric_limits for sequence numbers and lock times | MarcoFalke | 2018-11-07 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||