aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge branch 'signbugs' of https://github.com/wizeman/bitcoinGavin Andresen2012-06-181-0/+125
|\ \ | |/ |/|
| * Move NOINLINE definition to test where it's used.Ricardo M. Correia2012-06-071-0/+16
| * Use C++-style numeric limits instead of C-style.Ricardo M. Correia2012-05-311-3/+3
| * Fix noinline definition so that it works for more compilers.Ricardo M. Correia2012-05-311-3/+2
| * Add test case for CBigNum::setint64().Ricardo M. Correia2012-05-141-0/+110
* | Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694Wladimir J. van der Laan2012-06-141-0/+6
* | Fix coin selection to only include change when it's necessary.Chris Moore2012-06-041-38/+7
* | Test that the coin selection code is suitably random, and add tests re. sub-c...Chris Moore2012-06-041-1/+71
* | Refactor SelectCoinsMinConf() and add unit tests.Chris Moore2012-06-041-0/+256
* | Merge pull request #1357 from sipa/keyidPieter Wuille2012-05-267-46/+51
|\ \
| * | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-247-52/+57