-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Crash when using struct as external function parameter using ABIEncoderV2 #4714
Comments
In this form this is now longer allowed in 0.5.0:
Adding a member (
|
The problem here is that There must be an issue tracking this already. |
#1603 ? |
@mattaereal yes, this is basically the unticked box in #1603 |
Closing since the crash is fixed. |
This issue is being reported as part of the current audit being held by Zeppelin Solutions to Solidity's compiler (tag v0.4.24).
Description
Compiler crashes when using a struct as a parameter for an
external
function, withpragma experimental ABIEncoderv2
.Error in file
Empty message.
libsolidity/codegen/ABIFunctions.cpp(1268)
Displayed message
Unimplemented feature.
Throw in function std::__cxx11::string dev::solidity::ABIFunctions::abiDecodingFunctionStruct(const dev::solidity::StructType&, bool)
Example code
The text was updated successfully, but these errors were encountered: