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
CDT will compile smart contracts and include unused imports into the final smart contract.
To fix this the place to make changes will be in cdt-lld and revolve around how we determine liveness of those imports.
We are doing something wrong, so we will need to do a better analysis of liveness of those imports and prune those that are not used in the smart contract and those that are not reachable from 'apply' (the main entry point).
The text was updated successfully, but these errors were encountered:
CDT will compile smart contracts and include unused imports into the final smart contract.
To fix this the place to make changes will be in cdt-lld and revolve around how we determine liveness of those imports.
We are doing something wrong, so we will need to do a better analysis of liveness of those imports and prune those that are not used in the smart contract and those that are not reachable from 'apply' (the main entry point).
The text was updated successfully, but these errors were encountered: