Emilia Hane

Results 232 comments of Emilia Hane

blocked by https://github.com/ethpandaops/optimism-package/issues/281

unblocked by https://github.com/op-rs/kona/pull/1873

this issue is for the server side impl, client side is done ! ref https://github.com/op-rs/kona/issues/1731

ref https://github.com/paradigmxyz/reth/blob/217289af6f58647af9011be01bd0592abdc5b844/crates/optimism/txpool/src/validator.rs#L193-L211 this makes rpc call to `supervisor_checkAccessList`

do you mean that the `Compress` trait is redundant and can be removed in favour of `alloy_rlp::Encodable`?

second @DaniPopes suggestions in https://github.com/paradigmxyz/reth/pull/11186. let's go forth with this and replace the use of `reth_db_api::Encode` with `alloy_rlp::Encodable`. let's do this in several PRs though, one PR for each implementation...

something like this would be helpful: https://github.com/paradigmxyz/reth/pull/10616/files then moving all the getters in `FullNodeComponents` to this trait. removing this redundancy at the price of making the the trait bounds less...

let's add the associated type `type Primitives: NodePrimitives` to traits and generic `N: NodePrimitives` to types (unless types/traits are very small and can safely be assumed to only ever use...

possibly, https://github.com/paradigmxyz/reth/pull/11549 unblocks this

we are better of unifying these as one associated type `type Primitives: NodePrimitives`