Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Improve solana-wallet network arguments #3438

Closed
@mvines

Description

solana-wallet network arguments are clunky and don't even support DNS or TLS.

        --drone-host <IP ADDRESS>    Drone host to use [default: same as --host]
        --drone-port <PORT>          Drone port to use [default: 9900]
    -n, --host <IP ADDRESS>          Host to use for both RPC and drone [default: 127.0.0.1]
        --rpc-host <IP ADDRESS>      RPC host to use [default: same as --host]
        --rpc-port <PORT>            RPC port to use [default: 8899]

Let's turn the the --rpc-host and --rpc-port arguments into something like the solana-install's json_rpc_url argument.

Then turn --drone-host/--drone-port into a single --drone argument that accepts an IP address or DNS name followed by an optional port.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions