Skip to content

Releases: usmfum/USM

v1 Release Candidate 1

18 Oct 08:21
Compare
Choose a tag to compare

First shot at deploying v1, to be either replaced by a v1-rc2 (if important bugs/necessary changes are found), or blessed as "official v1" if it still seems mainnet-worthy after significant use.

v0.50

27 Sep 10:41
ef59312
Compare
Choose a tag to compare
v0.50 Pre-release
Pre-release

The last version which includes both the (old) Uniswap v2 oracle, and the (new) Uniswap v3 oracle, before we remove now-unused code: Uniswap v2 oracle, Compound OpenOracle, and the Oracle.refreshPrice() function they necessitated.

ABDK Audit Response #1

06 Apr 03:30
1880c61
Compare
Choose a tag to compare
Pre-release

Incorporates many suggestions by/responses to ABDK's security audit with its 115 (!) comments.

ABDK Audit

10 Feb 10:58
Compare
Choose a tag to compare
ABDK Audit Pre-release
Pre-release

This is the moderately cleaned-up version of the code submitted to ABDK for USM security audit#⁠2.

Stored minFumBuyPrice

03 Feb 22:16
Compare
Choose a tag to compare
Stored minFumBuyPrice Pre-release
Pre-release

Last tested version which stores minFumBuyPrice, decreasing it over time. Releases after this use the new, continuous-rather-than-discontinuous math, where the minimum FUM buy price is inferred, and only timeSystemWentUnderwater (the time at which minFumBuyPrice starts decreasing) is stored.

Static Oracle Price

18 Jan 19:08
7d0d7d0
Compare
Choose a tag to compare
Static Oracle Price Pre-release
Pre-release

Last tested version before we deploy the new "moving mid" feature (#79), which also changes fees to be based on % change in ETH pool rather than % change in debt ratio. This v0.1.2 release still has a fixed mid based on the latest oracle price, and debt-ratio-based fees.

Solidified Audit

02 Dec 19:28
77f45a7
Compare
Choose a tag to compare
Solidified Audit Pre-release
Pre-release

This is the latest reasonably-stable version using the TWAP Uniswap oracle rather than Uniswap spot prices. We also stripped out a bunch of currently unused contracts (eg the Maker oracle and Uniswap spot pricing) to make for a trimmer codebase.

Spot Oracles

02 Dec 17:25
Compare
Choose a tag to compare
Spot Oracles Pre-release
Pre-release

Last tested version before we switch from Uniswap spot prices to Uniswap TWAP.