From 4d218bdbb4dd7e8b30c577eda6d425c41c8d70a1 Mon Sep 17 00:00:00 2001 From: Albin Coquereau Date: Thu, 26 Jun 2025 09:40:27 +0200 Subject: [PATCH 1/2] Docs/alpha: remove mention of tz4 accounts forbidden as delegates --- docs/alpha/glossary.rst | 2 -- docs/alpha/proof_of_stake.rst | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/alpha/glossary.rst b/docs/alpha/glossary.rst index 422862e16ccd..34097e36b553 100644 --- a/docs/alpha/glossary.rst +++ b/docs/alpha/glossary.rst @@ -193,8 +193,6 @@ _`Delegate` A user account becomes a delegate by registering as such. Through delegation_, other accounts can delegate their rights to a delegate account. - Note that ``tz4`` accounts cannot be delegates. - _`Delegation` An operation_ in which an account_ designates a delegate_. The delegating account's balance increases the delegate_'s `baking power`_ and consequently diff --git a/docs/alpha/proof_of_stake.rst b/docs/alpha/proof_of_stake.rst index 99658cfc6b12..c1a19a55dd1a 100644 --- a/docs/alpha/proof_of_stake.rst +++ b/docs/alpha/proof_of_stake.rst @@ -31,8 +31,7 @@ Delegation and Staking A *delegate* is any :ref:`user account ` registered as such. This is done by *self-delegating*, that is, emitting a delegation operation (see below) in which the specified delegate is the same as the -operation emitter (its signer). Note that ``tz4`` accounts cannot be registered -as delegates. +operation emitter (its signer). Any :ref:`account ` (user account or smart contract) can specify a delegate through a delegation operation. Any non-delegate account can change or revoke its delegate -- GitLab From b71b6433bcbc7af79c407848012029fa44844bc9 Mon Sep 17 00:00:00 2001 From: Albin Coquereau Date: Thu, 26 Jun 2025 09:41:02 +0200 Subject: [PATCH 2/2] Docs/s023: remove mention of tz4 accounts forbidden as delegates --- docs/s023/glossary.rst | 2 -- docs/s023/proof_of_stake.rst | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/s023/glossary.rst b/docs/s023/glossary.rst index b7e8a348dbcf..fb64d034f112 100644 --- a/docs/s023/glossary.rst +++ b/docs/s023/glossary.rst @@ -193,8 +193,6 @@ _`Delegate` A user account becomes a delegate by registering as such. Through delegation_, other accounts can delegate their rights to a delegate account. - Note that ``tz4`` accounts cannot be delegates. - _`Delegation` An operation_ in which an account_ designates a delegate_. The delegating account's balance increases the delegate_'s `baking power`_ and consequently diff --git a/docs/s023/proof_of_stake.rst b/docs/s023/proof_of_stake.rst index da12ed973e44..06fb1dec7388 100644 --- a/docs/s023/proof_of_stake.rst +++ b/docs/s023/proof_of_stake.rst @@ -31,8 +31,7 @@ Delegation and Staking A *delegate* is any :ref:`user account ` registered as such. This is done by *self-delegating*, that is, emitting a delegation operation (see below) in which the specified delegate is the same as the -operation emitter (its signer). Note that ``tz4`` accounts cannot be registered -as delegates. +operation emitter (its signer). Any :ref:`account ` (user account or smart contract) can specify a delegate through a delegation operation. Any non-delegate account can change or revoke its delegate -- GitLab