-
Notifications
You must be signed in to change notification settings - Fork 142
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
fix(HTTP): Missing handlers #549
Conversation
@b00f I think you can review this PR now! |
@kehiy Everything looks good. Please not that HTTP is a just wrapper over gRPC. |
that't mean I need just remove the checks and test for them? |
Codecov Report
@@ Coverage Diff @@
## main #549 +/- ##
==========================================
+ Coverage 83.28% 83.39% +0.10%
==========================================
Files 154 154
Lines 7341 7389 +48
==========================================
+ Hits 6114 6162 +48
Misses 947 947
Partials 280 280 |
Correct. It is OK now |
Description
I worte getAccountByNumber and getValidatorByNumber handler and also test for the handlers.
Related issue(s)
feat: #528