diff --git a/docs/alpha/adaptive_issuance.rst b/docs/alpha/adaptive_issuance.rst index dc106bb0b9d59594d6f71695359a114d49b04595..69cf80da448c9d173e7a3bdf2cb47587b4465d4a 100644 --- a/docs/alpha/adaptive_issuance.rst +++ b/docs/alpha/adaptive_issuance.rst @@ -32,7 +32,7 @@ This document describes Adaptive Issuance and Staking, two new features of the O .. note:: - For operational details about the new staking mechanism and its configuration, see `a new staking mechanism tutorial `__. + For operational details about the new staking mechanism and its configuration, see `a new staking mechanism tutorial `__. .. _adaptive_issuance_alpha: @@ -358,7 +358,7 @@ with the mechanism. It is based on four *pseudo-operations*: ``stake``, ``unstake``, ``finalize_unstake``, and ``set_delegate_parameters``. Pseudo-operations are self-transfers: a transfer operation where the destination matches the source – each involving a special entry-point of -the same name introduced for `implicit accounts `__. +the same name introduced for :ref:`implicit accounts `. This approach was chosen to minimize the work required by wallets, custodians, exchanges, and other parties to support the functionality. diff --git a/docs/alpha/liquidity_baking.rst b/docs/alpha/liquidity_baking.rst index 44184bfa341bb54ce62f578fefed29bc14656bd1..cc29db770b34dda99213f2ab9bae945e7867d8ba 100644 --- a/docs/alpha/liquidity_baking.rst +++ b/docs/alpha/liquidity_baking.rst @@ -32,7 +32,7 @@ CPMM contract, and the CPMM's ``%default`` entrypoint is called to update the CPMM contract is 1/16th of the rewards for a block of round 0 with all attestations; currently these rewards are 20 tez per block so the amount that is sent to the CPMM contract is 1.25 tez per block. -If the :ref:adaptive issuance feature were to be activated, +If the :ref:`adaptive issuance ` feature were to be activated, the subsidy would be adjusted by the adaptive issuance coefficient. So the credits to the CPMM contract can be accounted for by indexers, they are included in block metadata as a balance update with a new constructor for ``update_origin``, ``Subsidy``. diff --git a/docs/conf.py b/docs/conf.py index e30be58c512f96049da6953aaa216723d7018e6d..4111cb903f89fa353a25ee2535832795aebf830c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -224,6 +224,7 @@ linkcheck_ignore = [ r'^\.\./', # flaky servers, to remove one day if they got more predictable r'^https://opentezos\.com/', + r'^https://crates.io/crates/tezos-smart-rollup', ] linkcheck_allowed_redirects = dict( [ diff --git a/docs/developer/long-tezts.rst b/docs/developer/long-tezts.rst index 3d848200279673c530baecdb23e8f35cc969bfe2..5c3ec3ff7c74237b9c4bfffa96e7df00811b9b20 100644 --- a/docs/developer/long-tezts.rst +++ b/docs/developer/long-tezts.rst @@ -219,7 +219,7 @@ Configuring and Running Tezt Long Tests ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ For more information about how to use the configuration file, please refer -to the `Long test module API `__. +to the `Long test module API `__. A predefined configuration has already been shipped in :src:`tezt/lib_performance_regression/local-sandbox/tezt_config.json`. It allows to use the InfluxDB and Grafana instances set up by the diff --git a/docs/introduction/tezos.rst b/docs/introduction/tezos.rst index d1af04c889fb5f3b9ca1fe9f8d6cee28ba82f8f9..8c1d28aa4db438b4d9f855803f8185343af6876f 100644 --- a/docs/introduction/tezos.rst +++ b/docs/introduction/tezos.rst @@ -41,7 +41,7 @@ The Community - A few community-run websites collect useful Tezos links: - - https://www.tezos.help (resources classified by their kind: organisations, block explorers, wallets, etc.) + - https://tezos.com/ecosystem (resources classified by their kind: organisations, block explorers, wallets, etc.) - https://tezoscommons.org/ (featured resources classified by approach: technology, developing, contributing, etc.) - https://tezos.com/developer-portal/ (resources for developers of applications built on Tezos) diff --git a/docs/oxford/adaptive_issuance.rst b/docs/oxford/adaptive_issuance.rst index 6e11327656bd03476188cfbccc0d43e491ba8ab4..3a3ad15682e51f8793c5b58d2047d9d4851a5fe8 100644 --- a/docs/oxford/adaptive_issuance.rst +++ b/docs/oxford/adaptive_issuance.rst @@ -32,7 +32,7 @@ This document describes Adaptive Issuance and Staking, two new features of the O .. note:: - For operational details about the new staking mechanism and its configuration, see `a new staking mechanism tutorial `__. + For operational details about the new staking mechanism and its configuration, see `a new staking mechanism tutorial `__. .. _adaptive_issuance_oxford: @@ -359,7 +359,7 @@ with the mechanism. It is based on four *pseudo-operations*: ``stake``, ``unstake``, ``finalize_unstake``, and ``set_delegate_parameters``. Pseudo-operations are self-transfers: a transfer operation where the destination matches the source – each involving a special entry-point of -the same name introduced for `implicit accounts `__. +the same name introduced for :ref:`implicit accounts `. This approach was chosen to minimize the work required by wallets, custodians, exchanges, and other parties to support the functionality. diff --git a/docs/oxford/liquidity_baking.rst b/docs/oxford/liquidity_baking.rst index 7936b433b34250d194507cf54580fc2b4ee5497a..154986d8167489d1e74b7f6d7ec78772f899dd6b 100644 --- a/docs/oxford/liquidity_baking.rst +++ b/docs/oxford/liquidity_baking.rst @@ -32,7 +32,7 @@ CPMM contract, and the CPMM's ``%default`` entrypoint is called to update the CPMM contract is 1/16th of the rewards for a block of round 0 with all attestations; currently these rewards are 20 tez per block so the amount that is sent to the CPMM contract is 1.25 tez per block. -If the :ref:adaptive issuance feature were to be activated, +If the :ref:`adaptive issuance ` feature were to be activated, the subsidy would be adjusted by the adaptive issuance coefficient. So the credits to the CPMM contract can be accounted for by indexers, they are included in block metadata as a balance update with a new constructor for ``update_origin``, ``Subsidy``. diff --git a/docs/releases/version-18.rst b/docs/releases/version-18.rst index c887d80411e7f7f94215a7b6b0406ce011073235..b8a147497a4a1902615ddb5c01efbe8c04b81097 100644 --- a/docs/releases/version-18.rst +++ b/docs/releases/version-18.rst @@ -40,7 +40,7 @@ The Oxford protocol includes 3 features (all part of Adaptive Issuance and the n - the ability for *delegators* to become *stakers*; and, - the changes in weight for *staked* and *delegated* funds towards the computation of baking and voting rights. -Instead, these are guarded behind a *single* per-block vote mechanism, where bakers signal their position **(Yes, No, Pass)**. +Instead, these are guarded behind a *single* per-block vote mechanism, where bakers signal their position **(On, Off, Pass)**. Specifically, the Octez v18.0 Oxford baker executable introduces a dedicated option ``--adaptive-issuance-vote``, to allow bakers to manifest their choice. The use of this flag is *optional*, and defaults to **Pass** if not present. diff --git a/docs/user/node-monitoring.rst b/docs/user/node-monitoring.rst index c32de7a35e8259470669f3f54aca98e70d5c2efa..81d79b514a3ab0b1757d8bcf7773a198e72a0d88 100644 --- a/docs/user/node-monitoring.rst +++ b/docs/user/node-monitoring.rst @@ -223,9 +223,9 @@ Note, if you use filecheck for storage monitoring, you need to configure your da Logs ~~~~ -Eventually, you may want to gather the logs from the different Octez executables. To do so, we suggest to use `Loki `_ and `Promtail `_. Promtail is used to gather the logs from each executable of Octez and pushes them to a Loki instance, for indexing metadata about the logs. +Eventually, you may want to gather the logs from the different Octez executables. To do so, we suggest to use `Loki `_ and `Promtail `_. Promtail is used to gather the logs from each executable of Octez and pushes them to a Loki instance, for indexing metadata about the logs. -You first need to install both tools, following `their installation instructions `_. +You first need to install both tools, following `their installation instructions `_. A configuration file will be required, which can be downloaded with: