Files
openzeppelin-contracts/certora/scripts/passes/verifyGovernorCountingSimple.sh
teryanarmen e04f7ded94 Fixed GPLQ spec, all rules passing (#3822)
Co-authored-by: Michael George <michael@certora.com>
Co-authored-by: Nick Armstrong <nick@certora.com>
Co-authored-by: Michael George <mdgeorge@cs.cornell.edu>
Co-authored-by: Aleksander Kryukov <firealexkryukov@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
2022-11-27 20:41:50 -03:00

13 lines
370 B
Bash

#!/usr/bin/env bash
set -euxo pipefail
# Changed: GovernorBasicHarness missing
certoraRun \
certora/harnesses/ERC20VotesHarness.sol certora/harnesses/GovernorHarness.sol \
--verify GovernorHarness:certora/specs/GovernorCountingSimple.spec \
--link GovernorHarness:token=ERC20VotesHarness \
--optimistic_loop \
--settings -copyLoopUnroll=4 \
$@