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

Fixed eclair-cli #354

Merged
merged 21 commits into from
Jan 11, 2018
Merged

Fixed eclair-cli #354

merged 21 commits into from
Jan 11, 2018

Conversation

pm47
Copy link
Member

@pm47 pm47 commented Jan 2, 2018

  • removed old channels case that shadowed the new one
  • connect case was using open method

- removed old `channels` case that shadowed the new one
- `connect` case was using `open` method
@pm47 pm47 requested a review from dpad85 January 2, 2018 09:55
* errors and validation are handled by the API
* URL can now be overriden with -h option
* added a verbose option to display logs
* added a start message when no command is given to eclair cli
* check that JQ is available
* added a new `connect` service with distinct `pubkey`, `pubkey`, `port` params
dpad85 and others added 19 commits January 3, 2018 18:53
Local channels list should gives more information than just the channel
id. Now this call also returns the remote node id and the state of the channel.
The JSON RPC API should be disabled by default because it enables possible
attacks on the node. The user must be aware of this and has to enable it himself.

The API also requires a user/password to be set in `eclair.conf`. If the API is
enabled and the user/password are not set, the node can not be started.

CORS is disabled.
Api authentication only checks the password, so eclair-cli doesn't require
the user to provide a username.

Help message is more concise.
Makes the color field more practical to handle and enable finer
serialization with a more readable code.

allnodes command in api now exports a list with node announcements.
This call can also filter the channels for a given nodeId
@pm47 pm47 merged commit a1d69af into master Jan 11, 2018
@pm47 pm47 deleted the fix-api-cli branch January 11, 2018 18:23
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.

None yet

2 participants