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
Then an incident like raiden-network/raiden#5122 can be prevented earlier. TravisCI can compare the hash stored in the deployment files against that stored in contracts.json.
When we upgrade only the service contracts, we do not want to deploy the other contracts. So the stored hash must not be overall_hash but the hashes of the relevant sources.
This means, each entry of contracts.json must contain a hash for each deployment file. Currently, service and raiden.
The text was updated successfully, but these errors were encountered:
Then an incident like raiden-network/raiden#5122 can be prevented earlier. TravisCI can compare the hash stored in the deployment files against that stored in
contracts.json
.When we upgrade only the service contracts, we do not want to deploy the other contracts. So the stored hash must not be
overall_hash
but the hashes of the relevant sources.This means, each entry of
contracts.json
must contain a hash for each deployment file. Currently,service
andraiden
.The text was updated successfully, but these errors were encountered: