serum-ts icon indicating copy to clipboard operation
serum-ts copied to clipboard

Project Serum TypeScript monorepo

Results 108 serum-ts issues
Sort by recently updated
recently updated
newest added

We are GameFi project currently started in Mongolia

Fix for #84 When not `postOnly` and fetches the discount key it applies the taker fee. Defaults the rate of `0`

https://github.com/project-serum/serum-ts/blob/3e6545c4338bdb66cf550f20676aab2ac8151ebd/packages/swap/src/index.ts#L733 https://github.com/project-serum/serum-ts/blob/3e6545c4338bdb66cf550f20676aab2ac8151ebd/packages/swap/src/index.ts#L734

https://discord.gg/BEuPH6H6 thread id 892448734649135114 closes #172

- [ ] ts basics - [ ] additional types and interfaces - [ ] jsdocs

I am trying to decode serum order info directly from the blockchain history (rpc results) this issue will document the process of figuring out how, and offer a PR to...