diff --git a/docs/alpha/protocol.rst b/docs/alpha/protocol.rst index aba5303677d4ae360600172a6c65238647c61638..30430754cfe5b56a6d8baae5853676bb902d27f4 100644 --- a/docs/alpha/protocol.rst +++ b/docs/alpha/protocol.rst @@ -7,7 +7,7 @@ economic protocol represents the amendable part of Tezos. This page groups the documentation helping developers and users in understanding the basic concepts of the economic protocol -(proof-of-stake, consensus, voting, etc), its features (Michelson, +(Proof Of Stake, consensus, voting, etc), its features (Michelson, Sapling, etc), and some details about its implementation. @@ -64,14 +64,14 @@ Sapling, etc), and some details about its implementation. .. toctree:: :maxdepth: 2 - plugins + precheck .. toctree:: :maxdepth: 2 - precheck + transaction_rollups .. toctree:: :maxdepth: 2 - transaction_rollups + plugins diff --git a/docs/index.rst b/docs/index.rst index 5fdf5f087533d5a6de70aef161fdac9b3a71659b..b6ea371f71a7289b018964480262e687291bf145 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -51,11 +51,11 @@ The Community - https://tzstats.com - https://tezblock.io - https://teztracker.com/ - - https://tzkt.io (Baking focused Explorer) - - https://arronax.io + - https://tzkt.io (Baking focused explorer) + - https://arronax.io (Analytics-oriented explorer) - https://mininax.io - - https://baking-bad.org (Reward Tracker) - - https://better-call.dev (Smart-contract Explorer) + - https://baking-bad.org (Baking rewards tracker) + - https://better-call.dev (Smart contracts explorer) - A few community-run websites collect useful Tezos links: diff --git a/docs/ithaca/protocol.rst b/docs/ithaca/protocol.rst index 1567f1d805278bed5d2cde5f710aae87d6879644..668ed0c4dba827811d2b6ac7a3da6a4f0b53773d 100644 --- a/docs/ithaca/protocol.rst +++ b/docs/ithaca/protocol.rst @@ -64,10 +64,9 @@ Sapling, etc), and some details about its implementation. .. toctree:: :maxdepth: 2 - plugins + precheck .. toctree:: :maxdepth: 2 - precheck - + plugins diff --git a/docs/jakarta/protocol.rst b/docs/jakarta/protocol.rst index aba5303677d4ae360600172a6c65238647c61638..26c39e0b1c2d195b6872b50050e5be37dce51ac3 100644 --- a/docs/jakarta/protocol.rst +++ b/docs/jakarta/protocol.rst @@ -64,14 +64,14 @@ Sapling, etc), and some details about its implementation. .. toctree:: :maxdepth: 2 - plugins + precheck .. toctree:: :maxdepth: 2 - precheck + transaction_rollups .. toctree:: :maxdepth: 2 - transaction_rollups + plugins diff --git a/tezt/tests/main.ml b/tezt/tests/main.ml index f8d9d9a0c177ef061e6b60f420c1dab96739f7d6..d72fa15a7c43223a4128bf44aa334ed7960a6929 100644 --- a/tezt/tests/main.ml +++ b/tezt/tests/main.ml @@ -69,12 +69,6 @@ let () = Rpc_config_logging.register ~protocols:[Alpha] ; Protocol_table_update.register ~migrate_from ~migrate_to ; Cache_cache.register [Ithaca; Jakarta; Alpha] ; - (* TODO: https://gitlab.com/tezos/tezos/-/issues/1823 - the "Baking" test does not have a documentation. - I don't know if it is about baking accounts (and thus it is not a protocol-agnostic - test since it requires Alpha) or about baking (which would make it possible to run - on previous protocols, if not for a problem that was introduced in - Client.bake_for which causes the default key to be a baking account key). *) Baking.register ~protocols:[Ithaca; Jakarta; Alpha] ; Prevalidator.register ~protocols:[Ithaca; Jakarta; Alpha] ; Monitor_operations.register ~protocols:[Alpha] ;