alloy-rs / core

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

feat(sol-macro): add event filters to contracts #563

Closed DaniPopes closed 6 months ago

DaniPopes commented 6 months ago

Companion to https://github.com/alloy-rs/alloy/pull/274

Example usage: https://github.com/alloy-rs/alloy/blob/14a797b42cbfbdc857f0b0265e7c562df63d7f98/crates/contract/src/event.rs#L165