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>
This commit is contained in:
13
certora/scripts/passes/verifyGPLQ_proposalInOneState.sh
Normal file
13
certora/scripts/passes/verifyGPLQ_proposalInOneState.sh
Normal file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
certoraRun \
|
||||
certora/harnesses/ERC20VotesHarness.sol certora/harnesses/GovernorFullHarness.sol certora/munged/governance/TimelockController.sol \
|
||||
--verify GovernorFullHarness:certora/specs/GovernorPreventLateQuorum.spec \
|
||||
--link GovernorFullHarness:token=ERC20VotesHarness \
|
||||
--optimistic_loop \
|
||||
--rule proposalInOneState \
|
||||
--settings -t=1000 \
|
||||
--loop_iter 1 \
|
||||
$@
|
||||
Reference in New Issue
Block a user