From a2e38ec593292820c079913fa9b3bf56ff5221fb Mon Sep 17 00:00:00 2001 From: Valentin Chaboche Date: Fri, 21 Apr 2023 17:42:59 +0200 Subject: [PATCH] Docs: remove endorser note --- docs/introduction/howtorun.rst | 5 ----- docs/introduction/howtouse.rst | 1 - 2 files changed, 6 deletions(-) diff --git a/docs/introduction/howtorun.rst b/docs/introduction/howtorun.rst index 933c111b981b..3a767c047bd4 100644 --- a/docs/introduction/howtorun.rst +++ b/docs/introduction/howtorun.rst @@ -192,11 +192,6 @@ However, it is safe (and actually necessary) to temporarily run two bakers just It is possible to bake and endorse using a dedicated :ref:`consensus_key` instead of the delegate's key. -.. note:: - - In protocols before Ithaca, a separate daemon, the endorser, is responsible for emitting endorsements. - In these protocols, one needs to run the daemon ``octez-endorser-NNN-*`` to endorse. - Accuser ~~~~~~~ diff --git a/docs/introduction/howtouse.rst b/docs/introduction/howtouse.rst index c00d5888f79e..a1a9efbacd0b 100644 --- a/docs/introduction/howtouse.rst +++ b/docs/introduction/howtouse.rst @@ -19,7 +19,6 @@ After a successful compilation, you should have the following binaries: - ``octez-client``: a command-line client and basic wallet (see `Client`_); - ``octez-admin-client``: administration tool for the node (see :ref:`octez-admin-client`); - ``octez-{baker,accuser}-*``: daemons to bake and accuse on the Tezos network (see :doc:`howtorun`); - note that prior to v12 of Octez, there was also an endorser daemon ``octez-endorser-*``; - ``octez-signer``: a client to remotely sign operations or blocks (see :ref:`signer`); - ``octez-smart-rollup-{client,node}-*``: executables for using and running a smart rollup as Layer 2 (see :doc:`../active/smart_rollups`) -- GitLab