Skip to content

Releases: mantlenetworkio/mantle-v2

1.0.2

26 Aug 07:31
5140fd2
Compare
Choose a tag to compare

This release mainly optimizes the logic of Op-Batcher DA submission.

  • Optimized the logic related to the submission of EigenDA.
  • Added the ability to switch between EigenDA and Ethereum Blob based on configuration.
  • Added verification for the commitment returned by EigenDA.

This version was forked from Optimism v1.1.0 .

Changelog

op-batcher: optimizes DA submission #179

Docker Images

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

  • mantlenetworkio/op-node:v1.0.2

1.0.1

26 Aug 07:18
4417894
Compare
Choose a tag to compare

This release includes an important functionality, that is Mantle Sepolia testnet DA layer switches from MantleDA to EigenDA.
This version was forked from Optimism v1.1.0 .

Changelog

  • Mantle Sepolia testnet DA layer switches from MantleDA to EigenDA #163

1.0.0

14 Mar 12:15
dd64fb4
Compare
Choose a tag to compare

This release includes several important functionalities such as using MNT as the native token, implementing Mantle DA as the DA layer, and includes several bug fixes to improve system security and stability.
This version was forked from Optimism v1.1.0 .

Changelog

  • Use MNT as Native Token and Gas Token instead of Ether #2 #11
  • Adds Mantle DA as the DA layer, and optimize the acquisition of data from MantleDA and perform block state derivation. #4 #9 #29 #117
  • Add verification for some methods of bridge contract #106
  • Fix other issues.

0.5.0

11 Dec 02:33
fec1726
Compare
Choose a tag to compare

This release includes several important functionalities such as using MNT as the native token, implementing Mantle DA as the DA layer, and complement of migration tool for Mantle upgrade.
It's forked from the Release version at v1.1.0.

Changelog

  • Uses MNT as the Native Token and Gas Token, replacing Ether. #2 #11
  • Adds Mantle DA as the DA layer. #4 #9 #29
  • Enhances the Migration Tool to facilitate network upgrades of Mantle OVM versions. #19 #20
  • Introduces the gas-oracle module to record the ETH/MNT ratio, utilized for fee calculation and collection. #41
  • Supports the use of HSM (Hardware Security Module) for custody of crucial accounts in modules like op-proposer, op-batcher, etc. #43 #55
  • Improves end-to-end testing and code unit test coverage. #18 #38 #39