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

Multi Instance: Refactor: remove core.get_explorer() usages #2836

Open
alex-courtis opened this issue Jul 14, 2024 · 0 comments
Open

Multi Instance: Refactor: remove core.get_explorer() usages #2836

alex-courtis opened this issue Jul 14, 2024 · 0 comments

Comments

@alex-courtis
Copy link
Member

alex-courtis commented Jul 14, 2024

core.get_explorer() is not possible in a multi instance world. An Explorer instance should always be available and used.

Please add a new issue for more complex work or explorer is not easily available.

Remove them all, replacing with:

  • explorer from node or containing class
  • explorer passed from the caller
  • node.explorer passed from the caller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant