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

Bring down release updates to develop #327

Merged
merged 24 commits into from
Sep 4, 2023

Conversation

coreyar
Copy link
Collaborator

@coreyar coreyar commented Aug 28, 2023

Description

Bring down changes made to main while releasing deployed code and contract address updates

kkirka and others added 23 commits November 28, 2022 18:55
…list

[VEN-798] feat!: add an allowlist for liquidations
[VEN-1870]: Update the network files with the currently used addresses
…or-hardhat-deploy

Update typescript config for hardhat deploy to resolve release errors
## [2.1.0](v2.0.1...v2.1.0) (2023-08-24)

### Features

* add access control to interest params ([66d65fe](66d65fe))
* add deploy script for lens contracts ([cd80912](cd80912))
* add governance simulation framework ([57a909d](57a909d))
* add restrictions and allowlist to liquidations ([a3e5a39](a3e5a39))
* add semantic release to main ([7f28dc0](7f28dc0))
* adjust GovernorBravo test cases according to vault change ([66642b6](66642b6))
* customize docgen ([698b2bb](698b2bb))
* make Liquidator upgradeable ([44c1f5a](44c1f5a))
* upgrade Liquidator Solidity version ([9788625](9788625))

### Bug Fixes

* 👕 ([ab2f2aa](ab2f2aa))
* add vTokenBorrowed to the emitted event ([99a5099](99a5099))
* avoid unnecessary multiplications ([711d775](711d775))
* increase optimizer runs ([65d19e7](65d19e7))
* prevent VAI from compiling with 0.8 ([7723ee3](7723ee3))
* Reentrancy issue. ([22cfee1](22cfee1))
* remove duplicate import ([e220aec](e220aec))
* set initial stability fee index for past minters ([199c045](199c045))
* set path for hardhat-ethers ([28795b1](28795b1))
* set timelock delays to time units ([4a29128](4a29128))
* update dependencies ([36b6e76](36b6e76))
* update publish command ([2177df9](2177df9))
* update the network files with the currently used addresses ([4eaa8ae](4eaa8ae))
* upgrade compiler and lock pragma version ([ed19a94](ed19a94))
* use custom errors instead of error strings ([4208e85](4208e85))
* xvs -> xvsVault in GovernerBravo cancellation test ([83ccbe0](83ccbe0))

### Reverts

* Revert "Fix cache errors in scenario installation" ([9385dba](9385dba))
…nus-lens-deployment

Release packge with new venus lens deployment
## [2.2.0](v2.1.0...v2.2.0) (2023-08-24)

### Features

* add ACM in xvsVault ([d571d1c](d571d1c))
* add delegate borrowing feature ([ce70a96](ce70a96))
* add missing addresses for the markets in main net ([5c8f5ba](5c8f5ba))
* add pause unpause and access control ([a615acf](a615acf))
* add semantic release ([25ba010](25ba010))
* add v5 Access Control Manager ([f33e0d9](f33e0d9))
* integrate ACM in VRTVault ([f8ba903](f8ba903))
* remove setDelegateForBNBHacker ([59318f6](59318f6))
* support custom proposers ([a71e338](a71e338))
* support governance routes ([0f713ff](0f713ff))

### Bug Fixes

* [VEN-1227] Remove borrowInternal(uint) from the VToken contract ([56df3b7](56df3b7))
* add storage gap in VRT vault ([4504000](4504000))
* last address of path. ([926dc07](926dc07))
* lint issues and minor fix ([01f2bda](01f2bda))
* minor fix ([182cd43](182cd43))
* minor fixes ([5670041](5670041))
* mionor ([807f1ec](807f1ec))
* mutiple swap + deflationary token support + swapExactTokensForTokens ([9437a22](9437a22))
* PEV-001 fix claim logic in deposit ([b4ea715](b4ea715))
* PLS-01 "change the fee percent to 0.25% in pancakeLibrary" ([e8c3676](e8c3676))
* PLS-02 added indiviual checks for reserveIn and reserveOut to be 0 ([774eed1](774eed1))
* PLS-03 removed redundant checking of reserves in pancakeLibrary ([0714741](0714741))
* pr comments ([346d32e](346d32e))
* PR comments. ([6ef9faf](6ef9faf))
* PR comments. ([7e0d572](7e0d572))
* PVE-001 claim fix in vrt ([369cf3f](369cf3f))
* PVE-002 improve sanity checks ([b62f302](b62f302))
* PVE-003 fix floating pragmas ([672b9de](672b9de))
* remove unwanted comments and fix the version of pragmas ([5e88387](5e88387))
* RHS-01 use TransferHelper Library safeTransfer to send WBNB in RouterHelper contract ([9e7103e](9e7103e))
* srs-02, srs-07 missing checks for vToken, pass single address ([99fc4b2](99fc4b2))
* SRS-03 check the address(0) for comptroller address in swapRouter constructor ([48eb87c](48eb87c))
* SRS-04 added comments for supporting Fee for all the functions in Swaprouter ([4dae8d4](4dae8d4))
* srs-05 added comments for missing parameters ([f04f5ce](f04f5ce))
* SRS-06 netspec comments changed for sweepToken function ([ae30cdd](ae30cdd))
* support fees on transfers and approve vToken ([d4969d7](d4969d7))
* swa-01 reentrant check ([844f78d](844f78d))
* SWA-02 added unchecked block in the for loop iteration ([b3542eb](b3542eb))
* swa-03 used custom errors instead of string errors ([ebef2cd](ebef2cd))
* swap fork tests ([c3a0fb2](c3a0fb2))
* VEN-005 Change external function naming ([48c85bf](48c85bf))
* VENUS-002 remove checks with true/false in require ([fa35f34](fa35f34))
* VENUS-003 check for zero address ([e9a2e5a](e9a2e5a))
* VENUS-004 fix floating pragmas ([7c3d2e0](7c3d2e0))
* VENUS-006 add market active check ([4279d0d](4279d0d))
* VENUS-007 prevent massUpdatePools function ([027914e](027914e))
* working docker setup ([252f201](252f201))
fix: remove exports from package.json
## [2.2.1](v2.2.0...v2.2.1) (2023-08-28)

### Bug Fixes

* remove exports from package.json ([1192698](1192698))
@coreyar coreyar requested review from chechu and kkirka August 28, 2023 15:14
@coreyar coreyar force-pushed the bring-down-release-updates-to-develop branch from fc0e8b9 to d052245 Compare August 28, 2023 15:18
@coreyar coreyar merged commit c647be8 into develop Sep 4, 2023
3 checks passed
@kkirka kkirka deleted the bring-down-release-updates-to-develop branch November 29, 2023 15:35
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.

4 participants