David Vuong
David Vuong
This seems to still be an issue in v2.2.0.
I'm having the same issue. Were you able to resolve it?
https://github.com/Synthetixio/synthetix/runs/9300428570 This has been running for a while now > Started 2d 7h 21m 54s ago 😱
~I don't think the DelayedOrder changes in https://github.com/Synthetixio/synthetix/pull/1899 were merged correctly. There are still instances where NextPrice is still present. Same with the new funding model https://github.com/Synthetixio/synthetix/pull/1914. Changes to incorporate...
Thanks for getting back to me, @sushantdhiman however that isn't exactly my problem. My problem is the value of `count` from `findAndCountAll`. If we use your example, and pass that...
@sushantdhiman Yes please. I have a feeling I won't be upgrading to v4 in a while.
Similarly, the same problem exists for `queryLiquidationQueueBidByUser`. ```ts export interface QueueBidResponse { idx: string; collateral_token: string; premium_slot: number; bidder: string; amount: string; product_snapshot: string; sum_snapshot: string; pending_liquidated_collateral: string; wait_end: number...
cc: @noahlitvin and @dbeal-eth so they're also aware of core changes.