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

Let `update` gather new storage variables starting from initblock #13

Open stiefn opened 2 months ago

stiefn commented 2 months ago

update currently only updates the existing variables in a DVF. This is impractical for updating a DVF after the project has been changed.

The command should additionally gather all new storage slots that have been written to after the initblock. This way we don't re-add the already removed slots but still see everything that was added after the DVF has been generated.