Skip to content

🐛 Address Filter Missing Support for All Message Types #59

@MrLutik

Description

@MrLutik

Bug Description

The address filter in /api/transactions endpoint only works for Send messages but not for other message types like Identity Requests.

This is a split from issue #41 to track this specific problem.

Current Behavior

  • Address filter works for Send messages (checks messages.from_address, messages.to_address)
  • Address filter does not work for Identity Request messages and other message types

Expected Behavior

The address filter should match transactions where the address appears in any message type, including:

  • messages.from_address
  • messages.to_address
  • messages.address (for Identity requests)
  • Any other address fields in different message types

Location

  • manager/gateway/cosmos_agregated3.go - address filtering logic

References

Acceptance Criteria

  • Address filter works for all message types stored in the database
  • Tests added to verify address filtering across message types

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