| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add test for monetary value parsing | Wladimir J. van der Laan | 2013-10-23 | 1 | -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 formatting | Wladimir J. van der Laan | 2013-10-23 | 1 | -0/+10 | |
| | | | | | | Tests for issue #3126. This problem pops up after upgrading json-spirit. | |||||
| * | Updated help and tests for getreceivedby(account|address) | Andrey | 2012-12-16 | 1 | -7/+28 | |
| | | ||||||
| * | Add redeemScript to listunspent output and signrawtransaction input | Gavin Andresen | 2012-10-29 | 1 | -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 checking | Gavin Andresen | 2012-10-29 | 1 | -1/+69 | |
| | | ||||||
| * | No need for test fixture now that multisig is enabled on main network. | Gavin Andresen | 2012-10-29 | 1 | -8/+1 | |
| | | ||||||
| * | Wrong address added to collection in test | xanatos | 2012-09-07 | 1 | -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_tests | xanatos | 2012-06-22 | 1 | -3/+3 | |
| | | ||||||
| * | Expose CRPCTable via bitcoinrpc.h for testing | Pieter Wuille | 2012-04-21 | 1 | -7/+2 | |
| | | ||||||
| * | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen | 2012-01-13 | 1 | -0/+74 | |