Skip to content

Sized array in event parameters and changetype #1968

@YaroShkvorets

Description

@YaroShkvorets

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions