We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, new tree constructs executed persisted blocks by calling provider.get_state
provider.get_state
reth/crates/engine/tree/src/tree/mod.rs
Lines 1496 to 1504 in 5f9c43c
However, this function can only retrieve the state for blocks at tip as it only looks at plain state tables
reth/crates/storage/provider/src/providers/database/provider.rs
Lines 827 to 832 in 5f9c43c
The text was updated successfully, but these errors were encountered:
Rjected
Successfully merging a pull request may close this issue.
Description
Currently, new tree constructs executed persisted blocks by calling
provider.get_state
reth/crates/engine/tree/src/tree/mod.rs
Lines 1496 to 1504 in 5f9c43c
However, this function can only retrieve the state for blocks at tip as it only looks at plain state tables
reth/crates/storage/provider/src/providers/database/provider.rs
Lines 827 to 832 in 5f9c43c
The text was updated successfully, but these errors were encountered: