-
Notifications
You must be signed in to change notification settings - Fork 251
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
Added revision next for optimizing call/estimate related endpoints #776
Conversation
Should be mention that the following parameters will be used during the execution: |
Co-authored-by: libotony <[email protected]>
You mean something like this @libotony ? |
Was just spreading the info to the team, but this one looks good! |
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.
Minor bits that were mostly captured in the offline discussing.
I'm starting to think the next revision should be operational across all of our endpoints, to avoid creating edge cases. It seems to me fair to assume that if someone is requesting the "next" block they know what is that they are receiveing.
With that in mind a superset o GetSummary
would probably consolidate the api flows.
Co-authored-by: Darren Kelly <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #776 +/- ##
==========================================
+ Coverage 62.57% 62.66% +0.09%
==========================================
Files 199 199
Lines 18153 18196 +43
==========================================
+ Hits 11359 11403 +44
+ Misses 5713 5712 -1
Partials 1081 1081 ☔ View full report in Codecov by Sentry. |
There are two parts using revision, |
next
for optimizing call/estimate related endpoints
next
for optimizing call/estimate related endpoints* getsummary and getsummaryAndState decoupling * restart build
LGTM, two things needs to be checked:
|
|
a4bc240
to
8b559a3
Compare
Done, @darrenvechain had to sign your last 2 commits |
Description
using the best block + 1 when estimating
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist: