reorganized scripts

This commit is contained in:
Nick Armstrong
2022-08-11 20:40:13 -07:00
parent b90f4d285e
commit 3e6045155e
21 changed files with 50 additions and 86 deletions

View File

@ -0,0 +1,13 @@
certoraRun \
certora/harnesses/TimelockControllerHarness.sol certora/harnesses/AccessControlHarness.sol \
--verify TimelockControllerHarness:certora/specs/TimelockController.spec \
--solc solc8.2 \
--optimistic_loop \
--loop_iter 3 \
--cloud \
--settings -byteMapHashingPrecision=32 \
--msg "TimelockController verification" \
--send_only \
# --staging alex/new-dt-hashing-alpha \