From 0c785f9477550d47a3ca99cc153dab4341321f26 Mon Sep 17 00:00:00 2001 From: sweexordious Date: Tue, 28 Nov 2023 10:46:38 +0100 Subject: [PATCH] docs: document that running orchestrator is mandatory --- README.md | 2 +- docs/orchestrator.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c50f27b5..888de3c9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For a high-level overview of how Blobstream works, check [here](https://github.c ## Install -1. [Install Go](https://go.dev/doc/install) 1.21 +1. [Install Go](https://go.dev/doc/install) 1.21 2. Clone this repo 3. Install the Blobstream CLI diff --git a/docs/orchestrator.md b/docs/orchestrator.md index ed15cfd1..d62fbb94 100644 --- a/docs/orchestrator.md +++ b/docs/orchestrator.md @@ -10,6 +10,9 @@ description: Learn about the Blobstream Orchestrator. The role of the orchestrator is to sign attestations using its corresponding validator EVM private key. These attestations are generated within the Blobstream module of the Celestia-app state machine. To learn more about what attestations are, you can refer to [the Blobstream overview](https://github.com/celestiaorg/celestia-app/tree/main/x/blobstream). +> **_NOTE:_** +> Running a Blobstream orchestrator is mandatory for validators in mocha and mainnet (when announced), especially those in the active validator set! So, if you're still not running one, please do. + ## How it works The orchestrator does the following: