-
Notifications
You must be signed in to change notification settings - Fork 15
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
New release #315
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release back
[VEN-1735]: add audits about RiskFund and Shortfall
## [2.0.1-dev.1](v2.0.0...v2.0.1-dev.1) (2023-09-12)
[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
## [2.1.0-dev.2](v2.1.0-dev.1...v2.1.0-dev.2) (2023-09-18)
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.
[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
## [2.1.0-dev.6](v2.1.0-dev.5...v2.1.0-dev.6) (2023-10-10)
[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))
[VEN-1930]: forced liquidation
web3rover
approved these changes
Oct 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
It includes:
Checklist