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

Open
merklefruit opened this issue Nov 21, 2024 · 0 comments
Open
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

@merklefruit merklefruit added the C: smart-contracts Component: smart contracts label Nov 21, 2024
@merklefruit merklefruit added this to the v0.4: Holesky 2 milestone Nov 21, 2024
@merklefruit merklefruit added the T: chore Type: Chore label Nov 21, 2024
@mempirate mempirate modified the milestones: v0.4: Holesky 2, v0.3.2 Nov 27, 2024
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

No branches or pull requests

2 participants