protocol-v2 icon indicating copy to clipboard operation
protocol-v2 copied to clipboard

On-chain perpetuals dex with multiple liquidity mechanisms

Results 94 protocol-v2 issues
Sort by recently updated
recently updated
newest added

- DLOB's getBestNode generation is now protected, so that subclasses can access it. - OrderSubscriber can be subclassed to create a different subclass of DLOB object.

I added two args: ``` function range(start: number, end: number): number[] { return Array.from({ length: end - start + 1 }, (_, i) => start + i); } const driftClient...

I am using the SDK to call a transaction, but it always fails with the following error message. I don't understand what this error means. What exactly am I doing...

Drift is interested in adding instructions to the smart contract in order to facilitate a smoother experience for current & prospective market makers. We are looking for input on what...