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 #370

Merged
merged 30 commits into from
Oct 19, 2023
Merged

New release #370

merged 30 commits into from
Oct 19, 2023

Conversation

chechu
Copy link
Member

@chechu chechu commented Oct 17, 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 27 commits July 24, 2023 14:13
…a-contest

docs: add message about the freezing for the audit
[VEN-2032]: add contract with the consolidated interface of the Comptroller Diamond
## [4.1.0-dev.1](v4.0.0...v4.1.0-dev.1) (2023-10-09)

### Features

* add contract with the consolidated interface of the Comptroller Diamond ([41f6725](41f6725))
[VEN-2015]: remove pause message and fix repo for windows users
Problem: Scenario tests are hard to maintain since they use
a custom DSL. Modern tooling like typechain and hardhat allow us
to implement similar tests, including fork tests, in Typescript.
Moreover, the tooling required for scenario testing was removed
from the repo a while ago, so currently there's no way to run these
tests.

Solution: Remove the test suites, striving for better coverage with
tests based on modern tooling.
Problem: Some scripts and files in this repo rely on outdated tools
that were removed from the repo. While there are outdated files that
might be useful, some of the outdated files basically replicate what
our modern tooling can do already.

Solution: Remove the files that duplicate the functionality provided
by hardhat and plugins (testing, verification, linting, deploys,
contract sizing, etc.)
Since hardhat installs compilers automatically, we don't need
manual installations, even on MacOS, anymore.
* 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
[VEN-928]: Remove legacy scripts and files
…tracts

[VEN-1719]: remove governance contracts and use governance package
@chechu chechu self-assigned this Oct 17, 2023
## [5.0.0-dev.1](v4.1.0-dev.2...v5.0.0-dev.1) (2023-10-18)

### ⚠ BREAKING CHANGES

* remove Governance receipt and governance proposal function and structure

### Features

* add mainnet deployment of venus lens ([e4f0f50](e4f0f50))
* remove governance contracts VEN-1719 ([55640a1](55640a1))
* remove Governance receipt and governance proposal function and structure ([ff884bd](ff884bd))
* updated venus lens deployment ([bfd09b2](bfd09b2))

### Bug Fixes

* lint ([3f6017d](3f6017d))
* tests ([8b80a34](8b80a34))
* venus lens ([7c8f046](7c8f046))
@github-actions
Copy link

Code Coverage

Package Line Rate Branch Rate Health
Comptroller 100% 90%
Comptroller.Diamond 95% 59%
Comptroller.Diamond.facets 73% 62%
Comptroller.Diamond.interfaces 100% 100%
DelegateBorrowers 100% 86%
Governance 0% 0%
InterestRateModels 0% 0%
Lens 44% 37%
Liquidator 99% 89%
Oracle 100% 100%
PegStability 88% 84%
Swap 88% 57%
Swap.interfaces 100% 100%
Swap.lib 81% 53%
Tokens 100% 100%
Tokens.VAI 71% 46%
Tokens.VRT 20% 9%
Tokens.VTokens 35% 20%
Tokens.XVS 19% 8%
Utils 48% 29%
VRTVault 49% 36%
Vault 50% 45%
XVSVault 62% 49%
Summary 58% (2108 / 3653) 41% (843 / 2032)

@chechu chechu merged commit 4de55de 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