Closed Zacholme7 closed 3 weeks ago
Hi, is that code from reth or your own app?
Hi, is that code from reth or your own app?
own app. running this/some variation of this has caused the error on 3 separate occasions.
@Zacholme7 do you have any additional state root related code you are calling? because that is what's causing the error
@Zacholme7 do you have any additional state root related code you are calling? because that is what's causing the error
Not in this situation no, sorry. This code was ran directly after the main function, so it was basically the entire program in this case.
This issue is stale because it has been open for 21 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
Describe the bug
This is a reoccurring bug that has happens to me before. Sometimes It can fix itself and sometimes it cannot. Execution is unable to boot due to the above assertion.
Steps to reproduce
I am not sure the exact cause, but it has to do with reading from the db. Most recently, the following code is what caused the error.
Node logs
Platform(s)
Linux (x86)
What version/commit are you on?
1.0.6
What database version are you on?
2
Which chain / network are you on?
base
What type of node are you running?
Full via --full flag
What prune config do you use, if any?
[prune] block_interval = 5
[prune.segments] sender_recovery = "full"
[prune.segments.account_history] distance = 10064
[prune.segments.storage_history] distance = 10064
[prune.segments.receipts_log_filter]
If you've built Reth from source, provide the full command you used
No response
Code of Conduct