nanocurrency / nano-docs

Documentation for the Nano protocol
https://docs.nano.org/
149 stars 117 forks source link

V24.0 has several breaking changes, docs claim otherwise #665

Open keerifox opened 1 year ago

keerifox commented 1 year ago

If your code expects balance/pending/receivable fields to always be there, the newly introduced errors break existing functionality:

image

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:

image

-

Example of breaking changes being marked in V22 release:

image

https://docs.nano.org/releases/release-v24-0/

Breaking changes in V24 not marked:

image

Misleading labels:

image

image

keerifox commented 1 year ago

seems to be addressed with the exception of this part:

image