Skip to content

feat: keep rolled back blocks available by hash#895

Open
perekopskiy wants to merge 3 commits intomainfrom
keep-rolled-back-blocks-available-by-hash
Open

feat: keep rolled back blocks available by hash#895
perekopskiy wants to merge 3 commits intomainfrom
keep-rolled-back-blocks-available-by-hash

Conversation

@perekopskiy
Copy link
Contributor

Summary

It's helpful to keep rolled back blocks and transactions in repo DB for debugging purposes

None
};

if let Some(compare_report) = &compare_report {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

evm is not Sync, so it can't be held when .await is called. This is why new if let Some() is added. For some reason drop(evm) doesn't help with the compilation error

@github-actions
Copy link

Test results

184 tests   184 ✅  18m 20s ⏱️
 26 suites    0 💤
  1 files      0 ❌

Results for commit e20879d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant