Skip to content

Releases: overlay-market/v1-periphery

v1.0.0-beta.6

08 Jun 01:26
3eac8c1
Compare
Choose a tag to compare
Update to overlay-market/[email protected] (#30)

* Update to overlay-market/[email protected]

* Update pm("overlay-market/[email protected]") and gh actions

* Fix compile issues

* Fix tests/state/conftest.py

* Fix test estimates for state

* Fix test position for state

* Fix tol in position tests for state

* Fix fee disperser conftest for v1-core upgrade

v1.0.0-beta.5

01 May 16:02
1b429c5
Compare
Choose a tag to compare
Change input param to market (#19)

* Add market state view to OverlayV1State

* Fix: solidity lint

* Add tests for general market state function

* Rename function state to marketState

* Take in market as input

* Fix: solidity lint

v1.0.0-beta.4

28 Apr 22:43
5a31a37
Compare
Choose a tag to compare
Add market state view to OverlayV1State (#17)

* Add market state view to OverlayV1State

* Fix: solidity lint

* Add tests for general market state function

* Rename function state to marketState

v1.0.0-beta.3

27 Apr 16:02
c01f377
Compare
Choose a tag to compare
Create LICENSE (#15)

v1.0.0-beta.2

20 Apr 18:44
bda73aa
Compare
Choose a tag to compare
Finish position liquidation state tests (#13)

* Add mock feed and market to state conftest

* Fix: flake8 lint

* Add liquidatable test for position state

* Add liquidation fee tests

* Add test for margin excess

* Rm uni v3 math libs, import from v1-core

v1.0.0-beta.1

20 Apr 12:45
3b1d419
Compare
Choose a tag to compare
Add interfaces (#10)