-
Notifications
You must be signed in to change notification settings - Fork 179
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
[Access] Add state streaming API to observers #5368
[Access] Add state streaming API to observers #5368
Conversation
…-data' of github.com:AndriiDiachuk/flow-go into UlyanaAndrukhiv/4406-state-streaming-to-observer
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5368 +/- ##
==========================================
- Coverage 55.82% 55.78% -0.05%
==========================================
Files 1031 1031
Lines 100860 100860
==========================================
- Hits 56302 56261 -41
- Misses 40229 40270 +41
Partials 4329 4329
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
nothing really stands out. it will be much easier once #5256 is merged
…thub.com:UlyanaAndrukhiv/flow-go into UlyanaAndrukhiv/4406-state-streaming-to-observer
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 good for me. No other comments.
…thub.com:UlyanaAndrukhiv/flow-go into UlyanaAndrukhiv/4406-state-streaming-to-observer
@peterargue, ready for review cause #5256 was merged |
…ate-streaming-to-observer [Access] Add state streaming API to observers
#4406
This PR includes implementations the streaming API for observers. Updated integration test.
This branch was merged with #5256 as it needs some parts for the issue above.