This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 290
CDT does not generate correct ABI type for vector with a custom struct. #187
Labels
bug
Something isn't working
Comments
discovered by qui guacharo |
I check it with primitive type (uint32_t), and it also generates the same problem, i.e.
results in
Seems the problem is more generic and not just specific to custom struct. |
optional <vector < string > > does not work as well |
We don't support |
1.6.2 correctly handles the vector struct. Closing this issue in favor of #231 which can become the discussion place for the various nested containers and their support. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
CDT does not generate correct ABI type for vector with a struct.
In the attached code, the type of the lock_asset is not correctly generated. I guess it is due to the type of vector is custom struct?
lt_contract.abi.txt
lt_contract.cpp.txt
lt_contract.hpp.txt
The text was updated successfully, but these errors were encountered: