-
When `isolatedModules` is set to true in my tsconfig, I get the following error when trying to import something:
```
import { Program } from "@project-serum/anchor";
import * as anchor from "@pro…
-
```
Error: we can't execute this request
at getFilteredProgramAccounts (C:\Users\H\WebstormProjects\flm-jupiter-arb\node_modules\@project-serum\serum\lib\market.js:1064:15)
```
-
How can we cancel and settle the funds for just only one specific order at once? Preferably in an atomic method?
For example, we have this documentation here:
https://github.com/project-serum/seru…
-
How can we the information of just only one specific filled order instead of loading all of them?
And also only the orders that were placed by a specific owner?
For example, we have this documenta…
-
Getting this error when try to run this example https://github.com/project-serum/serum-ts/blob/master/packages/swap/examples/swap.js from swap package:
Error: 410 Gone: {"jsonrpc":"2.0","error":{"co…
-
It looks like 3 commits which were added to serum after 29 Aug were not added to openbook (https://github.com/project-serum/serum-dex/commits/master).
Could you clarify if it is for a reason or jus…
-
I tried to do test on local net.
But it's failed.
error output:
```
Error: failed to send transaction: Transaction simulation failed: Error processing Instruction 0: instruction expected an exec…
-
A `u64` used for the nonce/bump seed, rather than a `u8`. This is inconsistent with the rest of the solana tooling, creating confusion when integrating with the dex. See https://github.com/project-ser…
-
`belongs_to` and raw literal are deprecated from v0.11, should we rid them from the code?
- [x] `belongs_to` -- https://github.com/project-serum/anchor/pull/907
- [ ] raw literal -- https://github…
-
How can we retrieve the information of just only one specific open order instead of loading all of them?
For example, we have this documentation here:
https://github.com/project-serum/serum-ts/tre…