zcash-patched-for-explorer/qa
Wladimir J. van der Laan d101d7b8e6
univalue: Avoid unnecessary roundtrip through double for numbers
JSON makes no distinction between numbers and reals, and our code
doesn't need to do so either.

This removes VREAL, as well as its specific post-processing in
`UniValue::write`. Non-monetary amounts do not need to be forcibly
formatted with 8 decimals, so the extra roundtrip was unnecessary
(and potentially loses precision).

Zcash: cherry-picked from commit 7650449a6777710cf818d41862626164da0cd412
Left over from 2aee461930
2017-03-02 13:26:34 -08:00
..
pull-tester [QA] remove rawtransactions.py from the extended test list 2017-03-02 13:23:03 -08:00
rpc-tests univalue: Avoid unnecessary roundtrip through double for numbers 2017-03-02 13:26:34 -08:00
zcash Auto merge of #1942 - str4d:1940-threaded-createjoinsplit, r=ebfull 2017-01-18 01:04:05 +00:00