Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
chore(gas_price_service_v1): strictly ensure last_recorded_height is set, to avoid initial poll of da source #2523
chore(gas_price_service_v1): strictly ensure last_recorded_height is set, to avoid initial poll of da source #2523
Changes from 6 commits
cbc6dee
dba77da
3b60422
b151207
0a86e08
62d81ed
73cf35b
4ca7a94
159eb84
b11e03f
8a544b9
53a96cf
64385ad
dce9367
687a23b
2df50bf
2fe4efe
f9bfc8a
8a0764e
efc3676
b12c9e9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I'm not sure I understand this test.
You start and run
DaSourceService
with a block_height ofexpected_height
, but then after running the service the recorded_height is still the same? This seems to be the opposite of what the test name suggests.Should it be
instead?
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.
perhaps.. theres a bunch of things that are wrong in this pr now after #2512 was merged.
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.
cool, I didn't see it was back in draft. Will stop reviewing until it's ready for review again
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.
addressed in 73cf35b