unique-network
refs/commits
625c50324460
crates/evm-coder/procedural
#5af3116
Previously, generated `Call` enum had no documentation, and documentation on interface items was only kept in generated solidity interfaces. Now all documentation will be moved from impl items to generated `Call` enum
#dced9b9
#c098935
Previously, only documentation on items was parsed and preserved in generated code, now you can have documentation on interface itself
#f0dde16