Skip to content
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

Allow return values from ABI functions #257

Merged
merged 1 commit into from
Sep 22, 2021
Merged

Allow return values from ABI functions #257

merged 1 commit into from
Sep 22, 2021

Conversation

sezna
Copy link
Contributor

@sezna sezna commented Sep 21, 2021

This also can return based on RET or RETD by the same logic as #238

Closes #251

This is just the code generation bit. We still want to do some type system stuff with data returned from contracts, discussed in #25.

@sezna sezna added enhancement New feature or request compiler General compiler. Should eventually become more specific as the issue is triaged labels Sep 21, 2021
@sezna sezna self-assigned this Sep 21, 2021
@sezna sezna merged commit 083535a into master Sep 22, 2021
@sezna sezna deleted the sezna/251 branch September 22, 2021 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler General compiler. Should eventually become more specific as the issue is triaged enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow return values from ABI functions
2 participants