What's Changed
Core change:
- Fusion ECO Mainnet Hardfork at block height 8,250,000
- Block Base Fee will become dynamic instead of fixed 1 Gwei. The variation depends on the gas usage of parent block.
- Target Block Gas Limit set to 30,000,000 by default
- Matured Time Lock FSN assets will back to normal asset automatically when trigger by a normal transaction (From/To address triggered).
Function change:
- Support eth_feeHistory API, compatible with MetaMask even better
Fundamental change:
- Update codebase to V5
- Compile with latest golang 1.19.3
Other change:
- p2p/discover: no need to call handleReply in ping.handle by @zhiqiangxu in #73
New Contributors
- @zhiqiangxu made their first contribution in #73
Full Changelog: v4.2.0...v5.0.0