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.cpp
Age
Commit message (
Expand
)
Author
2015-03-20
Merge pull request #5745
Wladimir J. van der Laan
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-09
test: Remove UNITTEST params
Wladimir J. van der Laan
2015-03-03
Reinitialize state in between individual unit tests.
Pieter Wuille
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-20
Rename CWalletInterface to CValidationInterface
Pieter Wuille
2014-10-08
Merge pull request #4834
Pieter Wuille
2014-10-02
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-10-02
Revert merge of pull #4845
Wladimir J. van der Laan
2014-09-29
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-09-24
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-07-09
move rand functions from util to new random.h/.cpp
Philip Kaufmann
2014-07-07
Move ui_interface to bitcoin_server.a
Wladimir J. van der Laan
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-03-25
Fix test build after d138598
Wladimir J. van der Laan
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2013-12-20
Merge pull request #3416
Wladimir J. van der Laan
2013-12-19
Make bitcoin compile without wallet if "db_cxx.h" is not present
Thomas Holenstein
2013-12-15
Remove -logtodebugger
Wladimir J. van der Laan
2013-12-08
Add main-specific node state
Pieter Wuille
2013-12-04
Delimit code with #ifdef ENABLE_WALLET
Wladimir J. van der Laan
2013-12-03
bitcoin-cli: remove unneeded dependencies (only code movement)
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-04-03
Port Thread* methods to boost::thread_group
Gavin Andresen
2013-02-01
Make sure the genesis block is present after reindex
Pieter Wuille
2013-01-08
Parallelize script verification
Pieter Wuille
2012-11-29
Make test_bitcoin run in a temp datadir
Pieter Wuille
2012-11-10
Fix tests after cache tweaks
Pieter Wuille
2012-11-09
Add -reindex, to perform in-place reindexing of block chain files
Pieter Wuille
2012-10-20
Remove BDB block database support
Pieter Wuille
2012-10-20
Add LevelDB MemEnv support
Pieter Wuille
2012-10-20
Use singleton block tree database instance
Pieter Wuille
2012-08-20
Suppress output when running unit tests.
Gavin Andresen
2012-07-11
Run BDB disk-less for test_bitcoin
Luke Dashjr
2012-06-14
Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694
Wladimir J. van der Laan
2012-05-20
Make testcases build, prevent windows symbol collision
Wladimir J. van der Laan
2012-01-13
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2011-12-19
Global fixture to send output to console instead of debug.log
Gavin Andresen
2011-12-19
Rework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen
2011-12-01
Moved checkpoints out of main, to prep for using them to help prevent DoS att...
Gavin Andresen
2011-10-05
Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin
Gavin Andresen
2011-10-01
remove possibility of 63 bit overflow in ParseMoney
Wladimir J. van der Laan
2011-09-30
remove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider
2011-09-27
Test case for base64 encode/decode
Pieter Wuille
2011-09-21
Framework for banning mis-behaving peers
Gavin Andresen
2011-08-08
Cleanup test suite output to be more useful.
Matt Corallo
2011-08-08
Add file for transaction tests.
Matt Corallo
2011-08-08
Add a file for script tests
Vegard Nossum
[next]