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

fix: always treat abi type structs as tuples #417

Merged
merged 4 commits into from
Sep 2, 2021

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Aug 29, 2021

Motivation

structs with a single field weren't properly endcoded into a Token::Tuple

Solution

  • always treat EthAbiType as tuples

@gakonst gakonst merged commit 8b5f4bf into gakonst:master Sep 2, 2021
@mattsse mattsse mentioned this pull request Sep 2, 2021
3 tasks
meetmangukiya pushed a commit to meetmangukiya/ethers-rs that referenced this pull request Mar 21, 2022
* chore: replace structopt with clap3

* update readme, prefer default_value_t over str

* remove prefix for [clap(long = "..")]

* add cast completions, update cli readme

* improve help text on completions subcommand

* formatting

* add completion notes to readme

* Update README.md

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
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.

method not found error for nested struct argument
2 participants