Wladimir J. van der Laan
840905a8fd
Add test for monetary value parsing
...
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.
11 years ago
Wladimir J. van der Laan
4538130790
Add test for monetary value formatting
...
Tests for issue #3126 .
This problem pops up after upgrading json-spirit.
11 years ago
Andrey
1a20469428
Updated help and tests for getreceivedby(account|address)
12 years ago
Gavin Andresen
03346a61b1
Add redeemScript to listunspent output and signrawtransaction input
...
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.
12 years ago
Gavin Andresen
2d43f88e1f
Tests for raw transactions argument checking
12 years ago
Gavin Andresen
c4d884e20e
No need for test fixture now that multisig is enabled on main network.
12 years ago
xanatos
af8c050bff
Wrong address added to collection in test
...
The wrong address is added to the collection. As was written a second copy of address1 was added (and so address2 was useless).
12 years ago
xanatos
d89f06c1ae
Small fix to rpc_tests
13 years ago
Pieter Wuille
e46704dd90
Expose CRPCTable via bitcoinrpc.h for testing
13 years ago
Gavin Andresen
922e8e2929
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
13 years ago