Closed DaniPopes closed 3 days ago
Fixes https://github.com/alloy-rs/core/issues/811
Logic was implemented slightly incorrectly from https://github.com/ethereum/solidity/blob/9d7cc42bc1c12bb43e9dccf8c6c36833fdfcbbca/libsolidity/ast/Types.cpp#L2852
This is a breaking change for the generated return type structs of some mapping getters, but it should be fine since it was incorrect before too
Fixes https://github.com/alloy-rs/core/issues/811
Logic was implemented slightly incorrectly from https://github.com/ethereum/solidity/blob/9d7cc42bc1c12bb43e9dccf8c6c36833fdfcbbca/libsolidity/ast/Types.cpp#L2852
This is a breaking change for the generated return type structs of some mapping getters, but it should be fine since it was incorrect before too