Releases: ftab/php-dogecoinrpc
Releases · ftab/php-dogecoinrpc
v3.0.2
v3.0.0: Strings instead of floats
PHP interprets a number like 12954.12572447 in JSON to be float.
This causes the number to immediately lose accuracy at the last digit and become something like 12954.125724469999...
Force the values for keys amount, fee, and balance to be strings before passing into json_decode()
so that we can treat them as strings throughout, and use arbitrary precision math libraries like bcmath.
Tests updated accordingly.
Since this has different data types and return types than the previous release, this marks a new major version.
(Even if I'm the only one using it yet, I want to differentiate it from the original source version anyway)
Initial fork for dogecoin
Release notes:
- Much doge
- Very handsome
- Less multiwallet (not in Dogecoin Core as of v1.14.2)
- Approximately 1% more wow