Skip to content

Latest commit

 

History

History
173 lines (104 loc) · 5.23 KB

CHANGELOG.md

File metadata and controls

173 lines (104 loc) · 5.23 KB

Changelog

[Unreleased]

Improvements

#275 Add diagrams of main loops. #297 Update dependabot reviewers. #341 Fix linter.

Bug Fixes

#270 Remove Cosmos PK flag

v0.3.0 - 2022-04-01

Features

#252 Point to new version of Umee + GB

v0.2.7 - 2022-03-31

Features

#231 Add multiple providers for token prices.

v0.2.6 - 2022-03-01

Features

#216 Add profitability check on the batch requester loop.

Bug Fixes

  • #217 Add validation to user input Ethereum addresses.
  • #209 Fix the version command to display correctly.
  • #205 Make sure users are warned when using unencrypted non-local urls in flags.

v0.2.5 - 2022-02-21

Features

  • [#189] Add the flag --valset-relay-mode which allows a finer control over how valsets will be relayed.

Improvements

  • [#201] Add ERC20 mappings for Umee's new tokens.

Deprecated

  • [#189] Deprecate the --relay-valsets flag.

Bug Fixes

  • [#189] Order validator set before deploying (peggo bridge deploy-gravity)

v0.2.4 - 2022-02-16

Improvements

  • [#172] Add fallback token addresses (to aid price lookup)
  • [#185] Add fallback token addresses (to aid price lookup) for Umee

Deprecated

  • [#174] Deprecate --eth-pk in favor of an env var ($PEGGO_ETH_PK)

v0.2.3 - 2022-02-07

Improvements

  • [#158] Bump Gravity Bridge module to v1.4.1
  • [#161] Bump Cosmos SDK to v0.45.1
  • [#163] Bump Umee to v0.7.4

v0.2.2 - 2022-02-01

Improvements

  • [#144] Bump Umee version to 0.7.1 and fix Gravity Bridge to v1.3.5

Bug Fixes

  • [#139] Fix issue reported by ToB's audit (TOB-001)

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!!!