alloy-rs / core

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

Add derive[Clone] to SolEvent creation #616

Closed erikreppel closed 4 months ago

erikreppel commented 4 months ago

Motivation

Fixes https://github.com/alloy-rs/core/issues/617, allowing for SolEvent to be cloned

Solution

PR Checklist