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 tree state contains all valid blocks including all sidechains
reth/crates/engine/tree/src/tree/mod.rs
Lines 70 to 78 in 70a0cea
we need to update this on FCU and also detect reorgs
Lines 166 to 171 in 70a0cea
with this data structure this no longer is trivial
we likely need an additional index that maps parent/child relationships, similar to
reth/crates/blockchain-tree/src/block_buffer.rs
Lines 21 to 24 in 70a0cea
so can easily travers a chain
The text was updated successfully, but these errors were encountered:
fgimenez
Successfully merging a pull request may close this issue.
The tree state contains all valid blocks including all sidechains
reth/crates/engine/tree/src/tree/mod.rs
Lines 70 to 78 in 70a0cea
we need to update this on FCU and also detect reorgs
reth/crates/engine/tree/src/tree/mod.rs
Lines 166 to 171 in 70a0cea
with this data structure this no longer is trivial
we likely need an additional index that maps parent/child relationships, similar to
reth/crates/blockchain-tree/src/block_buffer.rs
Lines 21 to 24 in 70a0cea
so can easily travers a chain
The text was updated successfully, but these errors were encountered: