Skip to content

Sized array in event parameters and changetype #1968

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

Closed
YaroShkvorets opened this issue Feb 17, 2025 · 0 comments · Fixed by #1969
Closed

Sized array in event parameters and changetype #1968

YaroShkvorets opened this issue Feb 17, 2025 · 0 comments · Fixed by #1969
Assignees
Labels
bug Something isn't working

Comments

@YaroShkvorets
Copy link
Collaborator

Usually an event in ABI would have dynamic array parameter, i.e.

{
"indexed": false,
"name": "route",
"type": "address[]"
},

But sometimes it could contain sized array, i.e.:

{
"indexed": false,
"name": "route",
"type": "address[11]"
},

Example

When this is the case, #1892 stops working as intended.
Need to handle that case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant