aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Make test_bitcoin run in a temp datadirPieter Wuille2012-11-291-0/+7
* Introduce script verification flagsPieter Wuille2012-11-155-39/+38
* Fix tests after cache tweaksPieter Wuille2012-11-101-2/+2
* Add -reindex, to perform in-place reindexing of block chain filesPieter Wuille2012-11-091-1/+1
* Add redeemScript to listunspent output and signrawtransaction inputGavin Andresen2012-10-291-0/+20
* Tests for raw transactions argument checkingGavin Andresen2012-10-291-1/+69
* No need for test fixture now that multisig is enabled on main network.Gavin Andresen2012-10-291-8/+1
* change blockchain -> block chain (spelling)Philip Kaufmann2012-10-212-5/+4
* Remove BDB block database supportPieter Wuille2012-10-201-5/+0
* Add LevelDB MemEnv supportPieter Wuille2012-10-201-1/+7
* Use singleton block tree database instancePieter Wuille2012-10-201-0/+8
* Direct CCoins referencesPieter Wuille2012-10-201-3/+0
* UltraprunePieter Wuille2012-10-203-29/+37
* Compact serialization for amountsPieter Wuille2012-10-201-0/+62
* Compact serialization for variable-length integersPieter Wuille2012-10-201-0/+45
* Merge pull request #1742 from sipa/canonicalJeff Garzik2012-10-208-40/+156
|\
| * Check for canonical public keys and signaturesPieter Wuille2012-09-218-40/+156
* | data-driven base58 CBitcoinAddress/CBitcoinSecret testsWladimir J. van der Laan2012-10-014-64/+854
|/
* Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoinGavin Andresen2012-09-183-4/+67
|\
| * Add various tests for CTransaction::CheckTransaction()Matt Corallo2012-09-052-2/+59
| * check tx.CheckTransaction for data-driven tx tests.Matt Corallo2012-09-051-2/+8
* | Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoinGavin Andresen2012-09-181-1/+1
|\ \
| * | Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr2012-09-081-1/+1
* | | Wrong address added to collection in testxanatos2012-09-071-1/+1
| |/ |/|
* | Merge pull request #1699 from laanwj/2012_08_secureallocPieter Wuille2012-08-241-0/+115
|\ \ | |/ |/|
| * Handle locked pages more robustly (Fixes issue #1462)Wladimir J. van der Laan2012-08-231-0/+115
* | Store a fixed order of transactions (and accounting) in the walletLuke Dashjr2012-08-231-0/+123
|/
* Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoinGavin Andresen2012-08-215-2/+411
|\
| * Add data-driven transaction tests.Matt Corallo2012-08-203-0/+216
| * Add a few test cases to data-driven script tests.Matt Corallo2012-08-202-2/+195
* | Merge pull request #1687 from gavinandresen/quietunitPieter Wuille2012-08-211-1/+1
|\ \
| * | Suppress output when running unit tests.Gavin Andresen2012-08-201-1/+1
| |/
* / Set block.nVersion to fix miner unit testGavin Andresen2012-08-201-0/+1
|/
* Remove useless non-cross-platform tests.Matt Corallo2012-08-171-0/+2
* fix further spelling errors / remove a tab in the sourcePhilip Kaufmann2012-08-021-3/+3
* Bugfix: Use standard BTC unit in commentsLuke Dashjr2012-08-011-2/+2
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-012-3/+3
* Tests for CreateNewBlockLuke Dashjr2012-07-121-0/+190
* Run BDB disk-less for test_bitcoinLuke Dashjr2012-07-111-1/+7
* Implement raw transaction RPC callsGavin Andresen2012-07-051-0/+113
* Fix a couple more typosfanquake2012-06-302-2/+2
* Merge branch 'patch-3' of https://github.com/xanatos/bitcoinGavin Andresen2012-06-281-3/+3
|\
| * Small fix to rpc_testsxanatos2012-06-221-3/+3
* | Checkpoint at block 185333 (and remove a couple of intermediate checkpoints)Gavin Andresen2012-06-251-7/+7
* | Node support for Tor hidden servicesPieter Wuille2012-06-232-2/+13
* | Unit tests for base32 encode/decodePieter Wuille2012-06-221-0/+20
|/
* = instead of == in multisig_tests.cppxanatos2012-06-211-1/+1
* Fix netbase testsPieter Wuille2012-06-191-1/+0
* Merge pull request #1399 from sipa/ipparseGavin Andresen2012-06-181-0/+92
|\
| * Add netbase testsPieter Wuille2012-06-141-0/+92