Skip to content

Commit

Permalink
Stabilize ob v1 api and improve v2 api (#23)
Browse files Browse the repository at this point in the history
* fix: improve market object, add support for openbook v2 in cli/tui

* feat: add openbook v1 example

* feat: add openbook v2 example

* fix: update readme

* fix: ignore ob v2 tests cz of env var not set
  • Loading branch information
wiseaidev committed Jun 10, 2024
1 parent 9dd24a3 commit 9a0242c
Show file tree
Hide file tree
Showing 15 changed files with 13,603 additions and 466 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
"GigaDAO Core Maintainers",
"Mahmoud Harmouch <[email protected]>",
]
exclude = ["tests"]
exclude = ["tests", "examples"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -28,7 +28,7 @@ solana-client = "=1.17.34"
solana-rpc-client-api = "=1.17.34"
borsh = "0.10.3"
serde_json = "1.0.114"
tokio = "1.36.0"
tokio = { version = "1.36.0", features = ["time"] }
spl-associated-token-account = "=2.3.0"
clap = { version = "4.5.1", features = ["derive"], optional = true }
solana-cli-output = { version = "=1.17.34" , optional = true }
Expand Down
357 changes: 346 additions & 11 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 9a0242c

Please sign in to comment.