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
fdctl: add get-identity command to retrieve runtime validator identity
Add new fdctl command to query the current runtime identity of a running
validator. This command reads the identity from the GUI tile's shared
memory, which reflects any changes made by set-identity.
The command requires GUI to be enabled, as it's the most reliable source
for the current runtime identity that persists across identity switches.
Usage: fdctl get-identity
Returns the validator's current identity public key in base58 format.
0 commit comments