-
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
2a. refactor(rpc): Add the ChainTip and Network to RpcImpl #3863
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3863 +/- ##
==========================================
+ Coverage 78.80% 78.85% +0.04%
==========================================
Files 296 296
Lines 33822 33833 +11
==========================================
+ Hits 26655 26679 +24
+ Misses 7167 7154 -13 |
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.
All looks good.
6c8b6db
to
8870944
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.
Already approved PR with rebase.
Motivation
We need to estimate the chain height for these RPCs:
This PR adds the fields, but doesn't implement the RPC.
Solution
Review
This PR could cause merge conflicts, so I'm marking it as a high priority.
It is based on PR #3847.
Reviewer Checklist
Follow Up Work
Implement #3143.