Skip to content

Commit 9f2ef18

Browse files
committed
chore(release): 1.2.0-dev.1 [skip ci]
## 1.2.0-dev.1 (2026-02-09) * Merge branch 'develop' into feat/vpd-349 ([488caf5](488caf5)) * Merge branch 'feat/vpd-349' of github.com:VenusProtocol/venus-periphery into feat/vpd-349 ([d2085c5](d2085c5)) * Merge branch 'feat/vpd-402' into feat/vpd-349 ([6886d43](6886d43)) * Merge pull request #24 from VenusProtocol/feat/vpd-349 ([69ed443](69ed443)), closes [#24](#24) * Merge pull request #42 from VenusProtocol/feat/vpd-432 ([60151fb](60151fb)), closes [#42](#42) * Merge pull request #44 from VenusProtocol/feat/vpd-442 ([fc47f63](fc47f63)), closes [#44](#44) * feat: add bscmainnet deployments ([5fa293e](5fa293e)) * feat: add comment ([f133295](f133295)) * feat: add emergency pause hashdit final audit report ([ee220df](ee220df)) * feat: added core logic ([a6f913d](a6f913d)) * feat: added unit tests ([0544913](0544913)) * feat: refactor DeviationSentinel fork tests to use mainnet contracts ([f60beef](f60beef)) * feat: updating deployment files ([cc6fd27](cc6fd27)) * feat: updating deployment files ([f1e48df](f1e48df)) * feat: updating deployment files ([ae59cd3](ae59cd3)) * fix: added comments to call resetMarketState ([ab18286](ab18286)) * fix: added deployments ([4884493](4884493)) * fix: added deployments ([153e950](153e950)) * fix: added fork tests for deviation logic ([1e4da12](1e4da12)) * fix: added imports ([ea31a65](ea31a65)) * fix: added reset func ([5d5f549](5d5f549)) * fix: added test case for non 18 reference token decimals ([bffb983](bffb983)) * fix: added uniswap test ([6114fc3](6114fc3)) * fix: change deviation logic ([1f96225](1f96225)) * fix: create seperate oracle contracts ([e7b4dd2](e7b4dd2)) * fix: deployed new contracts ([a6642ef](a6642ef)) * fix: early return ([cc2e8cc](cc2e8cc)) * fix: enable or disable markets ([5f6c5fc](5f6c5fc)) * fix: fix LT ([91ebcb7](91ebcb7)) * fix: fixed decimals ([e57ad40](e57ad40)) * fix: fixed e2e tests ([cb19bbc](cb19bbc)) * fix: fixed interfaces ([5588076](5588076)) * fix: fixed lint ([5ac5e18](5ac5e18)) * fix: fixed pancakeswap calculation ([c527c47](c527c47)) * fix: fixed tests ([c8884a7](c8884a7)) * fix: fixed tests ([355acef](355acef)) * fix: fixed var name ([0769189](0769189)) * fix: handle emode groups ([2838512](2838512)) * fix: i02 ([304beb5](304beb5)) * fix: i04 ([cf89978](cf89978)) * fix: m01 ([390856b](390856b)) * fix: merge conflict ([375b2f2](375b2f2)) * fix: optimise code ([526c91e](526c91e)) * fix: optimise code ([5d443f5](5d443f5)) * fix: optimise code ([7deec40](7deec40)) * fix: optimise code ([c347173](c347173)) * fix: optimise code ([b10769b](b10769b)) * fix: optimise code ([8586af0](8586af0)) * fix: optimised code ([02fde57](02fde57)) * fix: pause supply ([54ccf44](54ccf44)) * fix: reanmed contract ([f77d868](f77d868)) * fix: rearrange files ([a129bd7](a129bd7)) * fix: remove duplicate imports ([db59423](db59423)) * fix: remove unwanted error ([1b24e48](1b24e48)) * fix: removed comments ([ddcdab8](ddcdab8)) * fix: removed comments ([931bab9](931bab9)) * fix: removed unused vars ([f63f361](f63f361)) * fix: skip waitConfirmations on local hardhat network ([15ff9e7](15ff9e7)) * fix: unify CollateralFactorUpdated event and expand test coverage ([f1038c5](f1038c5)) * fix: updated package ([7a8bed6](7a8bed6)) * fix: usd price should be 18 decimals ([edf7840](edf7840)) * fix: use deployer as proxy owner on non-live networks in sentinel deploy ([e8a953d](e8a953d)) * fix: use less vars ([9d66b76](9d66b76)) * fix: use pancakeswap v3 ([4178f93](4178f93)) * fix: vld-02 ([48ef434](48ef434)) * fix: vld-03 ([5340dc5](5340dc5)) * fix: vld-03 ([0e0a69d](0e0a69d)) * fix: vld-06 ([157c217](157c217)) * fix: vld-08 ([b2150b7](b2150b7)) * fix: vld-09 ([5588f48](5588f48)) * fix: vld-12 ([583e2d3](583e2d3)) * chore: added events and custom errors ([1fcfcf7](1fcfcf7)) * chore: cleanup unused code and add SPDX identifier ([b209db7](b209db7)) * chore: fixed Deviation testing ([629fc61](629fc61)) * chore: fixed linter error ([aa7ffe4](aa7ffe4)) * chore: retrigger ci ([f88054a](f88054a))
1 parent 69ed443 commit 9f2ef18

File tree

2 files changed

+80
-1
lines changed

2 files changed

+80
-1
lines changed

CHANGELOG.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,82 @@
1+
## 1.2.0-dev.1 (2026-02-09)
2+
3+
* Merge branch 'develop' into feat/vpd-349 ([488caf5](https://github.com/VenusProtocol/venus-periphery/commit/488caf5))
4+
* Merge branch 'feat/vpd-349' of github.com:VenusProtocol/venus-periphery into feat/vpd-349 ([d2085c5](https://github.com/VenusProtocol/venus-periphery/commit/d2085c5))
5+
* Merge branch 'feat/vpd-402' into feat/vpd-349 ([6886d43](https://github.com/VenusProtocol/venus-periphery/commit/6886d43))
6+
* Merge pull request #24 from VenusProtocol/feat/vpd-349 ([69ed443](https://github.com/VenusProtocol/venus-periphery/commit/69ed443)), closes [#24](https://github.com/VenusProtocol/venus-periphery/issues/24)
7+
* Merge pull request #42 from VenusProtocol/feat/vpd-432 ([60151fb](https://github.com/VenusProtocol/venus-periphery/commit/60151fb)), closes [#42](https://github.com/VenusProtocol/venus-periphery/issues/42)
8+
* Merge pull request #44 from VenusProtocol/feat/vpd-442 ([fc47f63](https://github.com/VenusProtocol/venus-periphery/commit/fc47f63)), closes [#44](https://github.com/VenusProtocol/venus-periphery/issues/44)
9+
* feat: add bscmainnet deployments ([5fa293e](https://github.com/VenusProtocol/venus-periphery/commit/5fa293e))
10+
* feat: add comment ([f133295](https://github.com/VenusProtocol/venus-periphery/commit/f133295))
11+
* feat: add emergency pause hashdit final audit report ([ee220df](https://github.com/VenusProtocol/venus-periphery/commit/ee220df))
12+
* feat: added core logic ([a6f913d](https://github.com/VenusProtocol/venus-periphery/commit/a6f913d))
13+
* feat: added unit tests ([0544913](https://github.com/VenusProtocol/venus-periphery/commit/0544913))
14+
* feat: refactor DeviationSentinel fork tests to use mainnet contracts ([f60beef](https://github.com/VenusProtocol/venus-periphery/commit/f60beef))
15+
* feat: updating deployment files ([cc6fd27](https://github.com/VenusProtocol/venus-periphery/commit/cc6fd27))
16+
* feat: updating deployment files ([f1e48df](https://github.com/VenusProtocol/venus-periphery/commit/f1e48df))
17+
* feat: updating deployment files ([ae59cd3](https://github.com/VenusProtocol/venus-periphery/commit/ae59cd3))
18+
* fix: added comments to call resetMarketState ([ab18286](https://github.com/VenusProtocol/venus-periphery/commit/ab18286))
19+
* fix: added deployments ([4884493](https://github.com/VenusProtocol/venus-periphery/commit/4884493))
20+
* fix: added deployments ([153e950](https://github.com/VenusProtocol/venus-periphery/commit/153e950))
21+
* fix: added fork tests for deviation logic ([1e4da12](https://github.com/VenusProtocol/venus-periphery/commit/1e4da12))
22+
* fix: added imports ([ea31a65](https://github.com/VenusProtocol/venus-periphery/commit/ea31a65))
23+
* fix: added reset func ([5d5f549](https://github.com/VenusProtocol/venus-periphery/commit/5d5f549))
24+
* fix: added test case for non 18 reference token decimals ([bffb983](https://github.com/VenusProtocol/venus-periphery/commit/bffb983))
25+
* fix: added uniswap test ([6114fc3](https://github.com/VenusProtocol/venus-periphery/commit/6114fc3))
26+
* fix: change deviation logic ([1f96225](https://github.com/VenusProtocol/venus-periphery/commit/1f96225))
27+
* fix: create seperate oracle contracts ([e7b4dd2](https://github.com/VenusProtocol/venus-periphery/commit/e7b4dd2))
28+
* fix: deployed new contracts ([a6642ef](https://github.com/VenusProtocol/venus-periphery/commit/a6642ef))
29+
* fix: early return ([cc2e8cc](https://github.com/VenusProtocol/venus-periphery/commit/cc2e8cc))
30+
* fix: enable or disable markets ([5f6c5fc](https://github.com/VenusProtocol/venus-periphery/commit/5f6c5fc))
31+
* fix: fix LT ([91ebcb7](https://github.com/VenusProtocol/venus-periphery/commit/91ebcb7))
32+
* fix: fixed decimals ([e57ad40](https://github.com/VenusProtocol/venus-periphery/commit/e57ad40))
33+
* fix: fixed e2e tests ([cb19bbc](https://github.com/VenusProtocol/venus-periphery/commit/cb19bbc))
34+
* fix: fixed interfaces ([5588076](https://github.com/VenusProtocol/venus-periphery/commit/5588076))
35+
* fix: fixed lint ([5ac5e18](https://github.com/VenusProtocol/venus-periphery/commit/5ac5e18))
36+
* fix: fixed pancakeswap calculation ([c527c47](https://github.com/VenusProtocol/venus-periphery/commit/c527c47))
37+
* fix: fixed tests ([c8884a7](https://github.com/VenusProtocol/venus-periphery/commit/c8884a7))
38+
* fix: fixed tests ([355acef](https://github.com/VenusProtocol/venus-periphery/commit/355acef))
39+
* fix: fixed var name ([0769189](https://github.com/VenusProtocol/venus-periphery/commit/0769189))
40+
* fix: handle emode groups ([2838512](https://github.com/VenusProtocol/venus-periphery/commit/2838512))
41+
* fix: i02 ([304beb5](https://github.com/VenusProtocol/venus-periphery/commit/304beb5))
42+
* fix: i04 ([cf89978](https://github.com/VenusProtocol/venus-periphery/commit/cf89978))
43+
* fix: m01 ([390856b](https://github.com/VenusProtocol/venus-periphery/commit/390856b))
44+
* fix: merge conflict ([375b2f2](https://github.com/VenusProtocol/venus-periphery/commit/375b2f2))
45+
* fix: optimise code ([526c91e](https://github.com/VenusProtocol/venus-periphery/commit/526c91e))
46+
* fix: optimise code ([5d443f5](https://github.com/VenusProtocol/venus-periphery/commit/5d443f5))
47+
* fix: optimise code ([7deec40](https://github.com/VenusProtocol/venus-periphery/commit/7deec40))
48+
* fix: optimise code ([c347173](https://github.com/VenusProtocol/venus-periphery/commit/c347173))
49+
* fix: optimise code ([b10769b](https://github.com/VenusProtocol/venus-periphery/commit/b10769b))
50+
* fix: optimise code ([8586af0](https://github.com/VenusProtocol/venus-periphery/commit/8586af0))
51+
* fix: optimised code ([02fde57](https://github.com/VenusProtocol/venus-periphery/commit/02fde57))
52+
* fix: pause supply ([54ccf44](https://github.com/VenusProtocol/venus-periphery/commit/54ccf44))
53+
* fix: reanmed contract ([f77d868](https://github.com/VenusProtocol/venus-periphery/commit/f77d868))
54+
* fix: rearrange files ([a129bd7](https://github.com/VenusProtocol/venus-periphery/commit/a129bd7))
55+
* fix: remove duplicate imports ([db59423](https://github.com/VenusProtocol/venus-periphery/commit/db59423))
56+
* fix: remove unwanted error ([1b24e48](https://github.com/VenusProtocol/venus-periphery/commit/1b24e48))
57+
* fix: removed comments ([ddcdab8](https://github.com/VenusProtocol/venus-periphery/commit/ddcdab8))
58+
* fix: removed comments ([931bab9](https://github.com/VenusProtocol/venus-periphery/commit/931bab9))
59+
* fix: removed unused vars ([f63f361](https://github.com/VenusProtocol/venus-periphery/commit/f63f361))
60+
* fix: skip waitConfirmations on local hardhat network ([15ff9e7](https://github.com/VenusProtocol/venus-periphery/commit/15ff9e7))
61+
* fix: unify CollateralFactorUpdated event and expand test coverage ([f1038c5](https://github.com/VenusProtocol/venus-periphery/commit/f1038c5))
62+
* fix: updated package ([7a8bed6](https://github.com/VenusProtocol/venus-periphery/commit/7a8bed6))
63+
* fix: usd price should be 18 decimals ([edf7840](https://github.com/VenusProtocol/venus-periphery/commit/edf7840))
64+
* fix: use deployer as proxy owner on non-live networks in sentinel deploy ([e8a953d](https://github.com/VenusProtocol/venus-periphery/commit/e8a953d))
65+
* fix: use less vars ([9d66b76](https://github.com/VenusProtocol/venus-periphery/commit/9d66b76))
66+
* fix: use pancakeswap v3 ([4178f93](https://github.com/VenusProtocol/venus-periphery/commit/4178f93))
67+
* fix: vld-02 ([48ef434](https://github.com/VenusProtocol/venus-periphery/commit/48ef434))
68+
* fix: vld-03 ([5340dc5](https://github.com/VenusProtocol/venus-periphery/commit/5340dc5))
69+
* fix: vld-03 ([0e0a69d](https://github.com/VenusProtocol/venus-periphery/commit/0e0a69d))
70+
* fix: vld-06 ([157c217](https://github.com/VenusProtocol/venus-periphery/commit/157c217))
71+
* fix: vld-08 ([b2150b7](https://github.com/VenusProtocol/venus-periphery/commit/b2150b7))
72+
* fix: vld-09 ([5588f48](https://github.com/VenusProtocol/venus-periphery/commit/5588f48))
73+
* fix: vld-12 ([583e2d3](https://github.com/VenusProtocol/venus-periphery/commit/583e2d3))
74+
* chore: added events and custom errors ([1fcfcf7](https://github.com/VenusProtocol/venus-periphery/commit/1fcfcf7))
75+
* chore: cleanup unused code and add SPDX identifier ([b209db7](https://github.com/VenusProtocol/venus-periphery/commit/b209db7))
76+
* chore: fixed Deviation testing ([629fc61](https://github.com/VenusProtocol/venus-periphery/commit/629fc61))
77+
* chore: fixed linter error ([aa7ffe4](https://github.com/VenusProtocol/venus-periphery/commit/aa7ffe4))
78+
* chore: retrigger ci ([f88054a](https://github.com/VenusProtocol/venus-periphery/commit/f88054a))
79+
180
## <small>1.1.1-dev.1 (2026-01-13)</small>
281

382
* Merge pull request #34 from VenusProtocol/swaphelper-coverage-improvements ([1c4b0ed](https://github.com/VenusProtocol/venus-periphery/commit/1c4b0ed)), closes [#34](https://github.com/VenusProtocol/venus-periphery/issues/34)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@venusprotocol/venus-periphery",
3-
"version": "1.1.1-dev.1",
3+
"version": "1.2.0-dev.1",
44
"description": "",
55
"files": [
66
"artifacts",

0 commit comments

Comments
 (0)