issues
search
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
Failing test causes other tests to fail
#19
Open
stiefn
opened
2 months ago
stiefn
commented
2 months ago
Situation:
test_e2e_proxy fails
the MyToken.dvf file is not removed from /tmp/dvfs
another runs and deploys a contract with the same address (since we're in a new anvil instance, nonces start from beginning again)
the address gets replaced with "MyToken" in the DVF, causing the test to fail
Situation: