scroll-tech / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
8 stars 3 forks source link

`L1MessageTx` Considerations #15

Open frisitano opened 1 month ago

frisitano commented 1 month ago

Overview

L1MessageTx transactions are unsigned objects and as such can not be authenticated. Therefore we should not allow for these transactions to be consumed from the transaction pool. Instead we should modify the payload attributes on the engine api to support for a trusted entity to inject these transactions as they are read from L1.

github-actions[bot] commented 4 weeks ago

This issue is stale because it has been open for 21 days with no activity.

github-actions[bot] commented 2 weeks ago

This issue was closed because it has been inactive for 7 days since being marked as stale.