-
Notifications
You must be signed in to change notification settings - Fork 251
Add mempool enpoints #1035
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 mempool enpoints #1035
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1035 +/- ##
==========================================
+ Coverage 60.44% 60.48% +0.04%
==========================================
Files 219 219
Lines 22778 22876 +98
==========================================
+ Hits 13768 13837 +69
- Misses 7914 7940 +26
- Partials 1096 1099 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
In general LGTM, just left some comments about some suggested changes
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.
Minor nits - would be nice to fix the receiver mismatch, other comments are smaller things.
Description
Add mempool endpoints to the REST API
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Added unit tests for the new endpoints
Checklist: