You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
261 B
7 lines
261 B
3 years ago
|
#!/bin/bash
|
||
|
|
||
|
make -C certora munged
|
||
|
|
||
|
sh certora/scripts/verifyAllSasha
|
||
|
sh certora/scripts/verifyERC20Votes.sh "checking ERC20Votes.spec on ERC20Votes.sol"
|
||
|
sh certora/scripts/verifyERC721Votes.sh "checking ERC721Votes.spec on draft-ERC721Votes.sol and Votes.sol"
|