Skip to content

v2.0.0

Compare
Choose a tag to compare
@skozin skozin released this 28 Apr 21:05
· 1736 commits to master since this release
3f186f6

Docker image: lidofinance/oracle:2.0.0.

Breaking changes

This version is no longer compatible with the initial LidoOracle contract implementation.

  • Use the new LidoOracle contract API
  • Don't crash the daemon on connection and transaction errors. Log them and increase the respective Prometheus metric instead
  • Rename ETH1_NODE env variable to WEB3_PROVIDER_URI

New features

  • Don't fetch beacon balances for non-reportable epochs
  • Add Prometheus metrics
  • Integrate stETH price oracle
  • Allow specifying max_multicall via env variable

Internals

  • Use Lido helpers lib
  • Improve error logging and handling

Dependencies

  • Bump urllib3 from 1.26.2 to 1.26.4