-
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.0
- Loading branch information
1 parent
cd068e2
commit f4520f2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule protocol
updated
12 files
+13 −0 | CHANGELOG.md | |
+1 −1 | Cargo.lock | |
+1 −1 | programs/drift/Cargo.toml | |
+11 −4 | programs/drift/src/controller/orders.rs | |
+38 −35 | programs/drift/src/instructions/keeper.rs | |
+1 −0 | programs/drift/src/instructions/user.rs | |
+1 −1 | programs/drift/src/math/oracle.rs | |
+2 −0 | programs/drift/src/state/order_params.rs | |
+1 −1 | sdk/VERSION | |
+1 −1 | sdk/package.json | |
+1 −1 | sdk/src/idl/drift.json | |
+2 −2 | tests/placeAndMakeSignedMsgBankrun.ts |