Skip to content

v1.0.0-rc.0

Latest
Compare
Choose a tag to compare
@mikeyrf mikeyrf released this 24 Jun 20:36
· 265 commits to main since this release
ae23984
Add emergency shutdown and withdraw (#78)

* Add emergency shutdown and withdraw functions

* Fix solidity lint

* Add factory tests for shutdown

* Add notShutdown modifier tests for build

* Add notShutdown modifier tests for unwind

* Add notShutdown modifier tests for liquidate

* Add shutdown setter tests for market

* Add emergency withdraw revert tests

* Add emergency functions to market interface

* Add single emergency withdraw tests

* Add test for multiple emergency withdraws