Open keerifox opened 1 year ago
If your code expects balance/pending/receivable fields to always be there, the newly introduced errors break existing functionality:
balance
pending
receivable
Likewise, if your code expects a valid hash like it always used to return, the RPC now provides an unexpected string for newly created accounts:
-
Example of breaking changes being marked in V22 release:
https://docs.nano.org/releases/release-v24-0/
Breaking changes in V24 not marked:
Misleading labels:
seems to be addressed with the exception of this part:
If your code expects
balance
/pending
/receivable
fields to always be there, the newly introduced errors break existing functionality:Likewise, if your code expects a valid hash like it always used to return, the RPC now provides an unexpected string for newly created accounts:
-
Example of breaking changes being marked in V22 release:
https://docs.nano.org/releases/release-v24-0/
Breaking changes in V24 not marked:
Misleading labels: