Skip to content

Commit 60e2eb0

Browse files
chore: bump libs and solc version (#50)
* chore: bump libs and solc version * chore: fix certora * chore: bump aave cli
1 parent d9201bb commit 60e2eb0

File tree

9 files changed

+114
-101
lines changed

9 files changed

+114
-101
lines changed

.github/workflows/certora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232

3333
- name: Install solc
3434
run: |
35-
wget https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-static-linux
35+
wget https://github.com/ethereum/solidity/releases/download/v0.8.27/solc-static-linux
3636
chmod +x solc-static-linux
37-
sudo mv solc-static-linux /usr/local/bin/solc8.24
37+
sudo mv solc-static-linux /usr/local/bin/solc8.27
3838
3939
- name: Verify rule ${{ matrix.rule }}
4040
run: |

certora/confs/rules.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"rule_sanity": "basic",
2424
"prover_args": ["-depth 15","-mediumTimeout 1000"],
2525
"smt_timeout": "2000",
26-
"solc": "solc8.24",
26+
"solc": "solc8.27",
2727
"verify": "RiskSteward:certora/specs/rules.spec",
2828
"cache" :"none",
2929
"msg": "RISK-STEWARD::rules"

certora/confs/sanity.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"optimistic_loop": true,
1818
"prover_args": ["-depth 15","-mediumTimeout 1000"],
1919
"smt_timeout": "2000",
20-
"solc": "solc8.24",
20+
"solc": "solc8.27",
2121
"verify": "RiskSteward:certora/specs/sanity.spec",
2222
"cache" :"none",
2323
"msg": "RISK-STEWARD::sanity"

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ src = 'src'
33
test = 'tests'
44
script = 'scripts'
55
out = 'out'
6-
solc = '0.8.24'
6+
solc = '0.8.27'
77
optimizer = true
88
optimizer_runs = 200
99
libs = ['lib']

package-lock.json

Lines changed: 103 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)