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

AbiParser fails on tuples #2790

@Bobface

Description

@Bobface

Version
v2.0.13

Platform
Ubuntu 22.04

Description
AbiParser::default().parse_function() fails on strings that contain tuples in the arguments. For example, parsing

createVestingContract((address,uint256,uint256))

fails with

Expected input args parentheses at `createVestingContract((address,uint256,uint256))`

Tuples should be supported as the internally-used ParamType enum has a Tuple(Vec<ParamType>) variant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions