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
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
At this point, the validator has to manually change field name “private_key” to “secret_key”, which is suboptimal.
Is your feature request related to a problem? Please describe.
I suggest we create a new command near generate-pool-key <pool_id> that would create the file:
Today, validators use to
near generate-key <pool_id>
to create a pub/private key for theirThis creates a JSON file containing:
At this point, the validator has to manually change field name “private_key” to “secret_key”, which is suboptimal.
Is your feature request related to a problem? Please describe.
I suggest we create a new command
near generate-pool-key <pool_id>
that would create the file:Additional context
This is important during validator onboarding to avoid unnecessary and manual key file editing.
The text was updated successfully, but these errors were encountered: