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

chore(contracts): add a way to fetch operator info in BoltManager #408

Closed
merklefruit opened this issue Nov 21, 2024 · 0 comments · Fixed by #551
Closed

chore(contracts): add a way to fetch operator info in BoltManager #408

merklefruit opened this issue Nov 21, 2024 · 0 comments · Fixed by #551
Labels
C: smart-contracts Component: smart contracts T: chore Type: Chore
Milestone

Comments

@merklefruit
Copy link
Collaborator

Right now BoltManager has a private EnumerableMap of operators registered, however there is no way to fetch the data (e.g. the RPC address) of a specific operator address).

This can be circumvented by querying the rpc from a proposer status for one of the pubkeys associated with that authorized operator, however in the next iteration let's improve this for readibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: smart-contracts Component: smart contracts T: chore Type: Chore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants