Skip to content

Commit

Permalink
Update dependency: deps/kontrol_release (#14)
Browse files Browse the repository at this point in the history
* deps/kontrol_release: Set Version 0.1.40

* deps/kontrol_release: Set Version 0.1.41

* deps/kontrol_release: Set Version 0.1.42

* Update execution script with `--match-test` flag and no rekompile

* deps/kontrol_release: Set Version 0.1.43

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Juan C <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2023
1 parent 0790da0 commit 162e5ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deps/kontrol_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.39
0.1.43
6 changes: 3 additions & 3 deletions test/run-kevm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ workers=12

# Switch the options below to turn them on or off
rekompile=--rekompile
#rekompile=
rekompile=

# Progress is saved automatically so an unfinished proof can be resumed from where it left off
# Turn on to restart proof from the beginning instead of resuming
Expand Down Expand Up @@ -87,8 +87,8 @@ use_booster=--use-booster
# List of tests to symbolically execute

tests=""
tests+="--test FixedPointMathLibVerification.testMulWad(uint256,uint256) "
tests+="--test FixedPointMathLibVerification.testMulWadUp "
tests+="--match-test FixedPointMathLibVerification.testMulWad(uint256,uint256) "
tests+="--match-test FixedPointMathLibVerification.testMulWadUp "

# Name of the claim to execute
claim=mulWadUp-first-roadblock
Expand Down

0 comments on commit 162e5ef

Please sign in to comment.