openzeppelin-sdk icon indicating copy to clipboard operation
openzeppelin-sdk copied to clipboard

Read storage layout from solidity compiler

Open spalladino opened this issue 5 years ago • 1 comments

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.

spalladino avatar Dec 12 '19 15:12 spalladino

Related to #112, #113, #114

spalladino avatar Dec 12 '19 15:12 spalladino