ChainSecurity / deployment_validation

Deployment Validation Files aim to simplify Deployment Validation of Smart Contracts
GNU Affero General Public License v3.0
22 stars 1 forks source link

Fix ast parsing #43

Closed stiefn closed 2 months ago

stiefn commented 2 months ago

Iterate over the AST of all sources to get cross-contract definitions of contracts defined in different files.

stiefn commented 2 months ago

Added a test case by importing TransparentUpgradeableProxy from OZ instead of using the flattened version Note: this version creates ProxyAdmin so the address in the admin slot changes.