You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
best_orders streaming. (canceled because this will require us to either store the whole orderbook for each best_orders pair or introduce a new p2p best orders filtered message).
trezor_connection_status (the status here wasn't some long to query status, and the the lazy model used in the trezor HW code means that we don't have a thread in the back to inform the client "hey trezor (dis)conncted", but clients (and us) know when they try to use it, when they query RPC)
With RPC (only task managed RPCs are need for this optimization in relation to event streaming) over WebSockets, we can identify clients without the need for them to provide a client ID (as long as they keep talking via the same websocket and don't use any other means on the side).
The text was updated successfully, but these errors were encountered:
Any
for the event message (orT
if possible) (feat(event-streaming): new streams (orders, swaps, eth_fee_estimation) #2172 (comment))send_every
config be configured through MM.json?) (feat(event-streaming): new streams (orders, swaps, eth_fee_estimation) #2172 (comment))orderbook
streaming.best_orders
streaming. (canceled because this will require us to either store the whole orderbook for each best_orders pair or introduce a new p2p best orders filtered message).enable_tendermint_with_assets
enable_tendermint_token
trezor_connection_status
(the status here wasn't some long to query status, and the the lazy model used in the trezor HW code means that we don't have a thread in the back to inform the client "hey trezor (dis)conncted", but clients (and us) know when they try to use it, when they query RPC)The text was updated successfully, but these errors were encountered: