You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it planned to support resolving imports from within the sol macro? Currently sol! is largely unusable for any non-trivial contracts, since all imports have to be re-specified manually.
Is it planned to support resolving imports from within the sol macro? Currently sol! is largely unusable for any non-trivial contracts, since all imports have to be re-specified manually.
This is a tracking issue for missing
sol!
proc macro (and correspondingsol-types
,syn-solidity
) features.Blockers
sol!
support forcontract
/interface
#55sol!
from ABI JSON #73Nice-to-haves
SolType for SolStruct
impl tosol!
macro #36sol!
support for enums #37define_udt!
decl macro tosol!
proc macro #39sol!
#82sol!
contract events enum #163sol!
macro panics when trying to process an ABI JSON file #184sol-types
traits insol!
without tuples #261The text was updated successfully, but these errors were encountered: