-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Restore txpool after reboot #5509
Comments
right, we definitely want this I guess we can get away with only dumping local txs? |
I totally agree with the only dump/restore the local txs |
Adding a bit more context we can now perform cleanup tasks like: Lines 1036 to 1042 in 12d9559
so what we want here is a new task that awaits the shutdown, fetches all local transactions and writes them to a file this function should go here: we want a specific location for the file, should be a constant like: Lines 288 to 294 in 12d9559
|
Take it |
Describe the feature
Reth will not dump the txpool's content into disk and restore them after reboot, this will cause the local txs to be missing if they were not announced before reboot.
Additional context
No response
The text was updated successfully, but these errors were encountered: