Skip to content

Commit

Permalink
tinkering with certora
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Jun 30, 2023
1 parent 1a87152 commit 6610267
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with: { java-version: "17", java-package: jre, distribution: semeru }

- name: Install certora cli-beta
run: pip install -Iv certora-cli-beta==4.2.0
run: pip install -Iv certora-cli

- name: Install solc
run: |
Expand Down
1 change: 0 additions & 1 deletion certora/scripts/verifySafe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ certoraRun certora/harnesses/SafeHarness.sol \
--verify SafeHarness:certora/specs/Safe.spec \
--solc solc7.6 \
--optimistic_loop \
--prover_args "-optimisticFallback true" \
--loop_iter 3 \
--optimistic_hashing \
--hashing_length_bound 352 \
Expand Down
1 change: 0 additions & 1 deletion certora/specs/Safe.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
methods {
//
function getThreshold() external returns (uint256) envfree;
function disableModule(address,address) external;
function nonce() external returns (uint256) envfree;
Expand Down

0 comments on commit 6610267

Please sign in to comment.