Skip to content

Latest commit

 

History

History
90 lines (58 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

90 lines (58 loc) · 2.74 KB

Changelog

[Unreleased]

v0.2.1 - 2022-01-31

Improvements

  • [#132] Add cosmos-msgs-per-tx flag to set how many messages (Ethereum claims) will be sent in each Cosmos transaction.
  • [#134] Improve valset relaying by changing how we search for the last valid valset update.

Bug Fixes

  • [#134] Fix logs, CLI help and a panic when a non-function call transaction was received during the TX pending check.

v0.2.0 - 2022-01-17

Features

Improvements

  • [#123] Cleanup after GB implementation. Updates and fixes to match Gravity.sol
  • [#125] Enable running tests with Ganache. Use gentx for gravity keys.

Bug fixes

  • [#128] Fix "nonce too low" error and other issues related to relaying.

v0.1.1 - 2021-12-22

Bug Fixes

  • [#104] Claims are split into chunks of 10 to avoid hitting request limits.

Improvements

  • [#104] Changed timeout for broadcasting TXs to Umee to 60s to match that of the official Gravity Bridge.
  • [#105] Added a gas limit adjustment flag for Ethereum transactions.

v0.1.0 - 2021-12-18

Features

  • Initial release!!!