-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
BackendFeature EnhancementEnhancing an existing feature driven by business requirements. Typically backwards compatible.Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Milestone
Description
Description:
Update WebSocket transaction messages to send structured and complete transaction data (or transaction nodes/IDs, if necessary) instead of generic โtransaction_actionโ events. Ensure only relevant clients receive updates.
Tasks:
- Replace
{ action: "transaction_action" }with{ action: "transaction_updated", transactions: [ {...} ] }. - Include full transaction payloads (with safe data fields only).
- Target delivery to relevant channels (e.g., per user/org/key) instead of broadcasting globally.
- Add validation tests for correct payload shape and routing.
Acceptance criteria:
- WebSocket messages always include the updated transaction(s).
- Message routing matches intended recipients only.
- No sensitive fields appear in payloads.
- Backward compatibility is handled (if needed).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BackendFeature EnhancementEnhancing an existing feature driven by business requirements. Typically backwards compatible.Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Type
Projects
Status
๐ Backlog