Skip to content

Commit

Permalink
chore: update certora & compiler used to match forge
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaSethi committed Oct 10, 2024
1 parent 6d35524 commit 126311b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
with: { java-version: "11", java-package: jre }

- name: Install certora cli
run: pip install certora-cli==7.6.3
run: pip install certora-cli==7.17.2

- name: Install solc
run: |
wget https://github.com/ethereum/solidity/releases/download/v0.8.10/solc-static-linux
wget https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux
chmod +x solc-static-linux
sudo mv solc-static-linux /usr/local/bin/solc8.10
sudo mv solc-static-linux /usr/local/bin/solc8.19
- name: Verify rule ${{ matrix.rule }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion certora/confs/ccip.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"process": "emv",
"prover_args": ["-depth 10","-mediumTimeout 700"],
"smt_timeout": "600",
"solc": "solc8.10",
"solc": "solc8.19",
"verify": "UpgradeableLockReleaseTokenPool:certora/specs/ccip.spec",
"rule_sanity": "basic",
"msg": "CCIP"
Expand Down

0 comments on commit 126311b

Please sign in to comment.