Skip to content

Releases: mantlenetworkio/op-geth

1.0.2

26 Aug 07:27
4a20fa6
Compare
Choose a tag to compare

This release fixes the issue where the txpool balance verification was inaccurate, leading to the full amount transfer being mistakenly judged as insufficient balance.

Changelog

op-geth: L1Cost subtracted repeatedly #90

Docker Images

https://hub.docker.com/r/mantlenetworkio/op-geth/tags

  • mantlenetworkio/op-geth:v1.0.2

1.0.1

26 Aug 07:21
80eb718
Compare
Choose a tag to compare

This release includes several important functionalities such as optimizing Meta Transaction correlation logic about gasFee and adding some security checks, several bug fixes to improve system security and stability.
This version is forked from the v1.101105.3 release version and also pulls in the latest go-ethereum release v1.11.5.

Changelog

  • Optimizing Meta Transaction correlation logic about gasFee, adding some security checks. #83
  • Fix other issues about estimateGas.

1.0.0

14 Mar 12:11
4d49b52
Compare
Choose a tag to compare

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.

0.5.0

11 Dec 02:31
0d37e94
Compare
Choose a tag to compare

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

Changelog

  • Use MNT as the Native Token and Gas Token instead of Ether. #1
  • Support Meta Transactions at the protocol level for gas fee delegation services in various scenarios. #2
  • Optimize the estimateGas function to return fees inclusive of both layer1 and layer2 when estimating transaction fees. #6