Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zoep committed Mar 6, 2024
1 parent cfb2422 commit 9ff2055
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Act/HEVM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ checkAbi solver contract cmap = do

checkContracts :: App m => SolverGroup -> Store -> M.Map Id (Contract, BS.ByteString, BS.ByteString) -> m ()
checkContracts solvers store codemap = do
traceM "Check constract test 7"
traceM "Check constract test 10"
mapM_ (\(_, (contract, initcode, bytecode)) -> do
showMsg $ "\x1b[1mChecking contract \x1b[4m" <> nameOfContract contract <> "\x1b[m"
-- Constructor check
Expand Down
2 changes: 1 addition & 1 deletion src/Act/HEVM_utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ defaultActConfig = Config
, dumpTrace = False
, numCexFuzz = 10
, onlyCexFuzz = False
-- , decomposeStorage = False
, decomposeStorage = False
}

debugActConfig :: Config
Expand Down

0 comments on commit 9ff2055

Please sign in to comment.