You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// we're also persisting the finalized block on disk so we can reload it on
// restart this is required by optimism which queries the finalized block: <https://github.com/ethereum-optimism/optimism/blob/c383eb880f307caa3ca41010ec10f30f08396b2e/op-node/rollup/sync/start.go#L65-L65>
let _ = self.persistence.save_finalized_block_number(finalized.number);
Describe the feature
same as
reth/crates/storage/db/src/tables/mod.rs
Lines 417 to 418 in d027b7b
but for the safe block
TODO
reth/crates/storage/provider/src/traits/finalized_block.rs
Lines 4 to 16 in d027b7b
store safe block same as
reth/crates/engine/tree/src/tree/mod.rs
Lines 2375 to 2382 in d027b7b
but for
reth/crates/engine/tree/src/tree/mod.rs
Lines 2404 to 2406 in d027b7b
Additional context
No response
The text was updated successfully, but these errors were encountered: