v2.4.2
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
andGet 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)