Skip to content

v1.4.14

Compare
Choose a tag to compare
@miiu96 miiu96 released this 13 Mar 16:24
7d39371

What's Changed

Breaking Changes

Node API Breaking changes

  • endpoints under the address group received an update that makes them always return empty or 0 values instead of errors when the requested account does not exist inside the trie.
    -> the list of the address group endpoints can be found on the Swagger Docs: https://gateway.multiversx.com/#/address
    -> example: (if the address erdalice... doesn't exist), then <node>/address/erd1alice.../key/0a0a0a would have returned an 'account not found' before, while now it will return an empty result

Bugfixes

Other Notable Changes

Full Changelog: v1.4.8...v1.4.14