-
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.
program: allow settle pnl and spot fills via match when utilization i…
…s 100% (#525) * bigz/update-spot-tvl-invariant-check * loosen check in update_spot_balances * add tests/spotWithdrawUtil100.ts * in fill spot order, account for tvl leaving system * test for fulfill_spot_order_with_match with max utilization * more debugging for test * sdk: fix bug in transfer account creation (#532) * sdk: release v2.34.1-beta.5 * sdk: event subscriber avoids web3.js to get performance boost (#542) * sdk: create rpc method to get transactions to avoid some web3.js overhead * sdk: custom parse logs logic * sdk: release v2.34.1-beta.6 * sdk: remove extra console.log in fetchLogs * sdk: release v2.34.1-beta.7 * program: add post only slide for perps (#541) * program: add post only slide for perps * tests * add to ts types * CHANGELOG * sdk: release v2.34.1-beta.8 * program: add cancel_orders_by_ids (#540) * program: add cancelOrdersByIds * CHANGELOG * sdk: release v2.34.1-beta.9 * v2.35.0 * sdk: release v2.35.1-beta.0 * sdk: fixes for lp (liq price and lp share burn) (#522) * sdk: fix liq price issue * incorp getPerpPositionWithLPSettle across sdk/margin calc properly * rename burnLpShares, in getPerpPositionWithLPSettle * CHANGELOG --------- Co-authored-by: 0xbigz <[email protected]> Co-authored-by: Chris Heaney <[email protected]> * sdk: release v2.35.1-beta.1 * intermediate testing * more test progress * CHANGELOG fix * fix use of is_leaving_drift * more consistent naming * more consistent naming * revert test change * CHANGELOG --------- Co-authored-by: Chris Heaney <[email protected]> Co-authored-by: Evan Pipta <[email protected]> Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: lowkeynicc <[email protected]>
- Loading branch information
1 parent
f2d5332
commit 20f8f99
Showing
17 changed files
with
1,019 additions
and
62 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
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
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.