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
We have a lot of scattered type declarations, imported in random places (the most notorious example is ScillaContractDeployer, which declares a bunch of types that really shouldn't be there now that the code has grown bigger).
Refactor to put our type decls in more reasonable places and import them everywhere they're needed.
The text was updated successfully, but these errors were encountered:
We have a lot of scattered type declarations, imported in random places (the most notorious example is ScillaContractDeployer, which declares a bunch of types that really shouldn't be there now that the code has grown bigger).
Refactor to put our type decls in more reasonable places and import them everywhere they're needed.
The text was updated successfully, but these errors were encountered: