raiden-contracts
raiden-contracts copied to clipboard
CI builds should detect when deployment data does not match sources
Currently, CI builds do not detect when the deployed bytecode and the bytecode in contracts.json do not match. This issue keeps track of detecting this kind of difference in the CI builds.
This requires access to the blockchain contents during the CI builds. Is that feasible?
#1309 might be a good solution without accessing the blockchains.