aboutsummaryrefslogtreecommitdiff
path: root/src/test/rpc_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add test for monetary value parsingWladimir J. van der Laan2013-10-231-6/+27
| | | | | | Just-in-case sanity test for JSON spirit and AmountFromValue. Also update rpc_format_monetary_values test to use ValueFromAmount, so that ValueFromAmount is also tested.
* Add test for monetary value formattingWladimir J. van der Laan2013-10-231-0/+10
| | | | | Tests for issue #3126. This problem pops up after upgrading json-spirit.
* Updated help and tests for getreceivedby(account|address)Andrey2012-12-161-7/+28
|
* Add redeemScript to listunspent output and signrawtransaction inputGavin Andresen2012-10-291-0/+20
| | | | | | | signrawtransaction was unable to sign pay-to-script-hash inputs when given the list of private keys to use. With this commit you can provide the p2sh redemption script in the list of inputs.
* 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
|
* Wrong address added to collection in testxanatos2012-09-071-1/+1
| | | The wrong address is added to the collection. As was written a second copy of address1 was added (and so address2 was useless).
* Small fix to rpc_testsxanatos2012-06-221-3/+3
|
* Expose CRPCTable via bitcoinrpc.h for testingPieter Wuille2012-04-211-7/+2
|
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-0/+74