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 b5be792 commit cfb2422
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 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 flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs";
hevmUpstream = {
url = "github:ethereum/hevm/d050cee6c4c779bbb10f4463dfa7ad16eb99f955";
url = "github:ethereum/hevm/9eb9950cb5faf2dcfcd1a6d2ef4ed4a86958b720";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down
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 2"
traceM "Check constract test 7"
mapM_ (\(_, (contract, initcode, bytecode)) -> do
showMsg $ "\x1b[1mChecking contract \x1b[4m" <> nameOfContract contract <> "\x1b[m"
-- Constructor check
Expand Down

0 comments on commit cfb2422

Please sign in to comment.