You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the nodeRole in HostConfig is a static field that stores the type of node we are starting. We need a way to distinguish if we're chosen for the current grandpa authority set as a voter. Alongside that, we need to store the key that we are selected to participate with so that we don't need to look it up in the keystone every time.
The text was updated successfully, but these errors were encountered:
Currently, the
nodeRole
inHostConfig
is a static field that stores the type of node we are starting. We need a way to distinguish if we're chosen for the current grandpa authority set as a voter. Alongside that, we need to store the key that we are selected to participate with so that we don't need to look it up in the keystone every time.The text was updated successfully, but these errors were encountered: