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

Release back #159

Merged
merged 2 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [1.9.0](https://github.com/VenusProtocol/oracle/compare/v1.8.0...v1.9.0) (2024-01-23)


### Features

* add implementation of new wstETH oracle ([ee78b61](https://github.com/VenusProtocol/oracle/commit/ee78b61504f09f3f6e732c9b54862a17f15d6b13))
* add unit tests for wstETH oracle ([8ee95dc](https://github.com/VenusProtocol/oracle/commit/8ee95dcb43a478ef29e9d58114bcd07b43747506))
* fork test for wstETH oracle ([373d192](https://github.com/VenusProtocol/oracle/commit/373d1920251ec5abe58c711cb56161361e0e83b1))
* update deps to the stable versions ([cc79591](https://github.com/VenusProtocol/oracle/commit/cc7959157cc57345099de169a3779632b072e1a1))
* updating deployment files ([e9cedb9](https://github.com/VenusProtocol/oracle/commit/e9cedb91e152ffc0ffba7bd26cc587e9c3d77c98))


### Bug Fixes

* CI test failing ([68e8bfe](https://github.com/VenusProtocol/oracle/commit/68e8bfe47dd0a74bb8172f95a6ab01a53b695714))
* lint ([e1b730d](https://github.com/VenusProtocol/oracle/commit/e1b730d67997cfe186e209e601c6236ee0ece846))
* remove hardcoded gas price for sepolia ([5a83647](https://github.com/VenusProtocol/oracle/commit/5a836478266b5799fe3e2335f25f864c94c3a3f9))
* try fix sol parsing in github ([c909088](https://github.com/VenusProtocol/oracle/commit/c909088eedb7816b82282fa46ca4a55526b254e0))
* typo ([25921ac](https://github.com/VenusProtocol/oracle/commit/25921ac407151d1ed658540eb35385eec609d3b1))
* wrong denominator value ([a1c037e](https://github.com/VenusProtocol/oracle/commit/a1c037e1fad829b291c09eb3a635fbe6cce74491))


### Reverts

* Revert "fix: comment format of constructor" ([889fb21](https://github.com/VenusProtocol/oracle/commit/889fb21c20b539678cdd83d0077fe5928feb6522))

## [1.9.0-dev.3](https://github.com/VenusProtocol/oracle/compare/v1.9.0-dev.2...v1.9.0-dev.3) (2024-01-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@venusprotocol/oracle",
"description": "Venus Protocol Price Oracle",
"version": "1.9.0-dev.3",
"version": "1.9.0",
"author": "Venus",
"engines": {
"node": ">=18.x.x"
Expand Down