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
Chainwatch requires access to the filesystem to find the API endpoint and token. Instead of requiring disk access, these values should be alternately configurable instead of requiring LOTUS_PATH or --repo flags.
Acceptance Criteria
On run subcommand, accept --api flag or LOTUS_API_INFO and FULLNODE_API_INFO env var as runtime option (format follows ./lotus auth api-info --perm read as <TOKEN>:<MULTIADDR>.)
On run subcommand, prefer --api flag values over values sourced by filesystem, if available. Error as usual w insufficient creds.
The text was updated successfully, but these errors were encountered:
Chainwatch requires access to the filesystem to find the API endpoint and token. Instead of requiring disk access, these values should be alternately configurable instead of requiring
LOTUS_PATH
or--repo
flags.Acceptance Criteria
run
subcommand, accept--api
flag orLOTUS_API_INFO
andFULLNODE_API_INFO
env var as runtime option (format follows./lotus auth api-info --perm read
as<TOKEN>:<MULTIADDR>
.)run
subcommand, prefer--api
flag values over values sourced by filesystem, if available. Error as usual w insufficient creds.The text was updated successfully, but these errors were encountered: