1.0.0
Tri-stone
released this
14 Mar 12:11
·
28 commits
to develop
since this release
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.