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 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
Internals
- Use Lido helpers lib
- Improve error logging and handling
Dependencies
- Bump
urllib3
from 1.26.2 to 1.26.4