-
Notifications
You must be signed in to change notification settings - Fork 385
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
Add some public utilities to lightning_invoice
#2730
Conversation
05d3689
to
8f2165d
Compare
8f2165d
to
1959422
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2730 +/- ##
==========================================
- Coverage 88.80% 88.70% -0.10%
==========================================
Files 113 113
Lines 89170 89355 +185
Branches 89170 89355 +185
==========================================
+ Hits 79188 79263 +75
- Misses 7729 7839 +110
Partials 2253 2253 ☔ View full report in Codecov by Sentry. |
acb1ebb
to
7a3b46e
Compare
7a3b46e
to
c2c6c4d
Compare
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.
Concept ACK
Nice work on the new public utilities! They look solid, and I couldn't spot any potential bugs or vulnerabilities. The switch from String to UntrustedString for 'Description' is a smart move too.
Aside from the comment here, I give this pull request a big thumbs up! 👍 Great job!
c2c6c4d
to
e80e8c8
Compare
Working on adding more testing infra to mutiny. These are some things that would make our life easier, so we can compare/construct things properly.