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
Bug Description
The
addressfilter in/api/transactionsendpoint only works forSendmessages but not for other message types like Identity Requests.This is a split from issue #41 to track this specific problem.
Current Behavior
Sendmessages (checksmessages.from_address,messages.to_address)Expected Behavior
The
addressfilter should match transactions where the address appears in any message type, including:messages.from_addressmessages.to_addressmessages.address(for Identity requests)Location
manager/gateway/cosmos_agregated3.go- address filtering logicReferences
Acceptance Criteria