Propagate and handle errors in database and static file services #9535
Labels
A-db
Related to the database
A-static-files
Related to static files
C-enhancement
New feature or request
S-stale
This issue/PR is stale and will close with no further activity
Some of the static file service and database service methods have error return values, although they do not get propagated and probably need to be handled.
See:
reth/crates/engine/tree/src/static_files.rs
Line 183 in 068220b
So, we will need to check the failure modes which would cause these errors, and either handle or propagate them.
The text was updated successfully, but these errors were encountered: