From f9c2ddbe2c825ed21bc4a456e5c736302eac0f41 Mon Sep 17 00:00:00 2001 From: piotr-iohk <42900201+piotr-iohk@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:23:16 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 11c1bce..cde8c0f 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,12 @@ This top-level repository serves as a central tech hub for the Mina Delegation P 3. **Stateless Verification Tool** ([Pull Request](https://github.com/MinaProtocol/mina/pull/14593)): This tool is essential for maintaining the integrity of submissions. Run by the Coordinator, it performs stateless verification against each submission to ascertain its validity. This verification process is critical in ensuring that only legitimate and accurate data influences the delegation scores. -## Compatibility Matrix - -| Component | Tag | Docker Image | -|---------------------------|----------------|-------------------------------------------------| -| uptime-service-backend | | | -| uptime-service-validation | | | -| stateless-verification-tool | | | - - ## Testing As the overarching repository, this is also the home for end-to-end/system and load tests that validate the entire system's functionality. These tests are crucial for ensuring that each component of the Mina Delegation Program interacts seamlessly and performs as expected. A robust testing approach helps in identifying potential bottlenecks and ensures that the system can handle real-world use cases efficiently. +For recent test results go to [Test Reports](https://github.com/MinaFoundation/mina-delegation-program-tech/wiki/Test-Reports) page. + ## E2E Tests The end-to-end (E2E) testing framework for the Mina Delegation Program is designed to comprehensively evaluate the integration and functionality of the entire system. We utilize Python's Invoke library to manage and run these tests.