Skip to content
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

feat(cli): automatically determine rpc host/port #1462

Merged
1 commit merged into from
Apr 15, 2020
Merged

Commits on Apr 15, 2020

  1. feat(cli): automatically determine rpc host/port

    This enhances the cli to automatically attempt to find and read from
    the xud configuration file to determine the port and host for the xud
    gRPC service based on the configured network - which determines default
    port numbers - or configured port if specified. This prevents the user
    from having to specify the rpc port on `xucli` commands when using a
    non-mainnet xud instance or a non-default gRPC port via the config file.
    
    Closes #1451.
    sangaman committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    2063fe0 View commit details
    Browse the repository at this point in the history