Skip to content

Commit

Permalink
- Update whirlpool test program + codegen
Browse files Browse the repository at this point in the history
- Update raydium test program + codegen
- Update meteora codegen
- Remove serum deps
  • Loading branch information
elliotkennedy committed Jul 29, 2024
1 parent a2a4393 commit 069542a
Show file tree
Hide file tree
Showing 237 changed files with 18,770 additions and 7,735 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '22'
registry-url: 'https://registry.npmjs.org'

- name: Install lerna v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup .npmrc file for publish
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '22'
registry-url: 'https://registry.npmjs.org'

# 3. configure git user used to push tag
Expand Down
Binary file modified deps/raydium.so
Binary file not shown.
Binary file modified deps/whirlpool.so
Binary file not shown.
12,363 changes: 9,802 additions & 2,561 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"bootstrap": "npx lerna bootstrap --hoist && npx lerna run build",
"clean": "npx lerna clean -y && rm -rf node_modules",
"publish": "npx lerna publish",
"test": "npx ts-mocha 'packages/hubble-sdk/tests/sdk.test.ts'",
"integration-test": "npm run airdrop-test-admin && npx ts-mocha packages/kamino-sdk/tests/kamino.test.ts packages/scope-sdk/tests/sdk.test.ts",
Expand All @@ -15,12 +16,14 @@
"dump-kamino-programs": "mkdir -p deps && solana program dump E6qbhrt4pFmCotNUSSEh6E5cRQCEJpMcd79Z56EG9KY -u d deps/kamino.so && solana program dump -u m whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc deps/whirlpool.so && solana program dump -u m metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s deps/metaplex.so && solana program dump -u m HFn8GnPADiny6XqUoWE8uRPPxb29ikn4yTuPa9MF2fWJ deps/scope.so"
},
"devDependencies": {
"@solana/web3.js": "^1.78.4",
"@types/bn.js": "^5.1.0",
"@types/bn.js": "^5.1.5",
"@types/bs58": "^4.0.4",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^10.0.1",
"@types/node": "^16.18.11",
"@types/node-fetch": "^2.6.2",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.12",
"@types/node-fetch": "^2.6.11",
"@types/sinon": "^10.0.13",
"anchor-client-gen": "^0.28.1",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-decimaljs": "^0.0.1",
Expand All @@ -30,7 +33,6 @@
"prettier": "^3.3.2",
"start-server-and-test": "^1.11.6",
"ts-mocha": "^10.0.0",
"typescript": "^4.7.4",
"@types/sinon": "^10.0.13"
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 069542a

Please sign in to comment.