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

Worker<Sandbox> presumes the process is running in the same filesystem as sandbox #273

Closed
itegulov opened this issue May 11, 2023 · 0 comments · Fixed by #274
Closed

Worker<Sandbox> presumes the process is running in the same filesystem as sandbox #273

itegulov opened this issue May 11, 2023 · 0 comments · Fixed by #274

Comments

@itegulov
Copy link
Contributor

#220 presumes that the sandbox instance is running on the same filesystem as the current process. Specifically, this tries to pull the validator keys from the local filesystem, while the sandbox process might be running in a virtualized container or remotely.

We could either provide a configuration parameter for NetworkBuilder presuming that the user can fetch the keys themselves or add a sandbox endpoint that returns the keys in plaintext. Not sure if there is anything easier/more convenient.

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

Successfully merging a pull request may close this issue.

1 participant