Skip to main content

Mantle v2 v1.0.2

Mantle v1.0.2 is an update for optimizations of the Op-Batcher module, also with some bug fixed.

Mantle v2

  • Optimizes the logic of Op-Batcher DA submission. #179
    • 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.

op-geth

  • Fix the issue where the txpool balance verification was inaccurate, leading to the full amount transfer being mistakenly judged as insufficient balance. #90