dex-v4 icon indicating copy to clipboard operation
dex-v4 copied to clipboard

Orderbook-based on-chain SPL token swap market

Results 9 dex-v4 issues
Sort by recently updated
recently updated
newest added

When calling the Market.load function I am always greeted with the followng error: `Unexpected 128 bytes after deserialized data at deserialize (index.js?8074:405:1) at MarketState.retrieve (state.js?92d6:51:1) at async Market.load (market.js?8329:55:1) `...

Suggest to change `minOrderSize`and `tickSize` to return UI amounts to stay backwards compatible with v3, and then create new functions for getting BN quantities e.g. `minOrderSizeBN` and `tickSizeBN`

The following Cargo.toml settings have been shown to reduce compute units ```toml [profile.release] lto = "fat" codegen-units = 1 [profile.release.build-override] opt-level = 3 incremental = false codegen-units = 1 ```...

Hey, just wondering if the [NPM package](https://www.npmjs.com/package/@bonfida/dex-v4)(js folder) documentation will be coming soon?

We should consider adding a circuit breaker mechanism to automatically pause a market in extraordinary circumstances, e.g., a crank hasn't been run in some period of time or price changes...

I am trying to run the dex-v4 project on my local macbook machine but unable to get started. I am using solana-install 1.13.5 (src:91384943; feat:1365939126) Please let me know which...

Hello, I want to ask some questions and touch base a bit about what the cranking process is and what are the best practices by which it should be done....

I am posting this issue to serve more as a discussion platform after the recent situation involving the presumed FTX hack and its effects on Serum DEX. From my understanding,...