-
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.112.0-beta.4
- Loading branch information
1 parent
6c59876
commit 78f50ce
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule protocol
updated
12 files
+2 −0 | CHANGELOG.md | |
+3 −4 | programs/drift/src/instructions/keeper.rs | |
+17 −0 | programs/drift/src/state/order_params.rs | |
+1 −1 | sdk/VERSION | |
+1 −1 | sdk/package.json | |
+95 −0 | sdk/src/fastlane/grpcSignedMsgUserAccountSubscriber.ts | |
+3 −0 | sdk/src/fastlane/index.ts | |
+234 −0 | sdk/src/fastlane/signedMsgUserAccountSubscriber.ts | |
+1 −0 | sdk/src/index.ts | |
+11 −0 | sdk/src/memcmp.ts | |
+11 −0 | sdk/src/types.ts | |
+77 −4 | tests/placeAndMakeSignedMsgBankrun.ts |