makcandrov

Results 3 comments of makcandrov

I'm not in favor of resolving #38 because it will increase gas consumption in general cases to save gas in a rare case where two accounts have the same value....

It doesn't work when you need to share something (like a structure) between the interfaces ```rust alloy_sol_types::sol! { struct S { uint256 s; } interface Foo { function foo(S memory...

if you still need it I open sourced my implementation of these macros: [alloy-unit-macros](https://github.com/makcandrov/alloy-unit-macros)