-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update IDL + add meteora IDL * Modify kamino SDK with new IDL * Add meteora to ignore prettier * Add more meteora handling * Add meteora logic * v3.0.29-staging * Add changes * Update gitignore * v3.0.30-staging * v3.0.29-staging-01 * Update with latest changes * v3.0.29-staging-02 * update fee tier computation for meteora * v3.0.29-staging-03 * Override global config automatically when staging * v3.0.29-staging-04 * . * Change === to equals * wip: tests * v3.0.29-staging-05 * 3.0.29-staging-06 * fix decimals reading * v3.0.29-staging-07 * return explicit tupe * Update meteora service * v3.0.29-staging-08 * One small fix * v3.0.29-staging-09 * fix account size * v3.0.29-staging-10 * wip * fix meteora NaN issues * linting * cleanup * address Nejc's comments * fix lint --------- Co-authored-by: alittlezz <valentinwhite2@gmail.com>
- Loading branch information
1 parent
73ba59c
commit 0cfc746
Showing
7 changed files
with
276 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -200,4 +200,4 @@ packages/kamino-sdk/deps/scope.so | |
packages/kamino-sdk/deps/whirlpool.so | ||
.DS_Store | ||
|
||
|
||
keypair.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
{ | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"packages": ["packages/*"], | ||
"version": "4.0.0", | ||
"command": { | ||
"publish": { | ||
"ignoreChanges": [ | ||
"tests/**" | ||
] | ||
"ignoreChanges": ["tests/**"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.