-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added tutorial for multikey #918
base: development
Are you sure you want to change the base?
Conversation
@iulianpascalau please review |
|
||
Make sure that all operations from step 6 are made as quickly as possible. In case this step takes a long time, the backup multikey group should take over. | ||
|
||
:::caution | ||
Always attempt this process while closely monitor your nodes. If done correctly, your nodes might experience a brief rating drop (until the backup group takes over - if necessary) | ||
::: | ||
|
||
### Setup a multikey node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is better to go before L316 (Migration guide from single-key operation to multikey)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not done
@@ -332,6 +326,12 @@ Whenever deciding to switch from single-key operation to multikey, the following | |||
|
|||
Make sure that all operations from step 6 are made as quickly as possible. In case this step takes a long time, the backup multikey group should take over. | |||
|
|||
:::warning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this change? I think the warning should be put before the script
|
||
Make sure that all operations from step 6 are made as quickly as possible. In case this step takes a long time, the backup multikey group should take over. | ||
|
||
:::caution | ||
Always attempt this process while closely monitor your nodes. If done correctly, your nodes might experience a brief rating drop (until the backup group takes over - if necessary) | ||
::: | ||
|
||
### Setup a multikey node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not done
Description of the pull request (what is new / what has changed)
Did you test the changes locally ?
Which category (categories) does this pull request belong to?