[Refactor]: Get rid of sol_interface!
macro
#425
Labels
effort: medium
Default level of effort.
needs triage
Needs to be assigned the appropriate labels
priority: 1
We will do our best to deal with this.
type: ref
A code update that doesn't meaningfully change functionality.
What is the feature you would like to see?
Investigate if there is a possibility to remove all occurrences of
sol_interface
and use our Rust traits.E.g.
VestingWallet
contract needs this refactor (for callingErc20::balanceOf
).Contribution Guidelines
The text was updated successfully, but these errors were encountered: