raiden-contracts icon indicating copy to clipboard operation
raiden-contracts copied to clipboard

A feature to skip compilation of SecretRegistry

Open pirapira opened this issue 5 years ago • 2 comments

When we upgrade the Solidity compiler #1155 but want to keep an old compilation of SecretRegistry, we need a feature where contracts except SecretRegistry is compiled.

This issue keeps track of implementing such a partial compilation.

pirapira avatar Aug 30 '19 15:08 pirapira

One way of doing it: make compile_contracts does not compile SecretRegistry, and checks that the source code of SecretRegistry did not change.

pirapira avatar Oct 02 '19 13:10 pirapira

I need to figure out how to detect source changes https://github.com/raiden-network/raiden-contracts/issues/1257.

pirapira avatar Oct 02 '19 13:10 pirapira