Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release #315

Merged
merged 61 commits into from
Oct 19, 2023
Merged

New release #315

merged 61 commits into from
Oct 19, 2023

Conversation

chechu
Copy link
Member

@chechu chechu commented Oct 18, 2023

Description

It includes:

Checklist

  • I have updated the documentation to account for the changes in the code.
  • If I added new functionality, I added tests covering it.
  • If I fixed a bug, I added a test preventing this bug from silently reappearing again.
  • My contribution follows Venus contribution guidelines.

GitGuru7 and others added 30 commits September 6, 2023 08:44
[VEN-1735]: add audits about RiskFund and Shortfall
[VEN-1736] Deploy ProtocolShareReserve, RiskFund, Shortfall
## [2.1.0-dev.1](v2.0.1-dev.1...v2.1.0-dev.1) (2023-09-15)

### Features

* deploy PSR, RiskFund, Shortfall ([93408b1](93408b1))
* set needed dependency to allow the deployment of SwapRouter ([96a684f](96a684f))
[VEN-1735]: documentation - update some values related with the shortfall handling
Update solidity prettier package version
Problem: We've inherited a scenario test suite from Compound that
was useful in initial phases of development. However, these tests
are hard to maintain due to outdated toolset and a custom DSL used
in these tests. Scenario tests were not maintained, a separate set
of integration tests were implemented instead. There is no reason
to keep this folder in the repo.

Solution: Remove scenario tests.
* Governance simulations in Venus are done via a separate simulations
framework located at https://github.com/VenusProtocol/vips
* This commit removes legacy Compound simulations in favor of using
the new framework
* Certora ruleset has not been maintained for Venus IL, so some of
the invariants may no longer hold. The interface of Venus IL
contracts is also not always compatible with Compound.
* This commit removes outdated Certora rules in favor of using a
new ruleset in future once it's developed.
web3rover and others added 24 commits October 9, 2023 16:14
[VEN-1996]: add deployments of agEUR market in Stablecoins pool
## [2.1.0-dev.4](v2.1.0-dev.3...v2.1.0-dev.4) (2023-10-10)

### Features

* add deployments of agEUR market ([667ac5f](667ac5f))
* add reward distributor in agEUR market ([072714d](072714d))
[VEN-2042]: add info about the DefaultProxyAdmin used in testnet
## [2.1.0-dev.5](v2.1.0-dev.4...v2.1.0-dev.5) (2023-10-10)

### Features

* add info about the DefaultProxyAdmin used in testnet ([80f7a58](80f7a58))
[VEN-1430]: Remove legacy scripts and files inherited from Compound
[VEN-2047]: Certik audit fix for forced liquidation
[VEN-2038]: support Core Pool fund in the RiskFund
[VEN-1930]: add audit report for Forced liquidations on IL
## [2.1.0-dev.7](v2.1.0-dev.6...v2.1.0-dev.7) (2023-10-18)

### Bug Fixes

* added support for core pool assets in risk fund ([e161438](e161438))
* fixed build ([82166e5](82166e5))
* fixed integration tests ([31a4c44](31a4c44))
* fixed tests ([635e206](635e206))
* redeployed risk fund implementation ([35d7139](35d7139))
* removed only ([133ccd1](133ccd1))
* resolved conflict ([b712134](b712134))
* use PoolRegistry interface ([761b0e1](761b0e1))
@chechu chechu self-assigned this Oct 18, 2023
chechu and others added 2 commits October 18, 2023 19:46
[VEN-1930]: forced liquidation
## [2.1.0-dev.8](v2.1.0-dev.7...v2.1.0-dev.8) (2023-10-18)

### Features

* ven-1930 force liquidation ([b871eab](b871eab))

### Bug Fixes

* CVP-03 ([ebc9a9b](ebc9a9b))
* CVP-04 ([f4e8d2b](f4e8d2b))
* pr comments ([cbd9b18](cbd9b18))
@github-actions
Copy link

Code Coverage

Package Line Rate Branch Rate Health
contracts 96% 78%
contracts.Lens 95% 65%
contracts.Pool 100% 92%
contracts.Rewards 95% 62%
contracts.RiskFund 96% 67%
contracts.Shortfall 100% 85%
contracts.lib 100% 89%
Summary 97% (1470 / 1523) 75% (449 / 598)

@chechu chechu merged commit 7064981 into main Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants