File tree Expand file tree Collapse file tree 10 files changed +20
-0
lines changed Expand file tree Collapse file tree 10 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,7 @@ certoraRun \
8
8
certora/harness/MorphoHarness.sol \
9
9
--verify MorphoHarness:certora/specs/AccrueInterest.spec \
10
10
--solc_allow_path src \
11
+ --solc_via_ir \
12
+ --solc_optimize 4294967295 \
11
13
--msg " Morpho Blue Accrue Interest" \
12
14
" $@ "
Original file line number Diff line number Diff line change @@ -8,5 +8,7 @@ certoraRun \
8
8
certora/harness/MorphoHarness.sol \
9
9
--verify MorphoHarness:certora/specs/ConsistentState.spec \
10
10
--solc_allow_path src \
11
+ --solc_via_ir \
12
+ --solc_optimize 4294967295 \
11
13
--msg " Morpho Blue Consistent State" \
12
14
" $@ "
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ certoraRun \
8
8
certora/harness/MorphoHarness.sol \
9
9
src/mocks/OracleMock.sol \
10
10
--verify MorphoHarness:certora/specs/ExactMath.spec \
11
+ --solc_via_ir \
12
+ --solc_optimize 4294967295 \
11
13
--prover_args ' -smt_hashingScheme plaininjectivity' \
12
14
--msg " Morpho Blue Exact Math" \
13
15
" $@ "
Original file line number Diff line number Diff line change @@ -8,5 +8,7 @@ certoraRun \
8
8
certora/harness/MorphoHarness.sol \
9
9
--verify MorphoHarness:certora/specs/ExitLiquidity.spec \
10
10
--solc_allow_path src \
11
+ --solc_via_ir \
12
+ --solc_optimize 4294967295 \
11
13
--msg " Morpho Blue Exit Liquidity" \
12
14
" $@ "
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ certoraRun \
8
8
certora/harness/MorphoHarness.sol \
9
9
certora/munged/mocks/OracleMock.sol \
10
10
--verify MorphoHarness:certora/specs/Health.spec \
11
+ --solc_via_ir \
12
+ --solc_optimize 4294967295 \
11
13
--prover_args ' -smt_hashingScheme plaininjectivity' \
12
14
--msg " Morpho Blue Health Check" \
13
15
" $@ "
Original file line number Diff line number Diff line change @@ -8,5 +8,7 @@ certoraRun \
8
8
certora/harness/MorphoInternalAccess.sol \
9
9
--verify MorphoInternalAccess:certora/specs/Liveness.spec \
10
10
--solc_allow_path src \
11
+ --solc_via_ir \
12
+ --solc_optimize 4294967295 \
11
13
--msg " Morpho Blue Liveness" \
12
14
" $@ "
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ certoraRun \
8
8
certora/harness/MorphoHarness.sol \
9
9
--verify MorphoHarness:certora/specs/RatioMath.spec \
10
10
--solc_allow_path src \
11
+ --solc_via_ir \
12
+ --solc_optimize 4294967295 \
11
13
--prover_args ' -smt_hashingScheme plaininjectivity' \
12
14
--msg " Morpho Blue Ratio Math" \
13
15
" $@ "
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ make -C certora munged
7
7
certoraRun \
8
8
certora/harness/MorphoHarness.sol \
9
9
--verify MorphoHarness:certora/specs/Reentrancy.spec \
10
+ --solc_via_ir \
11
+ --solc_optimize 4294967295 \
10
12
--prover_args ' -enableStorageSplitting false' \
11
13
--msg " Morpho Blue Reentrancy" \
12
14
" $@ "
Original file line number Diff line number Diff line change @@ -7,5 +7,7 @@ make -C certora munged
7
7
certoraRun \
8
8
certora/harness/MorphoHarness.sol \
9
9
--verify MorphoHarness:certora/specs/Reverts.spec \
10
+ --solc_via_ir \
11
+ --solc_optimize 4294967295 \
10
12
--msg " Morpho Blue Reverts" \
11
13
" $@ "
Original file line number Diff line number Diff line change @@ -10,5 +10,7 @@ certoraRun \
10
10
certora/dispatch/ERC20USDT.sol \
11
11
certora/dispatch/ERC20NoRevert.sol \
12
12
--verify TransferHarness:certora/specs/Transfer.spec \
13
+ --solc_via_ir \
14
+ --solc_optimize 4294967295 \
13
15
--msg " Morpho Blue Transfer" \
14
16
" $@ "
You can’t perform that action at this time.
0 commit comments