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
@ilblackdragon this is a known limitation. Registrar account id needs to be fetched from RPC (protocol config), and given how rarely this is needed, I decided that registrar operator can use a lower level transaction construction command instead of adding extra RPC call for all regular users using this command.
Thinking about it now, I wonder if we should just hardcode the registrar account id or make it configurable in the config file, so we don’t need to make that extra RPC call and yet registrar can still use this this command
Background
There is a missing check here - if the signer account is REGISTRAR_ACCOUNT_ID
near-cli-rs/src/commands/account/create_account/fund_myself_create_account/sign_as/mod.rs
Line 49 in 93085b1
User Story
I want to register a top level account signing with registrar account
Acceptance Criteria
Can run a command to sign as a registrar to sign a top level account
Resources & Additional Notes
No response
Priority
⚪ P4 : Low
The text was updated successfully, but these errors were encountered: