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
the current BlockchainProvider type is tied to the blockchaintree implementation.
this will change with the new inmemory state:
reth/crates/storage/provider/src/providers/mod.rs
Lines 77 to 78 in 42182f5
instead of modifying the existing one, we should roll a new type that will eventually replace BlockchainProvider once we do the transition.
BlockchainProvider
#9606 allows us to do this without much hassle
first:
BlockchainProvider2
followup:
reth/crates/ethereum/node/src/launch.rs
Line 53 in 42182f5
The text was updated successfully, but these errors were encountered:
fgimenez
Successfully merging a pull request may close this issue.
the current BlockchainProvider type is tied to the blockchaintree implementation.
this will change with the new inmemory state:
reth/crates/storage/provider/src/providers/mod.rs
Lines 77 to 78 in 42182f5
instead of modifying the existing one, we should roll a new type that will eventually replace
BlockchainProvider
once we do the transition.#9606 allows us to do this without much hassle
TODO
first:
reth/crates/storage/provider/src/providers/mod.rs
Lines 77 to 78 in 42182f5
BlockchainProvider2
for nowfollowup:
reth/crates/ethereum/node/src/launch.rs
Line 53 in 42182f5
The text was updated successfully, but these errors were encountered: