From c67e4a963ada9e42a7f4468982fc6885d141b6b0 Mon Sep 17 00:00:00 2001 From: piotr-iohk <42900201+piotr-iohk@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:58:01 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29472d6..3d5975a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Cassandra Updater +# Submission Updater [![Build](https://github.com/MinaFoundation/cassandra-updater/actions/workflows/build.yml/badge.svg)](https://github.com/MinaFoundation/cassandra-updater/actions/workflows/build.yml) -Takes a range from submissions, and updates rows with some dummy data... +This is a wrapper over the [Stateless verifier tool](https://github.com/MinaProtocol/mina/tree/develop/src/app/delegation_verify) that is responsible for communication with Cassandra database. It will select a range of submissions from Cassandra, feed `stateless_verifier` with it, collect results and update submissions with gathered data. ## Build ```