Add array and tuple params support#1
Conversation
|
Hi! Thanks for your work on this, I have written my thoughts of the specification itself at ethereum magicians here : Regarding the code itself, until we all agree on the specification, I will just comment on 2 things :
I will not comment yet on the code itself until we all agree on the specification discussed at ethereum magicians :) Thanks for working on this, this is a non trivial item! |
|
Before proceeding, I recommend formatting the code using tools like gofmt. Currently, the code lacks a standard format, making it difficult to maintain a consistent coding style. |
I would recommend creating another issue/PR to track/address formatting. Putting the new feature and reformat in a single PR is difficult to review. |
Added temporary solution for arrays and tuples in parameters