index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2018-12-22
Merge #14172: Refactor and add tests for BlockFilter construction
MarcoFalke
2018-12-21
Merge #14811: Mining: Enforce that segwit option must be set in GBT
MarcoFalke
2018-12-17
test: Add comment to g_insecure_rand_ctx
MarcoFalke
2018-12-17
test: Undo thread_local g_insecure_rand_ctx
MarcoFalke
2018-12-15
Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.
practicalswift
2018-12-14
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-13
test: Make g_insecure_rand_ctx thread_local
MarcoFalke
2018-12-13
Merge #14940: test: Add test for truncated pushdata script
Wladimir J. van der Laan
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-12
Simplify testing RNG code
Pieter Wuille
2018-12-12
Make unit tests use the insecure_rand_ctx exclusively
Pieter Wuille
2018-12-12
Bugfix: randbytes should seed when needed (non reachable issue)
Pieter Wuille
2018-12-12
Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection
Pieter Wuille
2018-12-12
Make addrman use its local RNG exclusively
Pieter Wuille
2018-12-12
test: Add tests for truncated scripts
MarcoFalke
2018-12-12
Merge #14908: test: Removed implicit CTransaction constructor calls from test...
MarcoFalke
2018-12-12
Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...
MeshCollider
2018-12-12
Merge #14646: Add expansion cache functions to descriptors (unused for now)
MeshCollider
2018-12-11
Removed implicit CTransaction constructor from tests
lucash-dev
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-12-06
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-06
Merge #14838: Use const in COutPoint class
Wladimir J. van der Laan
2018-12-04
Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1
practicalswift
2018-11-30
Merge #13258: uint256: Remove unnecessary crypto/common.h dependency
Wladimir J. van der Laan
2018-11-28
Add comments to descriptor tests
Pieter Wuille
2018-11-28
Add descriptor expansion cache
Pieter Wuille
2018-11-27
Merge #14477: Add ability to convert solvability info to descriptor
Pieter Wuille
2018-11-27
Fix descriptor_tests not checking ToString output of public descriptors
Russell Yanofsky
2018-11-23
Merge #14728: fix uninitialized read when stringifying an addrLocal
Wladimir J. van der Laan
2018-11-20
test: Add BOOST_REQUIRE to getters returning optional
MarcoFalke
2018-11-18
Merge #14685: fix a deserialization overflow edge case
Wladimir J. van der Laan
2018-11-15
add test demonstrating addrLocal UB
Kaz Wesley
2018-11-15
Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...
MarcoFalke
2018-11-13
add a test demonstrating an overflow in a deserialization edge case
Kaz Wesley
2018-11-13
Return a status enum from ScanForWalletTransactions
Ben Woosley
2018-11-09
Merge #14437: Refactor: Start to separate wallet from node
MarcoFalke
2018-11-07
[doc] conf: Remove deprecated options from docs, Other cleanup
MarcoFalke
2018-11-07
Merge #14636: Avoid using numeric_limits for sequence numbers and lock times
MarcoFalke
2018-11-06
blockfilter: Additional constructors for BlockFilter.
Jim Posen
2018-11-06
blockfilter: Refactor GCS params into struct.
Jim Posen
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-05
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-05
tests: Check return value of ParseParameters(...)
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-01
Remove duplicated code
Hennadii Stepanov
2018-10-27
Merge #13783: validation: Pass tx pool reference into CheckSequenceLocks
MarcoFalke
2018-10-26
Add tests for InferDescriptor and Descriptor::IsSolvable
Pieter Wuille
2018-10-20
Add tests for key origin support
Pieter Wuille
2018-10-19
Merge #14460: tests: Improve 'CAmount' tests
Pieter Wuille
2018-10-18
Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...
Wladimir J. van der Laan
[next]