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: implement namespaces on `sol!` side #693

Closed klkvr closed 1 month ago

klkvr commented 1 month ago

Motivation

Makes sol! macro respect namespaces.

Solution

cc @DaniPopes please take a look and lmk if I should switch base to master instead

PR Checklist