443 Commits (71697f97d3f9512f0af934070690c14f1c0d95ea)

Author SHA1 Message Date
Wladimir J. van der Laan d6b13283d1 data-driven base58 CBitcoinAddress/CBitcoinSecret tests 12 years ago
Pieter Wuille 58bc86e37f Check for canonical public keys and signatures 12 years ago
Christian von Roques 6f0cecfc47 tests for SetCompact and GetCompact of CBigNum 12 years ago
Luke Dashjr da7b8c1260 Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db 12 years ago
xanatos af8c050bff Wrong address added to collection in test 12 years ago
Matt Corallo 65786afb05 Add various tests for CTransaction::CheckTransaction() 12 years ago
Matt Corallo 1fcebc16c5 check tx.CheckTransaction for data-driven tx tests. 12 years ago
Luke Dashjr 9c7722b7c5 Store a fixed order of transactions (and accounting) in the wallet 12 years ago
Wladimir J. van der Laan e95568b78d Handle locked pages more robustly (Fixes issue #1462) 12 years ago
Matt Corallo fc4743faa8 Add data-driven transaction tests. 12 years ago
Matt Corallo 336a0abbbb Add a few test cases to data-driven script tests. 12 years ago
Gavin Andresen 4d51be1cf3 Suppress output when running unit tests. 12 years ago
Gavin Andresen 3fcec0d4a0 Set block.nVersion to fix miner unit test 12 years ago
Matt Corallo 8555a3e3cc Remove useless non-cross-platform tests. 12 years ago
Philip Kaufmann efdcf94174 fix further spelling errors / remove a tab in the source 12 years ago
Luke Dashjr 3c726dd3c0 Bugfix: Use standard BTC unit in comments 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 12 years ago
Luke Dashjr 639b61d78e Tests for CreateNewBlock 12 years ago
Luke Dashjr 148e107da6 Run BDB disk-less for test_bitcoin 12 years ago
Gavin Andresen a2709fad7f Implement raw transaction RPC calls 12 years ago
fanquake 7790f391ab Fix a couple more typos 12 years ago
Gavin Andresen 1282c8653e Checkpoint at block 185333 (and remove a couple of intermediate checkpoints) 12 years ago
Pieter Wuille 70f7f00385 Node support for Tor hidden services 12 years ago
Pieter Wuille e0be8da392 Unit tests for base32 encode/decode 12 years ago
xanatos d89f06c1ae Small fix to rpc_tests 12 years ago
xanatos fdfdb5cd7d = instead of == in multisig_tests.cpp 12 years ago
Pieter Wuille 4c6b210af0 Fix netbase tests 12 years ago
Pieter Wuille c4971e24f9 Add netbase tests 12 years ago
Wladimir J. van der Laan 641cfb1456 Fix build of testcases after commit 0f10b21719 12 years ago
Ricardo M. Correia 31ac53fbdc Move NOINLINE definition to test where it's used. 12 years ago
Chris Moore 831f59ce8b Fix coin selection to only include change when it's necessary. 12 years ago
Chris Moore 4ce190a015 Test that the coin selection code is suitably random, and add tests re. sub-cent change. 12 years ago
Chris Moore 9b0369c773 Refactor SelectCoinsMinConf() and add unit tests. 12 years ago
Ricardo M. Correia 10b45b4c2e Use C++-style numeric limits instead of C-style. 12 years ago
Ricardo M. Correia 78e851f94f Fix noinline definition so that it works for more compilers. 12 years ago
Gavin Andresen 4e6e3293ff Remove newlines from JSON strings 12 years ago
Gavin Andresen 787f5e9949 Unit tests for transaction size limits 12 years ago
Gavin Andresen 6b8a17119e Lots more Script unit test cases. 12 years ago
Pieter Wuille 1025440184 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 12 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey 12 years ago
Gavin Andresen f04017f702 More CScript unit tests. 12 years ago
Jeff Garzik b92095f18c DoS_tests: fix signed/unsigned comparison warnings 12 years ago
Wladimir J. van der Laan 239c11d0dd Make testcases build, prevent windows symbol collision 12 years ago
Philip Kaufmann ff0ee876bb change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 12 years ago
Gavin Andresen 62922c8ab0 Cache signature verifications 12 years ago
Gavin Andresen 77b99cf7ad Optimize orphan transaction handling 12 years ago
Gavin Andresen f718aedd9f Refactor: GetRandHash() method for util 12 years ago
Ricardo M. Correia 62e0453ce0 Add test case for CBigNum::setint64(). 12 years ago
Pieter Wuille f621326c24 Clean up warnings 12 years ago
Pieter Wuille 39857190de Support for multiple local addresses 12 years ago