Skip to content

Releases: ftab/php-dogecoinrpc

v3.0.2

01 Mar 17:15
v3.0.2
6b7cd7b
Compare
Choose a tag to compare

v3.0.0: Strings instead of floats

16 Feb 18:48
697dfc8
Compare
Choose a tag to compare

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

02 Feb 18:34
Compare
Choose a tag to compare

Release notes:

  • Much doge
  • Very handsome
  • Less multiwallet (not in Dogecoin Core as of v1.14.2)
  • Approximately 1% more wow