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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge AuxPoW support from Namecore
Ross Nicoll
2019-07-13
1
-0
/
+8
*
Replace test data with Dogecoin values
Ross Nicoll
2019-04-03
1
-3
/
+3
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Use common SetDataDir method to create temp directory in tests.
winder
2018-07-11
1
-1
/
+5
*
Add unit tests for signals generated by ProcessNewBlock()
Jesse Cohen
2018-05-16
1
-0
/
+3
*
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
1
-3
/
+3
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+2
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-8
/
+8
*
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-11-09
1
-1
/
+0
*
Add CConnmanTest to mutate g_connman in tests
João Barbosa
2017-11-02
1
-0
/
+6
*
Add tests for CMerkleBlock usage with txids specified
James O'Beirne
2017-09-20
1
-1
/
+4
*
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-06
1
-0
/
+2
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-2
/
+2
*
Give CMainSignals a reference to the global scheduler
Matt Corallo
2017-07-07
1
-0
/
+2
*
[tests] Remove unused function InsecureRandBytes(size_t len)
practicalswift
2017-06-08
1
-1
/
+0
*
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
1
-7
/
+7
*
Add various insecure_rand wrappers for tests
Pieter Wuille
2017-06-05
1
-4
/
+6
*
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-06-05
1
-0
/
+19
*
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
*
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
*
[test] Remove priority from tests
Alex Morcos
2017-03-03
1
-6
/
+3
*
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2017-01-04
1
-3
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-2
/
+2
*
net: Create CConnman to encapsulate p2p connections
Cory Fields
2016-09-08
1
-0
/
+2
*
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-3
/
+3
*
Add TestMemPoolEntryHelper::FromTx version for CTransaction
Matt Corallo
2016-06-19
1
-0
/
+1
*
test: Create test fixture for wallet
Wladimir J. van der Laan
2016-04-18
1
-2
/
+1
*
Add LockPoints
Alex Morcos
2016-03-16
1
-1
/
+3
*
Add missing copyright headers
MarcoFalke
2016-01-05
1
-0
/
+4
*
Store the total sig op count of a tx.
Alex Morcos
2015-12-01
1
-3
/
+5
*
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-30
1
-1
/
+3
*
Implement helper class for CTxMemPoolEntry constructor
Alex Morcos
2015-11-16
1
-0
/
+25
*
Switch to libsecp256k1-based validation for ECDSA
Pieter Wuille
2015-11-15
1
-0
/
+3
*
Chainparams: Replace CBaseChainParams::Network enum with string constants (su...
Jorge Timón
2015-10-20
1
-2
/
+2
*
Unit test doublespends in new blocks
Gavin Andresen
2015-07-27
1
-2
/
+26
*
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-12
1
-1
/
+13
*
Reinitialize state in between individual unit tests.
Pieter Wuille
2015-03-03
1
-0
/
+18