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
/
test_bitcoin.h
Age
Commit message (
Expand
)
Author
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-07
Give CMainSignals a reference to the global scheduler
Matt Corallo
2017-06-08
[tests] Remove unused function InsecureRandBytes(size_t len)
practicalswift
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-05
Add various insecure_rand wrappers for tests
Pieter Wuille
2017-06-05
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-03-03
[test] Remove priority from tests
Alex Morcos
2017-01-04
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-09-08
net: Create CConnman to encapsulate p2p connections
Cory Fields
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-19
Add TestMemPoolEntryHelper::FromTx version for CTransaction
Matt Corallo
2016-04-18
test: Create test fixture for wallet
Wladimir J. van der Laan
2016-03-16
Add LockPoints
Alex Morcos
2016-01-05
Add missing copyright headers
MarcoFalke
2015-12-01
Store the total sig op count of a tx.
Alex Morcos
2015-11-30
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-16
Implement helper class for CTxMemPoolEntry constructor
Alex Morcos
2015-11-15
Switch to libsecp256k1-based validation for ECDSA
Pieter Wuille
2015-10-20
Chainparams: Replace CBaseChainParams::Network enum with string constants (su...
Jorge Timón
2015-07-27
Unit test doublespends in new blocks
Gavin Andresen
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-03
Reinitialize state in between individual unit tests.
Pieter Wuille