Skip to content

1.0.0

Compare
Choose a tag to compare
@Tri-stone Tri-stone released this 14 Mar 12:11
· 28 commits to develop since this release
4d49b52

This release includes several important functionalities such as using MNT as the native token, optimizing fee estimation, and enabling meta-transactions.
This version is forked from the v1.101105.3 release version and also pulls in the latest go-ethereum release v1.11.5.

Changelog

  • Use MNT as Native Token and Gas Token instead of Ether. #1
  • Support Meta Transaction at the protocol level for gas fee payment services in all scenarios. #2 #37
  • Optimize the estimateGas function to return the fees including the first and second floors when estimating the fees. #6 #67
  • Fix other issues.