Skip to content

Commit

Permalink
openbook integration (#963)
Browse files Browse the repository at this point in the history
* move BookSide into its own file
* optimize bookside decoding
* format
* update workflows to use node 20
  • Loading branch information
mschneider authored May 18, 2024
1 parent 86068e6 commit 1fe54c3
Show file tree
Hide file tree
Showing 12 changed files with 528 additions and 458 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-code-review-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'yarn'

- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-code-review-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'yarn'

- name: Install dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'yarn'

- name: Install dependencies
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'yarn'

- name: Duplicates check
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'yarn'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@blockworks-foundation/mango-v4-settings": "0.14.15",
"@blockworks-foundation/mangolana": "0.0.15",
"@coral-xyz/anchor": "^0.29.0",
"@openbook-dex/openbook-v2": "git+https://github.com/openbook-dex/openbook-v2#pan/ts-client-anchor-0.29.0",
"@openbook-dex/openbook-v2": "git+https://github.com/openbook-dex/openbook-v2",
"@project-serum/serum": "0.13.65",
"@pythnetwork/client": "~2.14.0",
"@solana/spl-token": "0.3.7",
Expand Down
Loading

0 comments on commit 1fe54c3

Please sign in to comment.