Skip to content

Commit 9dd24a3

Browse files
authored
feat: Implement an openbook v2 client (#21)
* feat: ob v2 client init * fix: refactor ob v2 client * fix: improve, refactor rpc calls, add retry framework * fix: refactor ob v1 client * fix: update cli, docs, unit tests
1 parent 394d036 commit 9dd24a3

27 files changed

+4815
-1877
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run:
3131
name: Run Tests
3232
command: |
33-
cargo test
33+
cargo test --all-features
3434
3535
workflows:
3636
version: 2

0 commit comments

Comments
 (0)