Releases: blockworks-foundation/mango-v3
Releases · blockworks-foundation/mango-v3
v3.7.0
v3.6.2
v3.6.1
v3.6.1
Deployed: Sep 8, 2022 at 21:50:42 UTC | Slot: 149,790,592
- Fix perp health simulation for advanced order execution
Anchor Registered Build
v3.6.0
v3.6.0
Deployed: | Slot:
- Fix remove_oracle bug
- Add second fee tier option with new instruction ChangeReferralFeeParams2
- Allow delegate to close spot open orders accounts
Anchor Registered Build
v3.5.1
v3.5.1
Deployed: Jul 9, 2022 at 17:07:37 UTC | Slot: 140,876,554
- Remove luna related hard codings
- Fix deposit leach bug
- Fix bugs in ForceSettlePerpPosition
Anchor Registered Build
v3.5.0
v3.5.0
Deployed: Jun 27, 2022 at 18:30:08 UTC | Slot: 139,265,834
- Add an ExpiryType argument to PlacePerpOrder2
- Add delisting instructions
- Add Withdraw2 which passes in compact open orders
Anchor Registered Build
v3.4.7
v3.4.7
Deployed: May 14, 2022 at 21:27:20 UTC | Slot: 133,813,868
- Fix overflow in SettlePnl
- Fix 0 base quantity trade for perps
Anchor Registered Build
v3.4.6
v3.4.6
Deployed: May 13, 2022 at 17:09:10 UTC | Slot: 133,663,345
- Force reduce only for perp market advanced order
- Allow LUNA-PERP bids to be as high as 9c
- Fix LUNA spot orders to be reduce only
- Fix LUNA-PERP reduce only to take into account open orders
- Allow LUNA spot bids to be as high as 9c
Anchor Registered Build
v3.4.5
v3.4.5
Deployed: May 12, 2022 at 14:29:36 UTC | Slot: 133,529,809
- LUNA perp market has been moved to reduce only. Only orders with reduce_only flag set will go through
- LUNA deposits are only allowed if you're offsetting a borrow
- LUNA borrows not allowed
- LUNA spot orders only allowed if reducing position
- LUNA price cache updates ignore confidence interval
Anchor Registered Build
v3.4.4
v3.4.4
Deployed: Apr 21, 2022 at 19:16:14 UTC | Slot: 130,742,427
- Update serum-dex package and allow for max_ts param
- Allow solana libs beyond 1.10
- Update anchor to 0.24.2
- Update all packages
- Mark RootBank and MangoCache as writable when passed into Deposit instruction
- CancelAllSpotOrders
- Add more checked math
- Clean up tests and speed them up