-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping protocol sdk to 2.97.0-beta.21
- Loading branch information
1 parent
d6fe0ea
commit fc19b12
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule protocol
updated
12 files
+1 −0 | CHANGELOG.md | |
+25 −1 | programs/drift/src/instructions/keeper.rs | |
+3 −1 | programs/drift/src/instructions/user.rs | |
+24 −2 | programs/drift/src/state/user.rs | |
+1 −1 | programs/drift/src/validation/user.rs | |
+1 −1 | sdk/VERSION | |
+1 −1 | sdk/package.json | |
+27 −0 | sdk/src/driftClient.ts | |
+19 −3 | sdk/src/idl/drift.json | |
+6 −1 | sdk/src/types.ts | |
+1 −1 | test-scripts/single-anchor-test.sh | |
+3 −1 | tests/referrer.ts |