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

Utilize the solidity SMT Checker for our contracts

Open LefterisJP opened this issue 6 years ago • 2 comments

The slides by @axic are here: https://drive.google.com/file/d/1AniKaHdhmDG3nkKP9jbyuE_-pjmFCl4n/view

In order to use the SMTChecker we need to add the following pragma:

pragma experimentalSMTChecker;

We should use it in order to have yet another way of detecting bugs that we may not have managed to spot on our own yet.

A nice video on explaining the usage of the SMTChecker is here.

LefterisJP avatar Jul 19 '18 14:07 LefterisJP

#566 is for TokenNetwork.

pirapira avatar May 09 '19 14:05 pirapira

See the results at https://github.com/raiden-network/raiden-contracts/issues/566#issuecomment-596655928. We should give this another try at a later time.

karlb avatar Mar 09 '20 17:03 karlb