Skip to content

Commit 9fac348

Browse files
committed
Stabilize ob v1 api and improve v2 api (#23)
* 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
1 parent 9dd24a3 commit 9fac348

16 files changed

+13603
-469
lines changed

.bumpversion.toml

-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ replace = 'version = "{new_version}"'
99
search = 'version = "{current_version}"'
1010
replace = 'version = "{new_version}"'
1111

12-
[bumpversion:file:README.md]
13-
search = 'openbook = "{current_version}"'
14-
replace = 'openbook = "{new_version}"'

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
"GigaDAO Core Maintainers",
1313
"Mahmoud Harmouch <[email protected]>",
1414
]
15-
exclude = ["tests"]
15+
exclude = ["tests", "examples"]
1616

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

@@ -28,7 +28,7 @@ solana-client = "=1.17.34"
2828
solana-rpc-client-api = "=1.17.34"
2929
borsh = "0.10.3"
3030
serde_json = "1.0.114"
31-
tokio = "1.36.0"
31+
tokio = { version = "1.36.0", features = ["time"] }
3232
spl-associated-token-account = "=2.3.0"
3333
clap = { version = "4.5.1", features = ["derive"], optional = true }
3434
solana-cli-output = { version = "=1.17.34" , optional = true }

README.md

+346-11
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)