We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
accounts_frontiers
accounts_representatives
accounts_balances
seems to be addressed with the exception of this part:
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: