-
Notifications
You must be signed in to change notification settings - Fork 37
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
Added listHtlcOutputs RPC #581
Conversation
Code Climate has analyzed commit 9112783 and detected 0 issues on this pull request. View more on Code Climate. |
✔️ Deploy Preview for jellyfish-defi ready! 🔨 Explore the source changes: b0b2993 🔍 Inspect the deploy log: https://app.netlify.com/sites/jellyfish-defi/deploys/611a0d34324056000834c46f 😎 Browse the preview: https://deploy-preview-581--jellyfish-defi.netlify.app |
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #581 +/- ##
==========================================
- Coverage 97.45% 97.45% -0.01%
==========================================
Files 117 118 +1
Lines 3463 3540 +77
Branches 425 435 +10
==========================================
+ Hits 3375 3450 +75
- Misses 88 90 +2
Continue to review full report at Codecov.
|
9777209
to
cb47760
Compare
packages/jellyfish-api-core/__tests__/category/spv/listHtlcsOutputs.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/spv/listHtlcsOutputs.test.ts
Show resolved
Hide resolved
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.
request to add some more tests and refactor
…actor using Testing class from jellyfish-testing
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.
looks good.
What kind of PR is this?:
/kind feature
What this PR does / why we need it:
Adds listHtlcOutputs RPC
Which issue(s) does this PR fixes?:
Fixes #202 (last issue in the series)