From 45bfad25c8d1cc3a00e5b4e2d504200868b4826c Mon Sep 17 00:00:00 2001 From: alelpoan <155192176+alelpoan@users.noreply.github.com> Date: Sun, 24 May 2026 18:56:56 +0300 Subject: [PATCH 1/2] docs: add contact link to "reach out" in validator lifecycle guide --- src/pages/guide/node/validator-lifecycle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guide/node/validator-lifecycle.mdx b/src/pages/guide/node/validator-lifecycle.mdx index 81d6b175..d9a476a1 100644 --- a/src/pages/guide/node/validator-lifecycle.mdx +++ b/src/pages/guide/node/validator-lifecycle.mdx @@ -27,7 +27,7 @@ The node will finish processing the current block before shutting down. Avoid us **You cannot reset a validator's data and continue with the same identity.** Doing so risks inconsistent voting, which can cause irrecoverable network safety failures. ::: -If you need to reset your validator's data, you must rotate to a new validator identity. This requires coordinating with the Tempo team to deactivate your old identity and register a new one. Don't hesitate to reach out — even with the Tempo team, this is a routine operation. +If you need to reset your validator's data, you must rotate to a new validator identity. This requires coordinating with the Tempo team to deactivate your old identity and register a new one. Don't hesitate to [reach out](mailto:partners@tempo.xyz) — even with the Tempo team, this is a routine operation. :::info Self-service data resets are coming soon. Once available, you will be able to rotate to a new identity and reset your data without coordinating with the Tempo team. See [Rotate validator identity](#rotate-validator-identity). From 67890298b857e1daf4acb90b03d642e2d452db38 Mon Sep 17 00:00:00 2001 From: alelpoan <155192176+alelpoan@users.noreply.github.com> Date: Sun, 24 May 2026 18:57:53 +0300 Subject: [PATCH 2/2] docs: add contact link to "reach out to the Tempo team" in validator status guide --- src/pages/guide/node/validator-status.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guide/node/validator-status.mdx b/src/pages/guide/node/validator-status.mdx index 72ddb3fd..453d2010 100644 --- a/src/pages/guide/node/validator-status.mdx +++ b/src/pages/guide/node/validator-status.mdx @@ -127,6 +127,6 @@ curl -s localhost:8002/metrics | grep consensus_engine_dkg_manager_ceremony_fail If `how_often_dealer` or `how_often_player` is increasing, your node is actively participating in DKG ceremonies. After your validator has been added to the network, you should alert on these metrics, as they indicate that your validator is actively participating in the network. -If your validator is not connected to other peers, but at least 3 epochs have passed, check that your node is properly configured — e.g. firewall settings are open to other peers. If you have reset your validator's state, your validator might have been blocked due to double-signing a block. In that case, please reach out to the Tempo team — even with the Tempo team, resolving this requires coordinating a new validator identity. +If your validator is not connected to other peers, but at least 3 epochs have passed, check that your node is properly configured — e.g. firewall settings are open to other peers. If you have reset your validator's state, your validator might have been blocked due to double-signing a block. In that case, please [reach out to the Tempo team](mailto:partners@tempo.xyz) — even with the Tempo team, resolving this requires coordinating a new validator identity.