Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-23 | Add test for monetary value parsing | Wladimir J. van der Laan | |
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. | |||
2013-10-23 | Add test for monetary value formatting | Wladimir J. van der Laan | |
Tests for issue #3126. This problem pops up after upgrading json-spirit. | |||
2012-12-16 | Updated help and tests for getreceivedby(account|address) | Andrey | |
2012-10-29 | Add redeemScript to listunspent output and signrawtransaction input | Gavin Andresen | |
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. | |||
2012-10-29 | Tests for raw transactions argument checking | Gavin Andresen | |
2012-10-29 | No need for test fixture now that multisig is enabled on main network. | Gavin Andresen | |
2012-09-07 | Wrong address added to collection in test | xanatos | |
The wrong address is added to the collection. As was written a second copy of address1 was added (and so address2 was useless). | |||
2012-06-22 | Small fix to rpc_tests | xanatos | |
2012-04-21 | Expose CRPCTable via bitcoinrpc.h for testing | Pieter Wuille | |
2012-01-13 | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen | |