-
Notifications
You must be signed in to change notification settings - Fork 11.4k
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 Gateway API to query transaction history #1310
Conversation
9775377
to
c90d9c9
Compare
We are deprecating the REST API, I will add them to the new JSON-RPC implementation. |
Codecov Report
@@ Coverage Diff @@
## main #1310 +/- ##
==========================================
- Coverage 81.84% 81.82% -0.03%
==========================================
Files 99 99
Lines 20685 20765 +80
==========================================
+ Hits 16930 16990 +60
- Misses 3755 3775 +20
Continue to review 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.
Nice!
@stella3d we had discussed you adding support for this last week pending full support using follower logic |
07d470b
to
2f5912e
Compare
This PR adds two APIs:
These two APIs should be sufficient to support explorer for now.
Need someone to help finish the REST API impl.