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:
teryanarmen
2022-11-27 15:41:50 -08:00
committed by GitHub
parent 2c5194f3f1
commit e04f7ded94
18 changed files with 166 additions and 163 deletions

View File

@ -5,6 +5,5 @@ set -euxo pipefail
certoraRun \
certora/harnesses/ERC20WrapperHarness.sol certora/harnesses/ERC20PermitHarness.sol \
--verify ERC20WrapperHarness:certora/specs/ERC20Wrapper.spec \
--solc solc \
--optimistic_loop \
$@