-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement the findroute
, findroutetonode
and findroutebetweennodes
commands
#21
base: master
Are you sure you want to change the base?
Conversation
@@ -879,6 +891,18 @@ class DummyEclairClient( | |||
] | |||
} | |||
""" | |||
val validFindRouteToNodeResponse = """{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're only testing the case where format=nodeId
, you need to also test the format=shortChannelId
and format=full
cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'll cover them soon.
I've added the test for different cases, like |
I'm not sure what particular change you want me to review before finishing the work? |
The implementations of these commands are added through this PR.
Code for autocompletion and unit tests, for the respective commands are also added.
To see the documentation of these commands, kindly refer : API Documentation