-
Notifications
You must be signed in to change notification settings - Fork 107
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
4. change(rpc): Refactor RPCs using a state tip height function #5540
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5540 +/- ##
==========================================
- Coverage 78.76% 78.69% -0.08%
==========================================
Files 305 305
Lines 38114 38122 +8
==========================================
- Hits 30022 30001 -21
- Misses 8092 8121 +29 |
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 to me, thank you for the cleanup.
GitHub does this when the workflows are different for PRs targeting This PR will get rebased anyway, after we fix |
I opened PR #5550 which should fix this. |
@Mergifyio update |
✅ Branch has been successfully updated |
b9a0aff
to
3cbe5ea
Compare
This PR conflicts with PR #5526, so I pushed a merge commit, and set it to merge after that PR merges. |
3cbe5ea
to
b6a557a
Compare
Motivation
We call the same code 4 times to get the state tip height, so I made a function for it.
Review
This is a tiny refactor, anyone can review it.
Reviewer Checklist