What's Changed
Breaking Changes
- always return empty responses when accounts are not found by @bogdan-rosianu in #5090
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 theaddress
group endpoints can be found on the Swagger Docs: https://gateway.multiversx.com/#/address
-> example: (if the addresserdalice...
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
- Save
miniblocks
from prev header at epoch start by @miiu96 in #4990 - Bug-fix outport data provider by @miiu96 in #5043
- Bug-fix
gasUsed
andfee
transasctionsFeeProcessor by @miiu96 in #5059 - latest indexer version by @miiu96 in #5065
Other Notable Changes
- Semi-integration tests for async by @iulianpascalau in #4994
- Update VM with code size fix by @camilbancioiu in #4995
- Fix gas used and fee by @miiu96 in #5026
- Remove
GetNumNodes
trie functionality by @iulianpascalau in #5024 - upgrade indexer by @miiu96 in #5089
Full Changelog: v1.4.8...v1.4.14