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
Each time the node starts we should have a one-time check which looks for participation key files and imports them to the participation key registry. When finished the imported participation key files should be deleted.
This process should be pretty much identical to node.loadParticipationKeys(), but it runs once and deletes the files when finished.
Acceptance criteria
Use e2e go framework to test that keys are updated on startup
The text was updated successfully, but these errors were encountered:
Each time the node starts we should have a one-time check which looks for participation key files and imports them to the participation key registry. When finished the imported participation key files should be deleted.
This process should be pretty much identical to
node.loadParticipationKeys()
, but it runs once and deletes the files when finished.Acceptance criteria
Use e2e go framework to test that keys are updated on startup
The text was updated successfully, but these errors were encountered: