alloy-rs / alloy

Transports, Middleware, and Networks for the Alloy project
https://alloy.rs
Apache License 2.0
664 stars 239 forks source link

Add blanket impl of Transaction, TxReceipt and BlockHeader references #1657

Closed emhane closed 6 days ago

emhane commented 1 week ago

Motivation

Improve usability of abstraction of data primitives. Ref https://github.com/paradigmxyz/reth/pull/12613.

Solution

Add blanket implementations of Transaction and BlockHeader for &T and Arc<T>.

PR Checklist