Skip to content

Releases: lidofinance/lido-oracle

v2.1.1

14 Feb 08:14
be64ff6
Compare
Choose a tag to compare

Docker image: lidofinance/oracle:2.1.1.

Fixed

  • Performance issue (#146)

v2.1.0

20 Jan 11:01
632039d
Compare
Choose a tag to compare

Docker image: lidofinance/oracle:2.1.0.

Feature

  • Changelog added (#141)
  • Added optional prefixes for prometheus metrics (#131)
  • Added support for EIP-1559 (#128)
  • Added teku support (#135)

Changed

  • Upgrade lido-sdk library to new one to increase performance (#135)
  • Various improves for DockerFile (added multistage, permissions, healthcheck) (#132)

Fixed

  • Upgrade pip in DockerFile (#138)
  • Remove secrets from logs (#137)
  • Fixed DockerIgnore file (#130)

v2.0.0

28 Apr 21:05
3f186f6
Compare
Choose a tag to compare

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

v2.0.0-pre1.1

19 Apr 09:51
Compare
Choose a tag to compare
v2.0.0-pre1.1 Pre-release
Pre-release

Docker image: lidofinance/oracle:2.0.0-pre1.1.

Breaking changes:

  • 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
  • Don't crash the daemon upon beacon node connection error, report to Prometheus instead

Internals:

  • Use Lido helpers lib
  • Improve error logging and handling

Dependencies:

  • Bump urllib3 from 1.26.2 to 1.26.3

v2.0.0-pre2

05 Apr 18:51
46980b0
Compare
Choose a tag to compare
v2.0.0-pre2 Pre-release
Pre-release

This version is no longer compatible with the initial LidoOracle contract implementation, i.e. the one that's currently deployed to mainnet. Don't use it with the mainnet protocol deployment yet.

Docker image: lidofinance/oracle:2.0.0-pre2.

Breaking changes:

  • Use the new LidoOracle contract API
  • 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
  • Don't crash the daemon upon beacon node connection error, report to Prometheus instead

Internals:

  • Use Lido helpers lib
  • Improve error logging and handling

Dependencies:

  • Bump urllib3 from 1.26.2 to 1.26.3

v2.0.0-pre1

31 Mar 15:03
ef8ce20
Compare
Choose a tag to compare
v2.0.0-pre1 Pre-release
Pre-release

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

Breaking changes:

  • Rename ETH1_NODE env variable to WEB3_PROVIDER_URI

Internals:

  • Use Lido helpers lib
  • Improve error logging and handling

Dependencies:

  • Bump urllib3 from 1.26.2 to 1.26.3

v0.1.4

11 Mar 11:20
61ae70b
Compare
Choose a tag to compare
  • Fix compat with the new Lighthouse API (#107)
  • Rename ENV var FORCE to FORCE_DO_NOT_USE_IN_PRODUCTION (#107)
  • Bump aiohttp dependency version (#108)

v0.1.3

09 Jan 20:41
f602857
Compare
Choose a tag to compare
  • Improve APR calculations
  • Extend max allowed APR to 15%
  • Cosmetic fixes

v0.1.2 Mainnet

05 Jan 17:23
7ad5dec
Compare
Choose a tag to compare
  • Works with Lido Mainnet contracts
  • Events fetching improved

Goerli-Pyrmont

25 Dec 13:05
21ac15a
Compare
Choose a tag to compare
Goerli-Pyrmont Pre-release
Pre-release

Release for PoC on Goerli-Pyrmont testnet (ABI v0.1)