-
Notifications
You must be signed in to change notification settings - Fork 792
Struct inside struct in event make cargo build fail #1220
Comments
Ref #887 |
Hey - thanks for starting the work in #1234 ! <3 |
will try to wrap this up in the upcoming days, hard work is completed though |
I don't know if this is the same issue but I think it may be. I also got a compilation error when trying to emit a rather large struct here. I first tried to just Please let me know if it's useful if I provide additional information. |
thanks, do you have rust bindings, or the abi json for this? this would make it easier to debug |
Sure. They are here: https://gist.github.com/sveitser/436b32469d191bb650d6cd4206abffe0
I also added the output of
errors. |
vote close, this limitation should now be resolved with the new human readable parser |
Version
Platform
64 bit - linux 5.15
Description
Having a contract with an event whose input is a struct containing substruct doesn't work.
See contract here.
Extract:
cargo build
returnsThe text was updated successfully, but these errors were encountered: