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