From 44e377189f07bfecad08419ec085528bbbb8f6f1 Mon Sep 17 00:00:00 2001 From: Chralt98 Date: Thu, 29 Aug 2024 10:32:35 +0200 Subject: [PATCH 1/2] update exit delay for staking leave --- docs/build/collator/collator-related-operation-guide.md | 2 +- .../current/build/collator/collator-related-operation-guide.md | 2 +- .../current/build/collator/collator-related-operation-guide.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/build/collator/collator-related-operation-guide.md b/docs/build/collator/collator-related-operation-guide.md index 90e97772..9eae8a10 100644 --- a/docs/build/collator/collator-related-operation-guide.md +++ b/docs/build/collator/collator-related-operation-guide.md @@ -81,7 +81,7 @@ console.log(`Candidate pool size is: ${candidatePool.length}`); ## Leave Candidate Pool If you want to leave candidate pool, you need to first schedule a request to -leave the pool and wait for an exit delay(10 blocks), after this delay you can +leave the pool and wait for an exit delay (2 staking rounds), after this delay you can execute this request and stop working as a collator. We also support temporarily leaving the candidate pool without unbonding your diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/build/collator/collator-related-operation-guide.md b/i18n/ru/docusaurus-plugin-content-docs/current/build/collator/collator-related-operation-guide.md index f3fb1ee3..0ffb5878 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/build/collator/collator-related-operation-guide.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/build/collator/collator-related-operation-guide.md @@ -80,7 +80,7 @@ console.log(`Candidate pool size is: ${candidatePool.length}`); ## Leave Candidate Pool If you want to leave candidate pool, you need to first schedule a request to -leave the pool and wait for an exit delay(10 blocks), after this delay you can +leave the pool and wait for an exit delay (2 staking rounds), after this delay you can execute this request and stop working as a collator. We also support temporarily leaving the candidate pool without unbonding diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/collator/collator-related-operation-guide.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/collator/collator-related-operation-guide.md index f3fb1ee3..0ffb5878 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/collator/collator-related-operation-guide.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/collator/collator-related-operation-guide.md @@ -80,7 +80,7 @@ console.log(`Candidate pool size is: ${candidatePool.length}`); ## Leave Candidate Pool If you want to leave candidate pool, you need to first schedule a request to -leave the pool and wait for an exit delay(10 blocks), after this delay you can +leave the pool and wait for an exit delay (2 staking rounds), after this delay you can execute this request and stop working as a collator. We also support temporarily leaving the candidate pool without unbonding From 3e40b6a4ebbd8d3f8c88e5d3c6f6fc6a142f84eb Mon Sep 17 00:00:00 2001 From: Nikhil Saboo Date: Thu, 29 Aug 2024 14:07:11 +0530 Subject: [PATCH 2/2] Format --- docs/build/collator/collator-related-operation-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/collator/collator-related-operation-guide.md b/docs/build/collator/collator-related-operation-guide.md index 9eae8a10..065875f1 100644 --- a/docs/build/collator/collator-related-operation-guide.md +++ b/docs/build/collator/collator-related-operation-guide.md @@ -81,8 +81,8 @@ console.log(`Candidate pool size is: ${candidatePool.length}`); ## Leave Candidate Pool If you want to leave candidate pool, you need to first schedule a request to -leave the pool and wait for an exit delay (2 staking rounds), after this delay you can -execute this request and stop working as a collator. +leave the pool and wait for an exit delay (2 staking rounds), after this delay +you can execute this request and stop working as a collator. We also support temporarily leaving the candidate pool without unbonding your tokens.