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
Kona as well as other libraries + applications use optimism types from maili. maili-protocol exposes the L1BlockInfoTx type that provides all the functionality used in revm's custom L1BlockInfo type.
Component
other
Describe the feature you would like
Kona as well as other libraries + applications use optimism types from maili.
maili-protocol
exposes theL1BlockInfoTx
type that provides all the functionality used in revm's customL1BlockInfo
type.This ticket is to update revm to remove
L1BlockInfo
type fromrevm
and usemaili_protocol::L1BlockInfoTx
instead.Note
This is blocked by op-revm moving into it's own repository and using a new evm layer that will sit above revm (soonTM)
Additional context
Example PR: bluealloy/revm#1993
The text was updated successfully, but these errors were encountered: