You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By clicking “Sign up for GitHub”, you agree to our <
8FD2
a class="Link--inTextBlock" href="https://docs.github.com/terms" target="_blank">terms of service and
privacy statement. We’ll occasionally send you account related emails.
Most of these are arbitrary values, the key is p_user_address_39ff443_00 = ...aaaa0002, which is the address of the faucet. The counter
example immediately makes sense once you figure that out, but it's tricky without logging the addresses after deployment.
If instead we could show:
p_user_address_39ff443_00 = ETHFaucet_deploy_1
or
// would work if the tests included vm.label(faucet, "faucet")
p_user_address_39ff443_00 = faucet
The text was updated successfully, but these errors were encountered:
In this test:
https://github.com/0xAurelou/faucet-solidity/
Without the vm.deal(user, 0), one of the counterexamples reads like this:
Most of these are arbitrary values, the key is
p_user_address_39ff443_00 = ...aaaa0002
, which is the address of the faucet. The counterexample immediately makes sense once you figure that out, but it's tricky without logging the addresses after deployment.
If instead we could show:
or
The text was updated successfully, but these errors were encountered: