Skip to content

Commit

Permalink
No dynamic datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Oct 31, 2024
1 parent 5de29d4 commit 9530997
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/EVM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1938,14 +1938,6 @@ cheatActions = Map.fromList
, action "assertNotEq(address,address)" $ assertNotEq AbiAddressType
, action "assertNotEq(bytes32,bytes32)" $ assertNotEq (AbiBytesType 32)
--
-- , action "assertEq(bool,bool,string)" $ assertEqMsg AbiBoolType
-- , action "assertEq(uint256,uint256,string)" $ assertEqMsg (AbiUIntType 256)
-- , action "assertEq(int256,int256,string)" $ assertEqMsg (AbiIntType 256)
-- , action "assertEq(address,address,string)" $ assertEqMsg AbiAddressType
-- , action "assertEq(bytes32,bytes32,string)" $ assertEqMsg (AbiBytesType 32)
-- , action "assertEq(string,string,string)" $ assertEqMsg AbiStringType
-- , action "assertEq(bytes,bytes,string)" $ assertEqMsg AbiBytesDynamicType
--
, action "assertLt(uint256,uint256)" $ assertLt (AbiUIntType 256)
, action "assertLt(int256,int256)" $ assertLt (AbiIntType 256)
, action "assertLe(uint256,uint256)" $ assertLe (AbiUIntType 256)
Expand Down

0 comments on commit 9530997

Please sign in to comment.