index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_bitcoin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #14955: Switch all RNG code to the built-in PRNG
Wladimir J. van der Laan
2019-01-21
1
-1
/
+0
|
\
|
*
Automatically initialize RNG on first use.
Pieter Wuille
2019-01-16
1
-1
/
+0
*
|
net: move BanMan to its own files
Cory Fields
2019-01-16
1
-0
/
+1
*
|
banman: pass in default ban time as a parameter
Cory Fields
2019-01-16
1
-1
/
+1
*
|
banman: pass the banfile path in
Cory Fields
2019-01-16
1
-1
/
+1
*
|
banman: create and split out banman
Cory Fields
2019-01-16
1
-0
/
+3
*
|
tests: remove member connman/peerLogic in TestingSetup
Cory Fields
2019-01-16
1
-18
/
+0
|
/
*
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
1
-1
/
+1
|
\
|
*
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
1
-1
/
+1
*
|
test: Undo thread_local g_insecure_rand_ctx
MarcoFalke
2018-12-17
1
-2
/
+2
*
|
test: Make g_insecure_rand_ctx thread_local
MarcoFalke
2018-12-13
1
-14
/
+12
*
|
Simplify testing RNG code
Pieter Wuille
2018-12-12
1
-2
/
+1
|
/
*
Don't edit Chainparams after initialization
Jorge Timón
2018-09-23
1
-3
/
+4
*
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-09-21
1
-1
/
+1
*
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
1
-1
/
+1
*
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-24
1
-4
/
+6
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Merge #13417: [net] Tighten scope in net_processing
Pieter Wuille
2018-07-13
1
-1
/
+1
|
\
|
*
Make g_enable_bip61 a member variable of PeerLogicValidation
Jesse Cohen
2018-07-09
1
-1
/
+1
*
|
Use common SetDataDir method to create temp directory in tests.
winder
2018-07-11
1
-15
/
+22
|
/
*
Merge #13023: Fix some concurrency issues in ActivateBestChain()
Wladimir J. van der Laan
2018-05-16
1
-0
/
+6
|
\
|
*
Add unit tests for signals generated by ProcessNewBlock()
Jesse Cohen
2018-05-16
1
-0
/
+6
*
|
Break circular dependency: chain -> pow -> chain
Ben Woosley
2018-05-14
1
-0
/
+1
*
|
util: Store debug log file path in BCLog::Logger member.
Jim Posen
2018-04-29
1
-1
/
+0
*
|
scripted-diff: Rename BCLog::Logger member variables.
Jim Posen
2018-04-29
1
-1
/
+1
*
|
util: Establish global logger object.
Jim Posen
2018-04-27
1
-1
/
+1
*
|
Consistently log CValidationState on failure
Ben Woosley
2018-04-18
1
-1
/
+1
|
/
*
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
1
-5
/
+5
*
Merge #12926: Run unit tests in parallel
Wladimir J. van der Laan
2018-04-10
1
-1
/
+1
|
\
|
*
Increase entropy in test temp directory name
Pieter Wuille
2018-04-09
1
-1
/
+1
*
|
Remove duplicate includes
practicalswift
2018-04-09
1
-2
/
+0
|
/
*
Reduce variable scopes
practicalswift
2018-03-26
1
-1
/
+1
*
test: Plug memory leaks and stack-use-after-scope
MarcoFalke
2018-02-22
1
-0
/
+3
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Block ActivateBestChain to empty validationinterface queue
Matt Corallo
2017-12-26
1
-3
/
+3
*
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-6
/
+0
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-20
/
+20
*
tests: Add missing locks to tests
practicalswift
2017-11-10
1
-1
/
+4
*
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-11-09
1
-6
/
+6
*
Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, ...
MarcoFalke
2017-11-07
1
-0
/
+3
|
\
|
*
Have SegWit active by default
Pieter Wuille
2017-11-06
1
-0
/
+3
*
|
Add CConnmanTest to mutate g_connman in tests
João Barbosa
2017-11-02
1
-0
/
+12
*
|
Connect to an extra outbound peer if our tip is stale
Suhas Daftuar
2017-11-02
1
-1
/
+1
|
/
*
Add tests for CMerkleBlock usage with txids specified
James O'Beirne
2017-09-20
1
-0
/
+13
*
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-06
1
-3
/
+3
*
Remove redundant testutil files
MeshCollider
2017-09-05
1
-3
/
+1
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-1
/
+1
*
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
1
-1
/
+1
|
\
|
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-1
/
+1
*
|
Fix some broken init-time prints/constants
Matt Corallo
2017-08-01
1
-1
/
+1
|
/
[next]