Skip to content

Latest commit

 

History

History
97 lines (53 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

97 lines (53 loc) · 2.97 KB

Unreleased

Features

Enhancements

Fixes

Breaking Changes

  • #640 Update dependencies for Optimism Holocene upgrade

v1.2.0 2024-10-31

Features

  • #614 Optimize the verify logic on the rpc clients.

  • #603 Implement the UploadStatus api to check the client status.

Enhancements

  • #612 Adjust the go module name regarding the repo name update.

Fixes

Breaking Changes

v1.1.0 2024-09-02

Features

  • #525 Add the logic to check the version compatibility.

Enhancements

  • #523 Add the Signer module.
  • #530 Create the own go modules to manage the dependencies.
  • #550 Add G2 based BLS scheme.
  • #556 Refactor the optimism rpc in a more combinient way.

Fixes

Breaking Changes

  • #557 Update the batch hash logic with the merkle root.

v1.0.0 2024-07-30

Features

  • #480 Make the epoch period flexible.

Enhancements

  • #438 Reduce the L2 RPC calls from the client node.

Fixes

  • #474 Fix the committee root verification failure.