-
Notifications
You must be signed in to change notification settings - Fork 185
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 subscribeEvents and subcriptionEvent #2254
Conversation
bf93293
to
26ad026
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2254 +/- ##
==========================================
- Coverage 75.44% 75.27% -0.17%
==========================================
Files 107 108 +1
Lines 11406 11541 +135
==========================================
+ Hits 8605 8688 +83
- Misses 2149 2186 +37
- Partials 652 667 +15 ☔ View full report in Codecov by Sentry. |
ecaaed4
to
6ad3741
Compare
c218d68
to
301962d
Compare
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.
Some minors comments & ask for details
The main reason for adding this interface is for testing as it is quite challenging to find events in a particular order.
301962d
to
574e637
Compare
Using jsonrpc.Request for subscription response is misleading and by adding a separate struct for returning responses to subscription events is more appropriate
574e637
to
5cac638
Compare
No description provided.