-
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.98.0-beta.9
- Loading branch information
1 parent
2b41496
commit c16571b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule protocol
updated
12 files
+4 −0 | CHANGELOG.md | |
+2 −2 | programs/drift/src/instructions/admin.rs | |
+18 −12 | programs/drift/src/instructions/keeper.rs | |
+1 −7 | programs/drift/src/lib.rs | |
+7 −0 | programs/drift/src/macros.rs | |
+87 −0 | programs/drift/src/validation/sig_verification.rs | |
+1 −1 | sdk/VERSION | |
+1 −1 | sdk/package.json | |
+5 −5 | sdk/src/driftClient.ts | |
+0 −9 | sdk/src/idl/drift.json | |
+7 −0 | sdk/src/util/digest.ts | |
+372 −34 | tests/placeAndMakeSwiftPerp.ts |