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
Now people cannot start networking with vegacapsule bootstrap..., they first need to correct paths to file or have exactly the same dir structure as someone who designed vegacapsule config.
disadvantages
File must exist before the network is initialized.
You have to provide one of :
relative path to the place where are you calling vegacapsule from
absolute path
both paths are very bad because they cannot be the same for most of the scenarios(different systems, different workspaces, etc.)
Solution
Allow providing plain text password for the wallet
If a password is provided, vegacapsule needs to create a password file and manage it
The text was updated successfully, but these errors were encountered:
We have the following config in the vegacapsule:
You can see we provide passwords in plain text. Then vegacapsule manage files for that password.
Issue
For some reason, we have chosen the password for vega-wallet to be an existing file.
Now people cannot start networking with
vegacapsule bootstrap...
, they first need to correct paths to file or have exactly the same dir structure as someone who designed vegacapsule config.disadvantages
Solution
The text was updated successfully, but these errors were encountered: