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
With EIP-2935 coming in Isthmus (L2 Pectra), we have the opportunity to drastically improve the performance of this operation. Once this has landed, we should refactor our oracle-backed history-by-number implementations to take advantage of the feature.
This is pretty critical for the performance of #927, where remote message lookups have to use this route.
The text was updated successfully, but these errors were encountered:
Overview
The history-by-number lookups we use right now are very inefficient, being a linear-time commit-reveal walkback:
kona/crates/proof-sdk/proof/src/l2/chain_provider.rs
Lines 65 to 68 in 3e88447
With
EIP-2935
coming in Isthmus (L2 Pectra), we have the opportunity to drastically improve the performance of this operation. Once this has landed, we should refactor our oracle-backed history-by-number implementations to take advantage of the feature.This is pretty critical for the performance of #927, where remote message lookups have to use this route.
The text was updated successfully, but these errors were encountered: