-
Notifications
You must be signed in to change notification settings - Fork 925
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
refactor(rpc): move sanity check logic from rpc handlers to implementations. #1213
Conversation
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.
LGTM, but defer the proper review to @renaynay and @distractedm1nd
Codecov Report
@@ Coverage Diff @@
## main #1213 +/- ##
==========================================
+ Coverage 55.76% 55.92% +0.16%
==========================================
Files 161 161
Lines 9650 9645 -5
==========================================
+ Hits 5381 5394 +13
+ Misses 3740 3720 -20
- Partials 529 531 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Looks great 🫡 thank you for the contribution!
Rebased twice, and it still failed... |
Yeah, we have some flakiness in tests |
happy to see it passed :) |
a9d48b1
to
52ae07a
Compare
Take Wondertan's suggestion. Co-authored-by: Hlib Kanunnikov <hlibwondertan@gmail.com>
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.
Thank you @HoytRen!
I see only 1 implementation. Tell me if here are more.
Close #998