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-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-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-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
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
2018-10-10
Improve CAmount tests
Hennadii Stepanov
2018-10-09
Merge #13115: addrman: Add Clang thread safety annotations for variables guar...
MarcoFalke
2018-10-08
Add missing locks and locking annotations for CAddrMan
practicalswift
2018-10-05
Don't access out of bounds array entry array[sizeof(array)]
Ben Woosley
2018-09-27
Merge #14244: amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-27
Merge #14307: Consolidate redundant implementations of ParseHashStr
MarcoFalke
2018-09-26
tests: Add test case for std::ios_base::ate
Chun Kuan Lee
2018-09-25
Consolidate redundant implementations of ParseHashStr
Ben Woosley
2018-09-23
Don't edit Chainparams after initialization
Jorge Timón
2018-09-19
Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrs
MarcoFalke
[next]