Releases: lidofinance/lido-council-daemon
Releases · lidofinance/lido-council-daemon
1.8.2
Merge pull request #124 from lidofinance/pre-release-1.8.2 chore(release): 1.8.2
1.8.1
Merge pull request #117 from lidofinance/pre-release-1.8.1 chore(release): 1.8.1
1.8.0
Merge pull request #116 from lidofinance/pre-release-1.8.0 chore(release): 1.8.0
1.6.0
Changes
Deposit signature verification
This is a major change, now the council daemon when searching for intersections of keys from the deposit contract with Lido keys will not consider deposits that:
- have an invalid signature
- have valid Lido withdrawal credentials
Constant DSM contract address
The DSM contract address is now again a constant and is not fetched from the Lido contract. This is due to technical difficulties in getting the address, because there is no easy way to get this address. We plan to add a direct method to the Lido contract which will return the DSM contact address and then release another daemon update.
Release 1.4.2
Changes
- Support for fetching logs in chunks
- Async modules initializing
Release 1.4.0
Changes
- All contract addresses are now fetched from the Lido contract
- The Security Module contract address is updated at the beginning of each block inspection cycle