Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Missing support for filtering events using indexed dynamic sized arrays #6173

Open
@spacesailor24

Description

@spacesailor24

As shown by these two tests failing, our library currently doesn't support filtering events using event arguments that are indexed dynamic sized arrays - currently an error gets thrown when provided filter value is attempted to be encoded

In order to support this, we must detect if the filter argument the user provided is an indexed dynamic sized array using the event's ABI, and if so, we must use the keccak256 hash of the array values and set that as the filter topic we submit to the RPC client

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions