-
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 getMempoolDescendants
RPC
#1796
feat(jellyfish-api-core): add blockchain getMempoolDescendants
RPC
#1796
Conversation
Code Climate has analyzed commit 886b8dc and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportBase: 91.44% // Head: 92.65% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1796 +/- ##
==========================================
+ Coverage 91.44% 92.65% +1.20%
==========================================
Files 367 367
Lines 10770 10772 +2
Branches 1378 1379 +1
==========================================
+ Hits 9849 9981 +132
+ Misses 887 761 -126
+ Partials 34 30 -4
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. |
packages/jellyfish-api-core/__tests__/category/blockchain/getMempoolDescendants.test.ts
Show resolved
Hide resolved
getMempoolDescendants
RPC
What this PR does / why we need it:
/kind feature
Which issue(s) does this PR fixes?:
Fixes part of #48
getmempooldescendants
type for RPC.