You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hevm symbolic --rpc *** --address 0x4593bc01601670d8f7141561bc25a28a931b0e2d --show-reachable-tree --sig "swap(uint256,uint256,address,bytes calldata)"
hevm: Internal Error: TODO: symbolic abi encoding for bytes -- CallStack (from HasCallStack):
internalError, called at src/EVM/SymExec.hs:128:8 in hevm-0.53.0-d07512fec8d8a047a5494fc935ecbd7c50c0fcb527162bfecdae8ac151a019a8:EVM.SymExec
CallStack (from HasCallStack):
error, called at src/EVM/Types.hs:1347:19 in hevm-0.53.0-d07512fec8d8a047a5494fc935ecbd7c50c0fcb527162bfecdae8ac151a019a8:EVM.Types
internalError, called at src/EVM/SymExec.hs:128:8 in hevm-0.53.0-d07512fec8d8a047a5494fc935ecbd7c50c0fcb527162bfecdae8ac151a019a8:EVM.SymExec
The text was updated successfully, but these errors were encountered:
So we have improved this part with #522 . If you could review that then we could merge and then we can maybe work on this. Otherwise, whatever we do here will conflict with that and it'll be a nightmare to do :)
Ah, it's been merged! Well, then, we can work on this with a bit more confidence, as that thing has a fuzzer!
msooseth
changed the title
error: TODO: symbolic abi encoding for bytes
error: TODO: symbolic abi encoding for bytes -- needs AbiBytesDynamicType Abi encoding in symAbiArgAug 21, 2024
The text was updated successfully, but these errors were encountered: