Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

62 lines (43 loc) · 2.2 KB

Changelog

Notable changes to this project will be documented below.

The format is based on Keep a Changelog, and this project follows Semantic Versioning.

Added

  • Installer options
    • --eth-gas to set gas limit for relay blockchain transactions
    • --eth-type option to select blockchain group (ethereum|optimism|arbitrum, default: ethereum)
  • Support for configurable external gas price sources for relays.

Changed

  • Upgraded dependencies
  • Updated Feed asset pairs
  • New Maker Teleport parameters to account for config structure changes
  • Updated Relay asset pairs
    • Added RETH/USD as a new target contract (median) for poke
  • Updated Gofer price models
    • Removed UNI/USD
  • Updated Spire (transport layer) accepted asset pairs leaving only
    ["BTCUSD","ETHBTC","ETHUSD","LINKUSD","MANAUSD","MATICUSD","RETHUSD","WSTETHUSD","YFIUSD"]

1.7.0 - 2021-07-28

Added

  • Introduce --override-origin option to enable for adding params to origins (e.g. API Key).
  • MATIC/USD

Changed

  • Make sure install-relay works with the new config structures of spire and gofer.

1.6.1 - 2021-07-07

Fixed

  • Fixed default configurations

1.6.0 - 2021-06-15

Added

  • Introduced second transport method to allow for more resilient price updates.