-
Notifications
You must be signed in to change notification settings - Fork 150
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
Fix: Bug: Eclair - Error in GUI when open channel #804 #828
Conversation
Thanks for tackling this issue. I have a bit of feedback after testing this locally.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #828 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 139 139
Lines 4389 4401 +12
Branches 855 858 +3
=========================================
+ Hits 4389 4401 +12 ☔ View full report in Codecov by Sentry. |
Thanks for the feedback. I've added a description to the PR. |
Thanks for the updates. I will test it out this wknd. |
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.
tACK LGTM 🚀
Thanks for the changes. This looks great! I tested all 3 versions and was able to open channels and make direct payments.
There seems to be an issue with routing payments through Eclair v8.0+ nodes, but that is out of scope for this PR.
This PR Closes #804
Some ChannelData properties for the Eclair node was updated for v0.9.0 when calling its API and this caused a bug when running that version.
This PR updates the ChannelData properties to be compatible with v0.9.0, v0.8.0 and v0.7.0.