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
#15 introduces the InMemoryChainProvider in the kona-providers crate.
Since the Chain state provides blocks and its associated transactions to commit to the internal provider, the types are coerced into kona-derive's TxEnvelope type.
This ticket is to add a utility into reth's rpc-types-compat crate, following discussion here to handle these type conversions.
The text was updated successfully, but these errors were encountered:
Description
#15 introduces the
InMemoryChainProvider
in thekona-providers
crate.Since the
Chain
state provides blocks and its associated transactions to commit to the internal provider, the types are coerced intokona-derive
'sTxEnvelope
type.This ticket is to add a utility into reth's
rpc-types-compat
crate, following discussion here to handle these type conversions.The text was updated successfully, but these errors were encountered: