From 0b8af24f2ad8fd6f438b279077bf236216a24161 Mon Sep 17 00:00:00 2001 From: Julien Tesson Date: Tue, 2 Apr 2024 09:44:10 +0200 Subject: [PATCH 1/2] docs/paris: add staker to glossary --- docs/paris/glossary.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/paris/glossary.rst b/docs/paris/glossary.rst index 4943cb645754..5b8785a36af1 100644 --- a/docs/paris/glossary.rst +++ b/docs/paris/glossary.rst @@ -313,7 +313,13 @@ _`Stake` it. However, there are cases when this is not the case, see :ref:`here` for details. -_`Transaction` +_`Staker` + An `implicit account`_ that made a security deposit. + The implicit account must have set a delegate. + The security deposit accrues to the stake of the implicit account's delegate and is + subject to slashing in case the delegate misbehaves -- see :ref:`Slashing`. + + _`Transaction` An operation_ to transfer tez between two accounts, or to run the code of a `smart contract`_. -- GitLab From 8785f5764c92030b32e8eba3c94e642802079781 Mon Sep 17 00:00:00 2001 From: Julien Tesson Date: Tue, 2 Apr 2024 09:44:42 +0200 Subject: [PATCH 2/2] docs/alpha: add staker to glossary --- docs/alpha/glossary.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/alpha/glossary.rst b/docs/alpha/glossary.rst index 14b47be8a6b1..e4e5b683747c 100644 --- a/docs/alpha/glossary.rst +++ b/docs/alpha/glossary.rst @@ -313,6 +313,12 @@ _`Stake` it. However, there are cases when this is not the case, see :ref:`here` for details. +_`Staker` + An `implicit account`_ that made a security deposit. + The implicit account must have set a delegate. + The security deposit accrues to the stake of the implicit account's delegate and is + subject to slashing in case the delegate misbehaves -- see :ref:`Slashing`. + _`Transaction` An operation_ to transfer tez between two accounts, or to run the code of a `smart contract`_. -- GitLab