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

fix: parse selector hashes in `sol` macro #730

Closed cre-mer closed 1 week ago

cre-mer commented 1 week ago

Motivation and Solution

This PR fixes #729. It adds a check for duplicate function selector hashes when generating a contract's ABI.

PR Checklist