diff --git a/docs/alpha/token_management.rst b/docs/alpha/token_management.rst index 1397e8d664db9120617632ef3b1db98c7bd71792..0ef6e7b0e7a6ed696e4c5c7dd4c234a32565a6af 100644 --- a/docs/alpha/token_management.rst +++ b/docs/alpha/token_management.rst @@ -244,6 +244,7 @@ For example, for an amount of ``100`` mutez in rewards not distributed due to in "change": "100", ...} ] DAL attesting rewards are analogous to attesting rewards, except that the source account used is ``DAL attesting rewards``. +If a baker had no attestable shards in a whole cycle (so no shards of a slot which was protocol attested), then the baker gets the DAL attesting rewards "by vacuity". Depending on the staking parameters set by the delegate, some portion of the (DAL) attesting rewards will go to the freezer container, as for baking rewards and bonuses. diff --git a/docs/releases/version-23.rst b/docs/releases/version-23.rst index 77d764b1405af968d5cbd5cfe5f35554f48f7b23..8bd2c54d61b6634f0290b0b9c9655dfec3522605 100644 --- a/docs/releases/version-23.rst +++ b/docs/releases/version-23.rst @@ -107,6 +107,8 @@ Ubuntu and Debian packages sudo apt-get update sudo apt-get upgrade octez-baker +then restart the services (see :ref:`services_upgrade`). + See the :ref:`install instructions for Ubuntu and Debian packages ` for details, or if you are installing Ubuntu and Debian packages from scratch. .. warning::