-
Notifications
You must be signed in to change notification settings - Fork 217
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
Update docs for --light
mode
#3191
Conversation
--node-socket FILE Path to the node's domain socket file (POSIX) or pipe | ||
name (Windows). Note: Maximum length for POSIX socket | ||
files is approx. 100 bytes. Note: Windows named pipes | ||
are of the form \\.\pipe\cardano-node | ||
--light Enable light mode | ||
--blockfrost-token-file FILE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These options are mutually exclusive. I don't know if this documentation is supposed to indicate it somehow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a copy-paste
of Available options
from cardano-wallet serve --help
... the mutual exclusiveness is there indicated by usage
:
Usage: cardano-wallet serve [--listen-address HOST]
(--node-socket FILE | --light
--blockfrost-token-file FILE)
[--random-port | --port INT]
[--tls-ca-cert FILE --tls-sv-cert FILE
--tls-sv-key FILE]
(--mainnet | --testnet FILE | --staging FILE)
[--database DIR] [--sync-tolerance DURATION]
[--shutdown-handler]
[--pool-metadata-fetching ( none | direct | SMASH-URL )]
[--token-metadata-server URL]
[--trace-NAME SEVERITY]
Perhaps a note in docs would be handy too.
Co-authored-by: Yura Lazarev <Unisay@users.noreply.github.com>
bors r+ |
Build succeeded: |
--light
modeComments
Issue Number
ADP-1426