aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
| * | | | | | | Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-7/+7
* | | | | | | | Remove newlines from JSON stringsGavin Andresen2012-05-252-80/+11
* | | | | | | | Unit tests for transaction size limitsGavin Andresen2012-05-252-0/+100
* | | | | | | | Lots more Script unit test cases.Gavin Andresen2012-05-243-8/+228
|/ / / / / / /
* | | | | | | More CScript unit tests.Gavin Andresen2012-05-243-6/+22
* | | | | | | DoS_tests: fix signed/unsigned comparison warningsJeff Garzik2012-05-241-7/+7
* | | | | | | Merge branch 'optimize'Gavin Andresen2012-05-221-13/+122
|\ \ \ \ \ \ \
| * | | | | | | Cache signature verificationsGavin Andresen2012-05-181-1/+92
| * | | | | | | Optimize orphan transaction handlingGavin Andresen2012-05-181-2/+28
| * | | | | | | Refactor: GetRandHash() method for utilGavin Andresen2012-05-171-10/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Make testcases build, prevent windows symbol collisionWladimir J. van der Laan2012-05-201-0/+4
* | | | | | | change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann2012-05-181-1/+1
| |/ / / / / |/| | | | |
* | | | | | Clean up warningsPieter Wuille2012-05-092-3/+3
* | | | | | Support for multiple local addressesPieter Wuille2012-05-041-4/+4
|/ / / / /
* | | | | Define TEST_DATA_DIR so unit tests can be run from any current working directoryGavin Andresen2012-04-261-2/+6
* | | | | SigOp and orphan-tx constants and counts are always unsigned.Jeff Garzik2012-04-231-1/+1
* | | | | Merge pull request #1124 from sipa/rpcobj3Pieter Wuille2012-04-211-7/+2
|\ \ \ \ \
| * | | | | Expose CRPCTable via bitcoinrpc.h for testingPieter Wuille2012-04-211-7/+2
* | | | | | Merge pull request #1131 from laanwj/2012_04_hexstrPieter Wuille2012-04-211-0/+11
|\ \ \ \ \ \
| * | | | | | Integrate @JoelKatz's optimized ToHex (#562) into current HexStr functionWladimir J. van der Laan2012-04-211-0/+11
| |/ / / / /
* / / / / / Data-drive script evaluation unit tests.Gavin Andresen2012-04-213-0/+253
|/ / / / /
* | | | | Fix tests after recent refactorsPieter Wuille2012-04-173-4/+5
* | | | | CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so...Chris Moore2012-04-121-5/+7
* | | | | Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-3/+4
|/ / / /
* | | | DoS fix for mapOrphanTransactionsv0.6.0rc2Gavin Andresen2012-02-291-0/+79