-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
priority: highNext up - important for milestoneNext up - important for milestonerepo: interxsize: L3-5 days3-5 daysstatus: readyReady to be worked onReady to be worked ontype: bugSomething is brokenSomething is broken
Description
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
Sendmessages (checksmessages.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_addressmessages.to_addressmessages.address(for Identity requests)- Any other address fields in different message types
Location
manager/gateway/cosmos_agregated3.go- address filtering logic
References
- Parent issue: 🐛 Transaction Query Filters Not Implemented or Broken #41
- Related PR: Bugfix/41 #56 (partially addresses this)
- Comment with details: 🐛 Transaction Query Filters Not Implemented or Broken #41 (comment)
Acceptance Criteria
- Address filter works for all message types stored in the database
- Tests added to verify address filtering across message types
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: highNext up - important for milestoneNext up - important for milestonerepo: interxsize: L3-5 days3-5 daysstatus: readyReady to be worked onReady to be worked ontype: bugSomething is brokenSomething is broken