Skip to content

Latest commit

 

History

History
219 lines (132 loc) · 7.26 KB

CHANGELOG.md

File metadata and controls

219 lines (132 loc) · 7.26 KB

Changelog

[Unreleased]

Improvements

  • #412 Update price-feeder to v2.0.1 and removed FTX and Binance from default providers.
    • update go to 1.19
  • #328f55c Cosmos SDK to v0.46.7.
  • #399 Update price-feeder to v101 and umee to v3.1.0.

v1.3.0 - 2022-10-26

Improvements

  • #394 Add hook for send logs to Google Cloud
  • #385 Create docker images when new tag is released

v1.2.0 - 2022-10-01

Improvements

  • #376 Add eth-merge-pause flag

v1.1.0 - 2022-09-26

Improvements

  • #367 Set ETH block delay to 96 blocks

v1.0.1 - 2022-09-21

Improvements

  • #365 Reduce oracle noise msgs

v1.0.0 - 2022-09-14

Improvements

  • #362 Update umeed to v3.
  • #343 Upgrade to cosmos-sdk v0.46.1.
  • #341 Fix linter.
  • #334 Update to go 1.18.
  • #326 Refactory of eth getCurrentBlock.
  • #311 Add valset update at each 2000 eth blocks.

v0.4.0 - 2022-07-14

Improvements

  • #308 Change stablecoin from UST to DAI.
  • #299 Fix lint warnings.
  • #297 Update dependabot reviewers.
  • #275 Add diagrams of main loops.

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