From 0f998c884c0cc0c206068312c9f5512b05b9ab6c Mon Sep 17 00:00:00 2001 From: Azat Serikov Date: Mon, 7 Oct 2024 13:55:28 +0500 Subject: [PATCH] docs(readme): add repovation disclaimer --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 66c8d65f3..eb7e95640 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,6 @@ -## Disclaimer: WIP! +## Disclaimer! -This repository is currently a **work-in-progress**. - -This repository is the modernized iteration of the outdated [`lido-dao` repository](https://github.com/lidofinance/lido-dao). Significant efforts were undertaken to update the tooling and infrastructure to align with current standards and best practices. As part of this modernization process: - -- the codebase has been transitioned from JavaScript to TypeScript to leverage TypeScript's robust type-checking, IDE auto-completion, and scalability features; -- the test suite was revamped and restructured to ensure consistent approach and comprehensive testing coverage; -- deprecated dependencies (e.g. Waffle testing framework) were removed or replaced by modern alternatives; -- outdated dependencies such as Hardhat, ethers and others were upgraded to their latest versions to improve performance, compatibility and developer experience; -- Lido Aragon Apps will be migrated to the [Lido Aragon Apps repository](https://github.com/lidofinance/aragon-apps). +This is the core repository of the Lido on Ethereum protocol. The entire codebase, excluding contracts, has undergone significant refactoring and tooling modernization. For historical context or legacy information, refer to the [last legacy commit](https://github.com/lidofinance/lido-dao/tree/de9e895879126b482effedd8fa1f2af3f7dc2dd4). ---