Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draft kontrol.toml #46

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions kontrol.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[build.default]
foundry-project-root = '.'
regen = true
rekompile = true
verbose = false
debug = false
require = 'test/solady-lemmas.k'
module-import = 'FixedPointMathLibVerification:SOLADY-LEMMAS'

[prove.default]
symbolic-immutables = false
assume-defined = false
no-log-rewrites = false
foundry-project-root = '.'
verbose = false
debug = false
max-depth = 100000
max-iterations = 10000
reinit = false
cse = false
workers = 1
failure-information = false
counterexample-information = false
minimize-proofs = false
fail-fast = true
smt-timeout = 5000
smt-retry-limit = 0
break-every-step = false
break-on-jumpi = false
break-on-calls = false
break-on-storage = false
break-on-basic-blocks = false
break-on-cheatcodes = false
run-constructor = false
kore-rpc-command = 'kore-rpc-booster --no-post-exec-simplify'
match-test = [ 'FixedPointMathLibVerification.testLog2']
optimize-performance = 6

[show.default]
foundry-project-root = '.'
verbose = false
debug = false
Loading