Skip to content

Commit

Permalink
Update version, deploy time and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddd committed May 12, 2022
1 parent 44471bd commit 47c7aff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Mango Program Change Log

## v3.4.5
Deployed: May 12, 2022 at 14:29:36 UTC | Slot: 133,529,809
1. LUNA perp market has been moved to reduce only. Only orders with reduce_only flag set will go through
2. LUNA deposits are only allowed if you're offsetting a borrow
3. LUNA borrows not allowed
4. LUNA spot orders only allowed if reducing position
5. LUNA price cache updates ignore confidence interval

## v3.4.4
Deployed: Apr 21, 2022 at 19:16:14 UTC | Slot: 130,742,427
1. Update serum-dex package and allow for max_ts param
Expand Down
2 changes: 1 addition & 1 deletion program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mango"
version = "3.4.3"
version = "3.4.5"
authors = ["blockworks"]
edition = "2018"

Expand Down

0 comments on commit 47c7aff

Please sign in to comment.