Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate kamino sdk - move to @kamino-finance/kliquidity-sdk #485

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ Hubble common NPM packages.
| `@hubbleprotocol/hubble-sdk` | Hubble Protocol client SDK | [README](./packages/hubble-sdk/README.md) | [![npm](https://img.shields.io/npm/v/@hubbleprotocol/hubble-sdk)](https://www.npmjs.com/package/@hubbleprotocol/hubble-sdk) |
| `@hubbleprotocol/hubble-db` | Hubble Protocol database schema | [README](./packages/hubble-db/README.md) | [![npm](https://img.shields.io/npm/v/@hubbleprotocol/hubble-db)](https://www.npmjs.com/package/@hubbleprotocol/hubble-db) |
| `@hubbleprotocol/scope-sdk` | Scope Oracle SDK | [README](./packages/scope-sdk/README.md) | [![npm](https://img.shields.io/npm/v/@hubbleprotocol/scope-sdk)](https://www.npmjs.com/package/@hubbleprotocol/scope-sdk) |
| `@hubbleprotocol/kamino-sdk` | Kamino SDK | [README](./packages/kamino-sdk/README.md) | [![npm](https://img.shields.io/npm/v/@hubbleprotocol/kamino-sdk)](https://www.npmjs.com/package/@hubbleprotocol/kamino-sdk) |

### Deprecated Packages
| Package | Description | Comments | Version |
|---------------------------------|------------------------------------|---------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| `@hubbleprotocol/kamino-sdk` | Kamino SDK | Moved to: `@kamino-finance/kliquidity-sdk` https://github.com/Kamino-Finance/kliquidity-sdk | [![npm](https://img.shields.io/npm/v/@hubbleprotocol/kamino-sdk)](https://www.npmjs.com/package/@hubbleprotocol/kamino-sdk) |


## Deployment
Expand All @@ -31,10 +35,10 @@ Pull requests are welcome. For major changes, please open an issue first to disc
- `git clone git@github.com:hubbleprotocol/hubble-common.git`
- `cd hubble-common/`
- `npm install`
- `cd packages/kamino-sdk/`
- `cd packages/scope-sdk/`
- `npm install`
- `cd ../../`
- `npx ts-mocha packages/kamino-sdk/tests/calculateAmounts.test.ts`
- `npx ts-mocha packages/scope-sdk/tests/sdk.test.ts`
- Put in your RPC (see below)

## Create a free mainnet RPC:
Expand Down
Binary file modified deps/raydium.so
Binary file not shown.
Binary file modified deps/whirlpool.so
Binary file not shown.
Loading
Loading