Skip to content

Commit f0ec18a

Browse files
author
dd
committed
Update version and changelog to 3.4.2
1 parent e5a87d8 commit f0ec18a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Mango Program Change Log
22

3+
## v3.4.2
4+
Deployed: | Slot:
5+
1. Increase PriceCache and PerpMarketCache validity by 2x
6+
2. Upgrade anchor to 0.22.1 and upgrade all other packages
7+
3. Move interest rate calculation outside of RootBank
8+
39
## v3.4.1
410
Deployed: Feb 28, 2022 at 15:43:29 UTC | Slot: 122,878,778
511
1. Fix div by zero bug in market order sells

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mango"
3-
version = "3.4.1"
3+
version = "3.4.2"
44
authors = ["blockworks"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)