-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdk: add L2 and L3 orderbook view (#445)
* inital L2 and L3 methods * vamm order prototype * l2 orderbook uses vamm * simplify the getL2 and getL3 function signatures * getL2/getL3 methods on DLOBSubscriber * tweak L2/L3 types * work for serum * tweak imports * fix falsey check * add http status code if DLOBApiClient fails * v2.26.0-beta.0 * ts-sdk: add @ellipsis-labs/phoenix-sdk * Add phoenix subscriber (#444) * Add phoenix subscriber * Address PR comments * update CHANGELOG.md * v2.26.0-beta.1 * program: check max_token_deposits at the end of fill_spot_order (#441) * bigz/spot-fill-max-check * address feedback bugs * CHANGELOG --------- Co-authored-by: Chris Heaney <[email protected]> * program: fix overflow error in if staking math (#443) * bigz/fix-large-insurance-math-error * update CHANGELOG.md * CHANGELOG * fix warning * jsdocs * use getMakerLimitBids/Asks for now --------- Co-authored-by: wphan <[email protected]> Co-authored-by: Jarry Xiao <[email protected]> Co-authored-by: bigzPubkey <[email protected]>
- Loading branch information
1 parent
84ee075
commit 2f533ea
Showing
12 changed files
with
632 additions
and
21 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
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
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
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.