Skip to content

return full transaction objects through websockets #957

@rafaelcr

Description

@rafaelcr

The current websocket updates for transactions and balances include very little information about the actual event. For example: An address update only gives users the tx_id, tx_status and tx_type, while socket.io returns a full AddressTransactionWithTransfers object with all the details saving one extra API call from the user if they want more info (related: #830)

Since this would be a breaking change for current websocket users (and because #840 is now merged) we should look at metrics for current usage to see the possible impact.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions