File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11# Tooling Overview
22
3- Summary of tooling used in Lido V2 : Oracle, Validator Ejector, Council Daemon, and Keys API.
3+ Summary of tooling used in Lido: Oracle, Validator Ejector, Council Daemon, and Keys API.
44
55## Oracle
66
@@ -15,6 +15,17 @@ Oracle daemon for Lido decentralized staking service.
1515- [ ** Audit Report for v6** ] ( https://github.com/lidofinance/audits/blob/main/Composable%20Security%20Lido%20Oracle%20V6%20Audit%20Report.pdf )
1616- [ ** Audit Report for v6.0.2** ] ( https://github.com/lidofinance/audits/blob/main/Composable%20Security%20Lido%20Oracle%20V6_0_2%20Audit%20Report.pdf )
1717
18+ ## Oracle V7 (proposed)
19+
20+ - ** Version** : 7.0.0
21+ - ** Docker image** : sha256: d131169b163831daeed94d88280d8a6ee4e3509dd4798c2acdc47e3dc1de7f60 , [ lidofinance/oracle@sha256-d131169b163831daeed94d88280d8a6ee4e3509dd4798c2acdc47e3dc1de7f60] ( https://hub.docker.com/layers/lidofinance/oracle/7.0.0/images/sha256-d131169b163831daeed94d88280d8a6ee4e3509dd4798c2acdc47e3dc1de7f60 )
22+ - ** Commit hash** : [ lidofinance/lido-oracle@b6e546b] ( https://github.com/lidofinance/lido-oracle/commit/b6e546bd38e73f23fa4e3edd9502e34ec5eb62ae )
23+ - ** Last update date** : 16 December 2025
24+ - [ ** Repository** ] ( https://github.com/lidofinance/lido-oracle/tree/7.0.0 )
25+ - [ ** Documentation** ] ( /guides/oracle-operator-manual )
26+ - [ ** Composable Security Audit Report** ] ( https://github.com/lidofinance/audits/blob/main/Composable%20Security%20Lido%20V3%20Oracle%20V7%20Audit%20Report%20-%2012-2025.pdf )
27+ - [ ** Certora Audit Report** ] ( https://github.com/lidofinance/audits/blob/main/Certora%20Lido%20V3%20Oracle%20V7%20Audit%20Report%20-%2012-2025.pdf )
28+
1829## Validator Ejector
1930
2031Daemon service which loads LidoOracle events for validator exits and sends out exit messages when necessary.
Original file line number Diff line number Diff line change @@ -21,12 +21,3 @@ Library for interaction with the Lido on Ethereum protocol.
2121- Documentation: [ https://lidofinance.github.io/lido-ethereum-sdk/ ] ( https://lidofinance.github.io/lido-ethereum-sdk/ )
2222- GitHub: [ https://github.com/lidofinance/lido-ethereum-sdk ] ( https://github.com/lidofinance/lido-ethereum-sdk )
2323- NPM: [ https://www.npmjs.com/package/@lidofinance/lido-ethereum-sdk ] ( https://www.npmjs.com/package/@lidofinance/lido-ethereum-sdk )
24-
25- ### Lido Python SDK
26-
27- ** Target clients** : Lido-participating Node Operators and [ LNOSG] ( https://lido.fi/governance#lnosg ) contributors.
28-
29- Library to efficiently load network data for Lido, validate node operator keys and find key duplicates.
30-
31- - GitHub: [ https://github.com/lidofinance/lido-python-sdk ] ( https://github.com/lidofinance/lido-python-sdk )
32- - Pypi: [ https://pypi.org/project/lido-sdk/ ] ( https://pypi.org/project/lido-sdk/ )
You can’t perform that action at this time.
0 commit comments