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

cast sig bug #2025

Closed
1 of 2 tasks
justforfunya opened this issue Jun 19, 2022 · 2 comments · Fixed by #2151
Closed
1 of 2 tasks

cast sig bug #2025

justforfunya opened this issue Jun 19, 2022 · 2 comments · Fixed by #2151
Assignees
Labels
C-cast Command: cast T-bug Type: bug

Comments

@justforfunya
Copy link

Component

Cast

Have you ensured that all of these are up to date?

  • Foundry
  • Foundryup

What version of Foundry are you on?

No response

What command(s) is the bug in?

No response

Operating System

Linux

Describe the bug

$ cast sig "aggregate((address,bytes)[])"
The application panicked (crashed).
Message: called Result::unwrap() on an Err value: Message("Expected input args parentheses at aggregate((address,bytes)[])")
Location: cli/src/cast.rs:651

@justforfunya justforfunya added the T-bug Type: bug label Jun 19, 2022
@onbjerg onbjerg added this to Foundry Jun 19, 2022
@onbjerg onbjerg moved this to Todo in Foundry Jun 19, 2022
@mattsse
Copy link
Member

mattsse commented Jun 20, 2022

our current abi parser has some issues with tuple arrays...
but a fix for that should land shortly

@mattsse mattsse self-assigned this Jun 20, 2022
@onbjerg
Copy link
Member

onbjerg commented Jun 20, 2022

Ref #1521 and #670

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cast Command: cast T-bug Type: bug
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants