From 552cdb91588f60c63f316fd46156ba825c64ef19 Mon Sep 17 00:00:00 2001 From: Anastasia Courtney Date: Fri, 2 Feb 2024 16:20:09 +0000 Subject: [PATCH 1/4] Alpha/Proto: finish incomplete sentence in manager_repr.mli --- src/proto_alpha/lib_protocol/manager_repr.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/proto_alpha/lib_protocol/manager_repr.mli b/src/proto_alpha/lib_protocol/manager_repr.mli index 18ca236d71b1..6ffcba3c3402 100644 --- a/src/proto_alpha/lib_protocol/manager_repr.mli +++ b/src/proto_alpha/lib_protocol/manager_repr.mli @@ -28,7 +28,8 @@ (** The public key of the manager of a contract is reveled only after the first operation. At Origination time, the manager provides only the hash of its public key that is stored in the contract. When the public key - is actually revealed, the public key instead of the hash of the key *) + is actually revealed, the contract store is updated with the public key + instead of the hash of the key. *) type manager_key = | Hash of Signature.Public_key_hash.t | Public_key of Signature.Public_key.t -- GitLab From f08ac4e53b315c6c0e0bb7b7a8488fa4c14880f0 Mon Sep 17 00:00:00 2001 From: Valentin Chaboche Date: Tue, 6 Feb 2024 18:52:32 +0100 Subject: [PATCH 2/4] Docs/Alpha: fix merge request number --- docs/protocols/alpha.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index dbaba70fbae2..5b31633f0718 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -21,7 +21,7 @@ It requires protocol environment V12, compared to V11 for Oxford. Smart Rollups ------------- -- The unnecessary initial PVM state hash and its associated RPC are removed. (MR :gl:`!12345`) +- The unnecessary initial PVM state hash and its associated RPC are removed. (MR :gl:`!11472`) Zero Knowledge Rollups (ongoing) -------------------------------- -- GitLab From 337ce4c88162fad34e970655fc9479113c7b2d19 Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Wed, 7 Feb 2024 10:50:44 +0100 Subject: [PATCH 3/4] doc: fix _redirects file --- docs/_redirects | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_redirects b/docs/_redirects index e55945c32796..89ce128871f4 100644 --- a/docs/_redirects +++ b/docs/_redirects @@ -88,7 +88,7 @@ /whitedoc/the_big_picture.html /shell/the_big_picture.html 301 /whitedoc/validation.html /shell/validation.html 301 /whitedoc/voting.html /active/voting.html 301 -/introduction/support.html /global/support.html 301 -/introduction/test_networks.html /global/test_networks.html 301 +/introduction/support.html /introduction/tezos.html 301 +/introduction/test_networks.html /user/multinetwork.html 301 /user/various.html /user/exits.html 301 /user/versioning.html /introduction/versioning.html 301 -- GitLab From fe7f77277a691f0ceb5be770c9cff6d4f8341935 Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Wed, 7 Feb 2024 11:40:50 +0100 Subject: [PATCH 4/4] doc: remove broken link to XTZ-Shots --- docs/user/snapshots.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/user/snapshots.rst b/docs/user/snapshots.rst index 172c2b45e89a..12b0bdb7f2df 100644 --- a/docs/user/snapshots.rst +++ b/docs/user/snapshots.rst @@ -208,7 +208,6 @@ There are several services providing node snapshots. They create snapshots of their nodes on a regular basis (usually daily) and make them available for download. These include: -* `XTZ-Shots `_ +* `Tzinit snapshots `_ * `Lambs on acid `_ * `Marigold snapshots `_ -* `Tzinit snapshots `_ -- GitLab