-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: support Bytes
type return from contract
#868
Conversation
f05a7af
to
23cf3ca
Compare
23cf3ca
to
3ff64bf
Compare
f7461a6
to
d026389
Compare
d026389
to
11a2430
Compare
11a2430
to
32aef27
Compare
62d4d5e
to
49d6fc3
Compare
* Previously, we decoded `raw untyped ptr` to handle the `RawBytes` struct, but this struct is added to the "unused types".
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.
Looks good
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.
👍
Reviewed alongside @hal3e . |
Co-authored-by: Ahmed Sagdati <37515857+segfault-magnet@users.noreply.github.com>
Co-authored-by: Ahmed Sagdati <37515857+segfault-magnet@users.noreply.github.com>
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.
Well done!
This PR closes #723 by enabling the `Bytes` type to be returned from contracts. Co-authored-by: Ahmed Mujkic <32431923+MujkicA@users.noreply.github.com> Co-authored-by: Ahmed Sagdati <37515857+segfault-magnet@users.noreply.github.com>
This PR closes #723.
EDIT: needs #883 to go in first.