Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: microwavedcola1 <[email protected]>
  • Loading branch information
microwavedcola1 committed Aug 26, 2024
1 parent c1ea394 commit af2d10f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Update this for each program release and mainnet deployment.

### v0.24.3, 2024-8-

- Remove delegate account withdrawal limit (#939)
- Allow the insurance fund to be for any bank (#946)
- Program: Remove delegate account withdrawal limit (#939)
- Program: Allow the insurance fund to be for any bank (#946)
- Program: add a tier string in banks (#988)
- Program: Allow closing open orders account for force closed spot markets (#995)

## mainnet

Expand All @@ -34,18 +35,18 @@ https://explorer.solana.com/tx/5KYBSXV4uRCUK6vaQoZjipNFhTqEY1b1DHJeSh5jo87UUVGBB

### v0.24.0, 2024-4-18

Deployment: Apr 18, 2024 at 14:53:24 Central European Summer Time,
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)

Expand All @@ -55,7 +56,7 @@ https://explorer.solana.com/tx/2TFCGXQkUjRvkuuojxmiKefUtHPp6q6rM1frYvALByWMGfpWb

- Add a sequence check instruction (#909)

Assert that a transaction was emitted and run with a correct view of the current mango state.
Assert that a transaction was emitted and run with a correct view of the current mango state.

### v0.23.0, 2024-3-8

Expand Down Expand Up @@ -163,6 +164,7 @@ Deployment: Dec 13, 2023 at 09:02:46 Central European Standard Time, https://exp
The DAO had previously reduced the percentage amount as a mitigation.

With this change:

- low-health settlement incentives are capped at 2x the flat fee, removing
unlimited percentual incentive fees entirely
- incentives are only paid if at least 1% of position value is settled,
Expand Down

0 comments on commit af2d10f

Please sign in to comment.