Open spalladino opened 4 years ago
Since 0.5.13, the Solidity compiler outputs storage layout info, so we don't need to generate it ourselves from the AST. We should use it when available, since it's more reliable.
Related to #112, #113, #114
Since 0.5.13, the Solidity compiler outputs storage layout info, so we don't need to generate it ourselves from the AST. We should use it when available, since it's more reliable.