dogecoin/src/univalue
Wladimir J. van der Laan 7650449a67 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).
2015-07-18 09:04:18 +02:00
..
gen.cpp UniValue: don't escape solidus, keep espacing of reverse solidus 2015-06-25 08:10:08 +02:00
univalue.cpp univalue: Avoid unnecessary roundtrip through double for numbers 2015-07-18 09:04:18 +02:00
univalue.h univalue: Avoid unnecessary roundtrip through double for numbers 2015-07-18 09:04:18 +02:00
univalue_escapes.h UniValue: don't escape solidus, keep espacing of reverse solidus 2015-06-25 08:10:08 +02:00
univalue_read.cpp Fix univalue handling of \u0000 characters. 2015-06-11 12:09:05 +02:00
univalue_write.cpp univalue: Avoid unnecessary roundtrip through double for numbers 2015-07-18 09:04:18 +02:00