You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@clearloop currently working on this, I don't think I understand this fully lol
Thank you for your contribution!
This issue requires some pre-requirements, for example the support of #253 which is pretty complex in the memory model, if you'd like to dive into the memory model, I'd suggest to try #249 if you understand the dynamic memory in solidity correctly! you can imagine that excepting the basic opcode mappings, zink is like a HUFF library ^ ^
btw, I hope you can focus on the issues assigned to you previously first )) once you complete #255 and #256, it will be easy for you to handle all of the derived macro related stuffs in zink, it's a huge part indeed ))
feel free to chat about anything related in our telegram group!
@clearloop currently working on this, I don't think I understand this fully lol
Thank you for your contribution!
This issue requires some pre-requirements, for example the support of #253 which is pretty complex in the memory model, if you'd like to dive into the memory model, I'd suggest to try #249 if you understand the dynamic memory in solidity correctly! you can imagine that excepting the basic opcode mappings, zink is like a HUFF library ^ ^
btw, I hope you can focus on the issues assigned to you previously first )) once you complete #255 and #256, it will be easy for you to handle all of the derived macro related stuffs in zink, it's a huge part indeed ))
feel free to chat about anything related in our telegram group!
Describe the feature
similar to the support of dynamic arguments
Solution
need to calculate the length of struct in compilation from function signatures
The text was updated successfully, but these errors were encountered: