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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: