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

2436 document pairing process #525

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Conversation

nepet
Copy link
Collaborator

@nepet nepet commented Oct 7, 2024

This PR adds some basic documentation about how to use the pairing process.

This is the initial commit of a command line client for gl-client
written in rust. A cli in rust will ensure that we reflect changes in
existing APIs onto the cli in the future.

Signed-off-by: Peter Neuroth <[email protected]>
Removes comments that survived the initial refactoring.
Adds connect to peer method to the node cli

Signed-off-by: Peter Neuroth <[email protected]>
Adding listpays requires us to decode the input hex string.

Signed-off-by: Peter Neuroth <[email protected]>
Make it more concise. We like to have required arguments as positional
arguments and to have flags for optional arguments.

Signed-off-by: Peter Neuroth <[email protected]>
Use bitcoin as the default network, we no lonkger what to courage people to use testnet as a default for testing out greenlight

Signed-off-by: Peter Neuroth <[email protected]>
The signer needs the device credentials to connect to a stager.

Signed-off-by: Peter Neuroth <[email protected]>
Default to Nobody credentials if none are given, this is a convenient
way for developers to initialize a pairing session and in line which how
the scheduler api behaves.

Signed-off-by: Peter Neuroth <[email protected]>
Adds basic pairing support for demonstration purposes.

Signed-off-by: Peter Neuroth <[email protected]>
Adds pairing to the command line interface.

Signed-off-by: Peter Neuroth <[email protected]>
@nepet
Copy link
Collaborator Author

nepet commented Oct 7, 2024

Is based on #515

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant