Skip to content
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 implementation for events data providers #6766

Open
wants to merge 52 commits into
base: master
Choose a base branch
from

Conversation

AndriiDiachuk
Copy link
Contributor

Closes: #6588

In this PR EventsDataProvider was implemented which is responsible for providing events.

UlyanaAndrukhiv and others added 30 commits November 10, 2024 22:34
Co-authored-by: Andrii Slisarchuk <[email protected]>
…:The-K-R-O-K/flow-go into AndriiDiachuk/6588-events-data-provider
@codecov-commenter
Copy link

codecov-commenter commented Nov 27, 2024

Codecov Report

Attention: Patch coverage is 54.36409% with 183 lines in your changes missing coverage. Please review.

Project coverage is 41.23%. Comparing base (8a3055c) to head (dca9a25).

Files with missing lines Patch % Lines
.../rest/websockets/data_providers/blocks_provider.go 61.33% 25 Missing and 4 partials ⚠️
...ckets/data_providers/mock/data_provider_factory.go 0.00% 28 Missing ⚠️
...st/websockets/data_providers/mock/data_provider.go 0.00% 24 Missing ⚠️
.../rest/websockets/data_providers/events_provider.go 78.49% 14 Missing and 6 partials ⚠️
...ebsockets/data_providers/block_digests_provider.go 57.89% 14 Missing and 2 partials ⚠️
...ebsockets/data_providers/block_headers_provider.go 57.89% 14 Missing and 2 partials ⚠️
engine/access/rest/websockets/controller.go 0.00% 13 Missing ⚠️
access/handler.go 0.00% 10 Missing ⚠️
engine/access/state_stream/backend/handler.go 18.18% 9 Missing ⚠️
engine/access/subscription/util.go 0.00% 8 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6766      +/-   ##
==========================================
- Coverage   41.26%   41.23%   -0.03%     
==========================================
  Files        2061     2067       +6     
  Lines      182702   183017     +315     
==========================================
+ Hits        75384    75460      +76     
- Misses     101010   101238     +228     
- Partials     6308     6319      +11     
Flag Coverage Δ
unittests 41.23% <54.36%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Access] Add implementation for events data providers
3 participants