Skip to content

Commit

Permalink
Full node streaming Fills + metrics reductions (backport #1440, #1448,
Browse files Browse the repository at this point in the history
…#1473) (#1610)

Co-authored-by: Jonathan Fung <[email protected]>
Co-authored-by: Jonathan Fung <[email protected]>
  • Loading branch information
3 people authored Jun 3, 2024
1 parent 8caed0c commit 473a079
Show file tree
Hide file tree
Showing 27 changed files with 1,783 additions and 363 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ export interface Query {
/** Queries the stateful order for a given order id. */

statefulOrder(request: QueryStatefulOrderRequest): Promise<QueryStatefulOrderResponse>;
/** Streams orderbook updates. */
/**
* Streams orderbook updates. Updates contain orderbook data
* such as order placements, updates, and fills.
*/

streamOrderbookUpdates(request: StreamOrderbookUpdatesRequest): Promise<StreamOrderbookUpdatesResponse>;
}
Expand Down
Loading

0 comments on commit 473a079

Please sign in to comment.