-
Notifications
You must be signed in to change notification settings - Fork 48
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
error: TODO: symbolic abi encoding for bytes
-- needs AbiBytesDynamicType
Abi encoding in symAbiArg
#533
Comments
Should we add bytes supportting as a AbstractBuf or ConcreteBuf? |
TODO: symbolic abi encoding for bytes
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! |
TODO: symbolic abi encoding for bytes
TODO: symbolic abi encoding for bytes
-- needs AbiBytesDynamicType
Abi encoding in symAbiArg
I just checked, it's still an issue. We can decode dynamic data, but setting it as a parameter as per |
The text was updated successfully, but these errors were encountered: