-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Labels
P3Priority 3 There are workarounds, or the functionality is secondaryPriority 3 There are workarounds, or the functionality is secondaryreleasedreleased on @betareleased on @stacks-2.1sockets
Description
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
Labels
P3Priority 3 There are workarounds, or the functionality is secondaryPriority 3 There are workarounds, or the functionality is secondaryreleasedreleased on @betareleased on @stacks-2.1sockets
Type
Projects
Status
✅ Done