David Vuong

Results 7 issues of David Vuong

## What you are doing? I'm trying to get the number of rows returned in using `findAndCountAll` with a `GROUP BY` clause however, instead of a single integer, I get...

type: bug
status: in discussion
type: docs

This PR adjusts the existing next-price order component in `FuturesV2` such that the execution of orders are based on time rather than a semi-arbitrary price update from CL feeds. A...

Part 1/2 of Next-Price QoL changes. This PR includes: 1. The addition of 2 events `NextPriceOrderCancelled` and `NextPriceOrderExecuted` as well as the removal of `NextPriceOrderRemoved` 2. and also a new...

The message fabrication for `activateBids` is incorrect. This PR renames `active_bids` to `activate_bids`. The following error occurs when trying to broadcast the malformed message: ``` failed to execute message; message...

Currently: ```ts interface Option { lcd: LCDClient; collateral_token: string; start_after: number | undefined; limit: number | undefined; } export interface BidPoolResponse { sum_snapshot: string; product_snapshot: string; total_bid_amount: string; premium_rate: string;...