-
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
feat(jellyfish-api-core): add blockchain getTxOutSetInfo RPC #1775
feat(jellyfish-api-core): add blockchain getTxOutSetInfo RPC #1775
Conversation
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Code Climate has analyzed commit f4359b8 and detected 0 issues on this pull request. View more on Code Climate. |
packages/jellyfish-api-core/__tests__/category/blockchain/getTxOutSetInfo.test.ts
Outdated
Show resolved
Hide resolved
Codecov ReportBase: 92.21% // Head: 92.01% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1775 +/- ##
==========================================
- Coverage 92.21% 92.01% -0.21%
==========================================
Files 360 360
Lines 10399 10401 +2
Branches 1302 1302
==========================================
- Hits 9589 9570 -19
- Misses 767 794 +27
+ Partials 43 37 -6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
1 minor nit, otherwise lgtm
packages/jellyfish-api-core/__tests__/category/blockchain/getTxOutSetInfo.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/blockchain/getTxOutSetInfo.test.ts
Outdated
Show resolved
Hide resolved
+ change test assertions
What this PR does / why we need it:
/kind feature
Which issue(s) does this PR fixes?:
Fixes part of #48
gettxoutsetinfo
type for RPC.