Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually create CPI client for Serum DEX #23

Closed
armaniferrante opened this issue Jan 15, 2021 · 3 comments
Closed

Manually create CPI client for Serum DEX #23

armaniferrante opened this issue Jan 15, 2021 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed spl

Comments

@armaniferrante
Copy link
Member

armaniferrante commented Jan 15, 2021

Create a dex module analogous to https://github.com/project-serum/anchor/blob/master/spl/src/token.rs in the anchor_spl crate.

@Henry-E
Copy link

Henry-E commented Apr 7, 2021

Bumping this. Would be great to have

- InitializeMarket
- NewOrder(V?)
- ConsumeEvents
- CancelOrder(V?)
- SettleFunds

@armaniferrante armaniferrante added good first issue Good for newcomers help wanted Extra attention is needed spl labels Apr 7, 2021
@armaniferrante
Copy link
Member Author

Currently have new_order and settle_funds from #224.. The rest are straightforward to add as needed.

@Henry-E
Copy link

Henry-E commented Jan 5, 2023

Think we mostly sorted this over time.

@Henry-E Henry-E closed this as completed Jan 5, 2023
vadorovsky added a commit to vadorovsky/anchor that referenced this issue Jun 22, 2023
cargo-expand is already used for the `anchor expand` subcommand.
In contrast to using `cargo +nightly rustc --profile=check --
-Zunpretty=expanded`, it works without problems in all of our
Anchor programs.

The code for using cargo-expand used to be a part of anchor-cli
crate, but since we had to use it in anchor-syn, this change moves
it to a separate crate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed spl
Projects
None yet
Development

No branches or pull requests

2 participants