Release v1.4.14.0 is out 🚀
There is only one flag that will be enabled on epoch 970 which is scheduled to happen on Monday 27th, 2023 ~15:35 UTC.
RuntimeCodeSizeFixEnableEpoch
fixes a wrong smart contract code size computation bug that, in certain conditions, could have prevented the correct operation of the nodes that just joined in the network at a certain epoch.- 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 addresserd1alice...
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.
The full binary release notes are published here: https://github.com/multiversx/mx-chain-go/releases/tag/v1.4.14