Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task] Missing support for using as registrar #453

Open
ilblackdragon opened this issue Mar 5, 2025 · 1 comment
Open

[Task] Missing support for using as registrar #453

ilblackdragon opened this issue Mar 5, 2025 · 1 comment

Comments

@ilblackdragon
Copy link
Member

Background

There is a missing check here - if the signer account is REGISTRAR_ACCOUNT_ID

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

@frol
Copy link
Collaborator

frol commented Mar 5, 2025

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: NEW❗
Development

No branches or pull requests

2 participants