Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

feat(abigen): use structs for outputs #664

Merged
merged 4 commits into from
Dec 9, 2021

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Dec 9, 2021

Motivation

Closes #661

Solution

substitute output tuples that are structs with rust structs, same as inputs

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

Copy link
Contributor

@alxiong alxiong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks a lot for the quick fix! 👍🏼

@gakonst gakonst merged commit 59cf991 into gakonst:master Dec 9, 2021
@mattsse mattsse mentioned this pull request Dec 10, 2021
3 tasks
meetmangukiya pushed a commit to meetmangukiya/ethers-rs that referenced this pull request Mar 21, 2022
* stop tracking foundryup

* feat/cast: events added to interface

* refactor: deduplicate code between func and event codegen

* test: add events to codegen tests

Co-authored-by: Georgios Konstantopoulos <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add return struct support from abigen function signatures
3 participants