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