-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a feature to check that a Solidity source did not change #1257
Labels
P1
urgent, blocker, or makes life easier forever
Comments
In #1208, we need this feature only for |
pirapira
added
P1
urgent, blocker, or makes life easier forever
and removed
question
Further information is requested
labels
Oct 2, 2019
This comment has been minimized.
This comment has been minimized.
pirapira
changed the title
How to check Solidity sources didn't change?
Implement a feature to check that a Solidity source did not change
Oct 22, 2019
pirapira
added a commit
to pirapira/raiden-contracts
that referenced
this issue
Oct 22, 2019
This commit separates a function that checks one entry of contracts.json. This eases the implementation of raiden-network#1257.
4 tasks
pirapira
added a commit
to pirapira/raiden-contracts
that referenced
this issue
Oct 22, 2019
This commit separates a function that checks one entry of contracts.json. This eases the implementation of raiden-network#1257.
pirapira
added a commit
to pirapira/raiden-contracts
that referenced
this issue
Oct 22, 2019
This commit separates a function that checks one entry of contracts.json. This eases the implementation of raiden-network#1257.
pirapira
added a commit
to pirapira/raiden-contracts
that referenced
this issue
Oct 22, 2019
This commit separates a function that checks one entry of contracts.json. This eases the implementation of raiden-network#1257.
pirapira
added a commit
to pirapira/raiden-contracts
that referenced
this issue
Oct 25, 2019
This commit separates a function that checks one entry of contracts.json. This eases the implementation of raiden-network#1257.
pirapira
added a commit
to pirapira/raiden-contracts
that referenced
this issue
Oct 31, 2019
This commit separates a function that checks one entry of contracts.json. This eases the implementation of raiden-network#1257.
pirapira
added a commit
that referenced
this issue
Oct 31, 2019
This commit separates a function that checks one entry of contracts.json. This eases the implementation of #1257.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have to get
make compile_contracts
fail when the source of SecretRegistry changes. For that we need a command that compares Soldity sources against an entry incontracts.json
.contracts.json
contains "contract_checksums". This sounds useful for the purpose.This issue can be closed when
ContractSourceManager
has a new method for this purpose.The text was updated successfully, but these errors were encountered: