Closed
Description
This is a tracking issue for missing sol!
proc macro (and corresponding sol-types
, syn-solidity
) features.
Blockers
- feat: syn-solidity visitors #68
- Add support for events #38
- Add
sol!
support forcontract
/interface
#55 - Support generating
sol!
from ABI JSON #73
Nice-to-haves
- Move blanket
SolType for SolStruct
impl tosol!
macro #36 - Add
sol!
support for enums #37 - Move
define_udt!
decl macro tosol!
proc macro #39 - Resolve Solidity paths in
sol!
#82 - [Feature] Implement a trait for
sol!
contract events enum #163 - Support Fallback and Receive as special functions in sol-types #157,
sol!
macro panics when trying to process an ABI JSON file #184 - [Feature] Document impact of Solidity item visibility #254
- [Feature] Implement
sol-types
traits insol!
without tuples #261