-
Notifications
You must be signed in to change notification settings - Fork 111
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
5. change(state): split ReadStateService requests into a ReadRequest enum #3866
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3866 +/- ##
==========================================
+ Coverage 78.68% 78.92% +0.23%
==========================================
Files 296 297 +1
Lines 33833 33918 +85
==========================================
+ Hits 26622 26770 +148
+ Misses 7211 7148 -63 |
72c6226
to
6ee059d
Compare
a00c9e5
to
eb0de98
Compare
6ee059d
to
2e7ff25
Compare
eb0de98
to
945bf42
Compare
2e7ff25
to
97e207c
Compare
945bf42
to
76849cb
Compare
97e207c
to
23f1add
Compare
76849cb
to
a09cb45
Compare
23f1add
to
7171c59
Compare
a09cb45
to
36f21bb
Compare
36f21bb
to
58b8a72
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.
Rebased after the base PR merged; reapproving
Motivation
This splits out a state service read request, in preparation for:
Splitting the request type allows us to just implement these methods once in the state.
Solution
Related cleanups:
Review
This PR blocks a bunch of tickets, so I've marked it as high priority.
It is based on PR #3865.
Reviewer Checklist
Follow Up Work
The tickets listed at the top of this PR.