Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2024-01-09)

### Features

* add isEligibleToSend function ([acc9dfb](acc9dfb))
* add opbnbmainnet and verify config ([0c10381](0c10381))
* add README.md ([19f9c8e](19f9c8e))
* add sepolia deployments of xvs-bridge ([5fe32a2](5fe32a2))
* add support of bridge replacement ([da1310f](da1310f))
* add testnet deployments of xvs bridge ([67dc312](67dc312))
* add xvs bridge deployment script ([b2e8ae4](b2e8ae4))
* add XVS deployment scripts ([b0d9440](b0d9440))
* add xvs token deployments of opBNB Testnet ([ccb65a4](ccb65a4))
* add xvs-token-bridge ([bf0ff62](bf0ff62))
* deployments of token bridge on Ethereum and BSC ([ff4e18c](ff4e18c))
* export deployments ([6b10063](6b10063))
* generate file only with addresses of deployed contracts ([0012b29](0012b29))
* override sendAndCall function to enable and disable it ([6229b5e](6229b5e))
* revert on transfer of XVS for blacklisted address ([f659dee](f659dee))
* update deployment for latest impl ([62aba9c](62aba9c))
* updating deployment files ([951114e](951114e))
* updating deployment files ([d465299](d465299))
* updating deployment files ([55e2bf1](55e2bf1))
* updating deployment files ([9a4c39c](9a4c39c))
* updating deployment files ([db0c067](db0c067))
* updating deployment files ([73592e0](73592e0))
* updating deployment files ([138428f](138428f))
* updating deployment files ([34f33ed](34f33ed))
* updating deployment files ([5ded843](5ded843))
* updating deployment files ([05a1ba9](05a1ba9))
* updating deployment files ([08854aa](08854aa))
* updating deployment files ([c37302e](c37302e))
* upgrade the version of the governance package ([009b4e8](009b4e8))
* upgrade the version of the oracle package ([3824a92](3824a92))
* use contract addresses from packages ([9384b3c](9384b3c))
* use custom error instead of require check ([ad17933](ad17933))

### Bug Fixes

* BRI-02 ([8ce11e6](8ce11e6))
* BRI-03 ([60d4c5c](60d4c5c))
* BRI-03 ([7c63f14](7c63f14))
* BRI-06 ([85a718c](85a718c))
* BRI-07 ([66e0995](66e0995))
* BRI-07 ([52ff112](52ff112))
* bscmainnet lz end point ([5de26e4](5de26e4))
* build ([8fc946f](8fc946f))
* BXV-01 ([5293d3e](5293d3e))
* BXV-03 ([7c2193b](7c2193b))
* comments ([ccb3fbc](ccb3fbc))
* deployment scripts ([a5200a4](a5200a4))
* exclude external deployments when exporting ([e183ec7](e183ec7))
* natspec comments ([c017c2c](c017c2c))
* natspec comments ([51168ba](51168ba))
* record the right function signatures ([684c5e0](684c5e0))
* remove redundant code ([c8d7365](c8d7365))
* resolve comment ([42617bb](42617bb))
* resolve comments ([c1ecdaa](c1ecdaa))
* resolve comments ([4ef1a4c](4ef1a4c))
* resolve comments ([9d3a335](9d3a335))
* resolve comments ([aba9539](aba9539))
* TCB-02 ([df7b43a](df7b43a))
* TCB-04 ([b017f57](b017f57))
* TCB-05 ([2ddf4c0](2ddf4c0))
* TCV-01 ([981401f](981401f))
* test styles ([15bd3cb](15bd3cb))
* typo ([0d4d8ea](0d4d8ea))
* XVB-02 ([f57a9ab](f57a9ab))
* XVO-02 ([06c6009](06c6009))
* XVP-02 ([8b8dbce](8b8dbce))
* XVP-03 ([e65ada3](e65ada3))
* XVS-01 ([6785b84](6785b84))
* XVS-02 ([6bacbf7](6bacbf7))
  • Loading branch information
toolsvenus committed Jan 9, 2024
1 parent 0553665 commit b65864f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/token-bridge",
"version": "1.0.0-dev.12",
"version": "1.0.0",
"description": "Contracts to bridge tokens using LayerZero technology and applying some rules on top of it",
"files": [
"artifacts",
Expand Down

0 comments on commit b65864f

Please sign in to comment.