Changelog for v0.25.0

This commit is contained in:
Serge Farny 2024-04-23 19:17:11 +02:00
parent 7e3a72048e
commit ed715ce855
1 changed files with 17 additions and 7 deletions

View File

@ -4,17 +4,29 @@ Update this for each program release and mainnet deployment.
## not on mainnet
### v0.24.0, 2024-4-
### v0.25.0, 2024-4-
- Openbook-v2 integration (#836)
- Remove delegate to owner withdrawal limitation (#939)
- Allows the insurance fund to be any bank (#946)
## mainnet
### v0.24.0, 2024-4-18
Deployment: Apr 18, 2024 at 14:53:24 Central European Summer Time, https://explorer.solana.com/tx/2TFCGXQkUjRvkuuojxmiKefUtHPp6q6rM1frYvALByWMGfpWbiGH5hGq5suWEH7TUKoz4jb4KCGxu9DRw7YcXNdh
- Allow skipping banks and invalid oracles when computing health (#891)
This is only possible when we know for sure that the operation would not put the account into negative health zone.
This is only possible when we know for sure that the operation would not put the account into negative health zone.
- Add support for Raydium CLMM as oracle fallback (#856)
- Add a `TokenBalanceLog` when charging collateral fees (#894)
- Withdraw instruction: remove overflow error and return appropriate error message instead (#910)
- Withdraw instruction: remove overflow error and return appropriate error message instead (#910)
- Banks: add more safety checks (#895)
@ -24,9 +36,7 @@ Update this for each program release and mainnet deployment.
- Add a sequence check instruction (#909)
Assert that a transaction was emitted and run with a correct view of the current mango state.
## mainnet
Assert that a transaction was emitted and run with a correct view of the current mango state.
### v0.23.0, 2024-3-8