Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
psinode
start messageOld message on initial execution of
psinode
:Need genesis block; use 'psibase boot' to boot chain
New message:
Node is not connected to any psibase network.
If the x-admin app is hosted at a subdomain, the message is further improved to:
Node is not connected to any psibase network. Visit '$protocol//$subdomain.psibase.127.0.0.1.sslip.io:$port' for node setup
$protocol
ishttps:
if there is an https listen directive,http:
otherwise.$subdomain
is the subdomain at which the x-admin app is hosted, (usuallyx-admin.
)$port
is the listen port, https preferred, http fallbackFor example, message might be:
Node is not connected to any psibase network. Visit 'https://x-admin.psibase.127.0.0.1.sslip.io:8070' for node setup
psibase
boot messageOld message:
Ok.
New message:
Successfully booted $api
$api
is whatever URL was passed to the-a
flag during bootFor example:
Successfully booted http://psibase.127.0.0.1.sslip.io:8069/