alloy-rs / core

High-performance, well-tested & documented core libraries for Ethereum, in Rust
https://alloy.rs
Apache License 2.0
758 stars 131 forks source link

feat: IntoLogData #666

Closed prestwich closed 2 months ago

prestwich commented 2 months ago

Motivation

Groundwork for https://github.com/alloy-rs/alloy/issues/623 Adding this conversion trait allows us to bound receipt log vectors in more meaningful ways

Solution

Introduce trait for types which can be infallibly converted into LogData

PR Checklist