github multiversx/mx-chain-mainnet-config v1.4.8.1
v1.4.8.1 - Polaris

19 months ago

Release v1.4.8.1 is out 🚀

There are 8 flags that will be enabled on epoch 938 which is scheduled to happen on February 23rd, 2023 ~15:30 UTC.

  • RuntimeMemStoreLimitEnableEpoch - a maximum hardcap limit for the mem store instruction (invariant);
  • SetSenderInEeiOutputTransferEnableEpoch - a flag that will make the EEI subsystem return & store the sender's address for easier traceability & easier debugging experience;
  • RefactorPeersMiniBlocksEnableEpoch - the epoch that the refactoring of the peer's miniblocks is activated: the miniblocks won't contain the marshalled form of the peer change info but a hash of that change. This is now done in the exact manner as the transactions are referenced, transferred & processed. The peer change info remained unchanged and it's processing results will be identical with the initial implementation. So, this change affects only the transmission and the reference of each peer change info;
  • MaxBlockchainHookCountersEnableEpoch - will limit the number of blockchain-API calls a SmartContract can perform;
  • WipeSingleNFTLiquidityDecreaseEnableEpoch - the SystemAccounts will automatically decrease the value (and do an automatically clean) whenever an NFT is wiped. Without this fix, the SystemAccount would accumulate garbage after the processing of an NFT-wipe operation;
  • AlwaysSaveTokenMetaDataEnableEpoch - will trigger the automatic update of an old-type NFT info in order to preserve the consistency of the held information accross shards;
  • BLSMultiSignerEnableEpoch.KOSK - will improve the performance of the aggregated signature verification by 2-3x. The security of the BLS signatures is not affected by this change.
  • gasScheduleV7.toml - this is a new gas schedule change that will address a bug when computing the developer rewards when executing a multi-esdt-nft-transfer. The cost won't change but the developer fees will be transferred correctly as in any other esdt operation or SC call.

The full binary release notes are published here: https://github.com/ElrondNetwork/elrond-go/releases/tag/v1.4.8

Don't miss a new mx-chain-mainnet-config release

NewReleases is sending notifications on new releases.