Skip to content

Commit

Permalink
v2.1.0 - Hotfix/mango-taker-fee-changes (#112)
Browse files Browse the repository at this point in the history
* Dependencies update to match mango
- update to mango v3.3.5
- update solana to 1.9.1 (to do as mango, they use 1.9.1)
- update anchor-lang to 0.20.1 (required by mango)
- update anchor-spl to 0.20.1 (required by mango)

* Owner now passed as signer always.
Remove the additional owner passed twice.

This was done to support multisig in a previous version of their code IIRC

It's not deprecated and breaking since their last update as they have a new optional account that takes the first spot.

* Upgrade version to 2.1.0

* Add changelog
  • Loading branch information
acamill authored Feb 14, 2022
1 parent e71f16f commit c6b6f70
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 252 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CHANGELOG

## v2.1.0 (hotfix)

Deployed: | Slot:

1. Remove unnecessary account passed as input to mango instructions (mango 3.3.5)
2. Owner of the MangoAccount passed as parameter to MangoMarketV3 CPI is now always a signer

## v2.0.0 (audited Brahma)

Deployed: January 14, 2022 14:19:32 PM +UTC | Slot: 116,223,281

1. Initial deployment
Loading

0 comments on commit c6b6f70

Please sign in to comment.