-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat!: improve vector output support for contracts #1183
Conversation
It automatically approved when I removed the "request changes" status, which isn't what I wanted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The things that I understand look good to me. I've just added some questions, suggested changes and ideas. I can't comment much on the usage of fuel-asm
as it's not fully familiar to me, but it obviously works given that the tests are passing :).
This adds additional level of support, see details in #933
Previous Vector support
Currently (on master) we support:
See also follow up for bytes: #1188
See also follow up for Multicalls with Vector output: #1189 / #1192
Closes #933