Skip to content

v2.4.2

Compare
Choose a tag to compare
@tungng98 tungng98 released this 30 Oct 05:08
· 14 commits to master since this release

This update is intended for full node and archive node. Master node is not recommended to update at this time to verify that transition to go1.18 wouldn't cause problem with the consensus.

Viction v2.4.2 fixes some issues related to RPC and upgrade supported go lang version to go1.18.

  • Fix nonce too low error when on some blocks when calling debug_traceBlockByNumber and debug_traceTransaction (#469)
  • Fix required historical state unavailable and Get tomox state fail when calling debug api against block number less than 20,581,700 (#470)
  • Fix compatibility issue when calling eth_estimateGas with modern tools and libraries: MetaMask, Remix IDE, ethers.js v6.x, web3.js, and others. (#471)