-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: import should count on the delta #17819
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
base: main
Are you sure you want to change the base?
Conversation
ba36e87
to
70caa5a
Compare
@mattsse @Rjected please take a look, i'm not sure why the test failed, seems not related stdout ───
stderr ───
DELAY 2/3 by 1.196s reth-rpc-e2e-tests::e2e_testsuite test_local_rpc_tests_compat
stderr ───
|
Taking a look, I can reproduce with the exact command that CI runs and stable rust toolchain, but nothing else |
Signed-off-by: tmel <[email protected]>
Signed-off-by: tmel <[email protected]>
Signed-off-by: tmel <[email protected]>
Signed-off-by: tmelhao <[email protected]>
9d370fc
to
f3a57a2
Compare
@DaniPopes please take another look, this PR is to fix the import count error |
@mattsse ping |
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.
Makes sense, leaving to @mattsse
We're using the count in table to count the imported blocks, this is incorrect, we should use the delta count to check.