Skip to content

Commit

Permalink
chore(release): v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 19, 2022
1 parent 999e9bf commit 6d63ba4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 40 deletions.
47 changes: 9 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.1.0](https://github.com/rigoblock/v3-contracts/compare/v0.11.1...v1.1.0) (2022-10-19)


### Features

* upgrade version to v3.0.1 ([999e9bf](https://github.com/rigoblock/v3-contracts/commit/999e9bf98d997f3cceb82db24b9cac0ca87b5268))



## [0.11.1](https://github.com/rigoblock/v3-contracts/compare/v0.11.0...v0.11.1) (2022-10-19)


Expand Down Expand Up @@ -102,41 +111,3 @@



# [0.9.0](https://github.com/rigoblock/v3-contracts/compare/v0.8.0...v0.9.0) (2022-09-17)


### Bug Fixes

* add nav verifier adapter interface ([a482b17](https://github.com/rigoblock/v3-contracts/commit/a482b17c7ae942006b38daa3da08ac0172a03f97))
* add staking adapter interface ([c506819](https://github.com/rigoblock/v3-contracts/commit/c506819839701a0ecd04e6def94596ad1f9db5d9))
* added missing overrides in adapters ([fe92c84](https://github.com/rigoblock/v3-contracts/commit/fe92c847fafec1a66a0695b294ca111706c40b58))
* all adapters inherit method and docs from their interfaces ([79cf7dd](https://github.com/rigoblock/v3-contracts/commit/79cf7dd8b747c9fb0a55738f5808bed9b3106b11))
* check valid nav inside setUnitaryValue method ([9e8bbe3](https://github.com/rigoblock/v3-contracts/commit/9e8bbe3ce8de68e786d3dc7fbbdc945bbfe62433))
* declare uniswap adapter method refund eth as virtual ([29afe26](https://github.com/rigoblock/v3-contracts/commit/29afe26eefdd3a05775f66f24ed17195f6061040))
* deprecate nav verifier extension ([f987cc5](https://github.com/rigoblock/v3-contracts/commit/f987cc5c652c66c7a59c5d8f271ea257e687151c))
* do not require self custody account to be EOA ([b5ce495](https://github.com/rigoblock/v3-contracts/commit/b5ce495d4b52120323ecc08e575e2acba3cca611))
* import weth9 in AUniswap v3 ([14abf83](https://github.com/rigoblock/v3-contracts/commit/14abf83a8729b48f030ddb2ba894e9d43e1435f6))
* make uniswap npm adapter abstract ([873fc1b](https://github.com/rigoblock/v3-contracts/commit/873fc1b2a42acdb7b41667b7addf5c467efc4b41))
* move multicall to dedicated adapter ([f046332](https://github.com/rigoblock/v3-contracts/commit/f046332ba71c3b43b74caf77bc40074c4eb41c16))
* nav verifier adapter inherits from interface ([bb4fef3](https://github.com/rigoblock/v3-contracts/commit/bb4fef3ba1d042b3d3631399c23076339edc9d94))
* remove unused inputs in set unitary value ([ab9a7ea](https://github.com/rigoblock/v3-contracts/commit/ab9a7eaf89befd80c50ad74d322348769127ebd0))
* rename mint/burn in pool to prevent signature clashing ([3eadf68](https://github.com/rigoblock/v3-contracts/commit/3eadf68b2660566efab8903c600ca550caad9fe9))
* safe approve gas optimization and uniswap adapter minor linting ([5c99829](https://github.com/rigoblock/v3-contracts/commit/5c99829d54545024f46b0a61f8301c80ab3e5307))
* staking adapter inherits from interface ([2dda2fd](https://github.com/rigoblock/v3-contracts/commit/2dda2fd4de384e0f317d3f1dc5af905cc5d974a2))
* uniswap npm improvements ([eca81ac](https://github.com/rigoblock/v3-contracts/commit/eca81acedaac50f09ccc9b7ea7c25d1c5aaa0c54))
* unwrap eth directly from weth contract in npm adapter ([c4397c5](https://github.com/rigoblock/v3-contracts/commit/c4397c543d93068fe747bd5b2452cde43b205c02))
* update pool actions interface ([a0226ec](https://github.com/rigoblock/v3-contracts/commit/a0226ecde4b72abcb8a121413e4fa80a4b84e74a))
* update solc to >= from = in self custody adapter interface ([38ac8fe](https://github.com/rigoblock/v3-contracts/commit/38ac8fe7dab6fe09989d76d68327c61d7e95c631))
* update uniswap npm adapter for supporting eth incoming transfers ([3c69579](https://github.com/rigoblock/v3-contracts/commit/3c695798c6ea8525e89ef22fcbf1d3b1a56d0cb9))


### Features

* add minimum received in pool mint/burn ([6dafb40](https://github.com/rigoblock/v3-contracts/commit/6dafb40329069b3d3e89bef269258c7fb991899a))
* add uniswap adapter in deploy/tests pipeline ([0087cd6](https://github.com/rigoblock/v3-contracts/commit/0087cd68f8b0aca04d0967ef49d188f57ac6b98f))
* added mock uniswap npm contract ([d6f0a57](https://github.com/rigoblock/v3-contracts/commit/d6f0a578e2351bea74ca6531e59f51e934342e68))
* require at least 3% liquidity when updating pool price ([d2e8965](https://github.com/rigoblock/v3-contracts/commit/d2e8965944d54af83caedc1e767a469a1d5c2734))
* update uniswap adapter ([0e698fb](https://github.com/rigoblock/v3-contracts/commit/0e698fb302d0bebd801a1a9594cc288bfa1e695b))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rgbk/v3-contracts",
"version": "1.0.0",
"version": "1.1.0",
"description": "Ethereum asset management",
"homepage": "https://github.com/rigoblock/v3-contracts/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -84,4 +84,4 @@
"peerDependencies": {
"ethers": "^5.1.4"
}
}
}

0 comments on commit 6d63ba4

Please sign in to comment.