alloy-rs / core

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

fix(sol-macro): overridden event signatures #642

Closed DaniPopes closed 3 months ago

DaniPopes commented 3 months ago

The overridden name was used for calculating the signature, which is wrong.

Fixes https://github.com/alloy-rs/core/issues/640