Releases: zeta-chain/protocol-contracts-evm
Releases · zeta-chain/protocol-contracts-evm
v15.0.0
chore: release v15 (#608) Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com> Co-authored-by: Christopher Fuka <97121270+CryptoFewka@users.noreply.github.com> Co-authored-by: Denis Fadeev <denis@fadeev.org>
v14.1.0
What's Changed
🚀 Features
- feat: implement contract diff check tool by @s2imonovic in #587
🐞 Fixes
- fix: remove ZETA onCall() from UniversalContract by @s2imonovic in #597
🧹 Chores
- chore: fix X account by @CryptoFewka in #600
Full Changelog: v14.0.1...v14.1.0
v14.1.0-rc1
fix: generate
v14.0.1
chore: merge develop to main (#599) Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
v14.0.0
feat: implement contract diff check tool (#587) (#589) Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
v13.1.0-rc3
What's Changed
🚀 Features
- feat: implement gas fee payment for ZETA withdrawals by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/527
- feat: Enable native ZETA deposits in GatewayZEVM contract by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/529
📖 Documentation
- docs: generate docs in a single file by @fadeev in https://github.com/zeta-chain/protocol-contracts/pull/530
🛠️ Refactors
- refactor: increase payload max size to 2880 in the gateway ZEVM by @lumtis in https://github.com/zeta-chain/protocol-contracts/pull/532
🧹 Chores
- chore: update TON Gateway address by @fadeev in https://github.com/zeta-chain/protocol-contracts/pull/535
Full Changelog: zeta-chain/protocol-contracts@v13.1.0-rc2...v13.1.0-rc3
v13.1.0-rc2
What's Changed
🚀 Features
- feat: add simple ZETA deposit() by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/522
🐞 Fixes
- fix: zeta registry contracts by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/525
🛠️ Refactors
- refactor: extract common validation logic into GatewayZEVMValidations library by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/519
Full Changelog: zeta-chain/protocol-contracts@v13.1.0-rc1...v13.1.0-rc2
v13.1.0-rc1
What's Changed
- chore: Rename discord webhook secret by @CryptoFewka in https://github.com/zeta-chain/protocol-contracts/pull/495
- refactor: increase min gas limit by @lumtis in https://github.com/zeta-chain/protocol-contracts/pull/497
- feat: Implement CoreRegistry with Cross-Chain Address Management by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/488
- refactor: rename ZetaETH/ZetaNonETH to ZetaNative/ZetaNonNative and remove internalSendHash by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/502
- feat: support ZETA with V2 architecture by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/503
- feat: (GatewayZEVM) burn tokens when paying for GAS during outbounds by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/507
- fix: restrict onRevertGasLimit to uint64 in RevertOptions struct by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/510
- fix: (GatewayEVM) Improve ERC20 approval handling for non-standard tokens by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/509
- fix: Add _disableInitializers() to ZetaConnectorBase constructor to prevent implementation takeover by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/515
- fix: ZetaConnectorBase initializer modifier to enable child contract initialization by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/517
- fix: Zeta Registry contracts after testing by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/504
- ci: fix script that generates docs by @fadeev in https://github.com/zeta-chain/protocol-contracts/pull/518
- feat: make UniversalContract abstract by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/492
Full Changelog: zeta-chain/protocol-contracts@v13.0.0...v13.1.0-rc1
v13.0.0
What's Changed
- feat: deploy Arbitrum Sepolia and AVAX Testnet contracts by @julianrubino in https://github.com/zeta-chain/protocol-contracts/pull/458
- chore: fetch Gateway addresses from HTTP API by @fadeev in https://github.com/zeta-chain/protocol-contracts/pull/462
- chore: update gatewayzevm deployment info for v29 by @lumtis in https://github.com/zeta-chain/protocol-contracts/pull/469
- chore: replace protocol by smart contracts in codeowner by @lumtis in https://github.com/zeta-chain/protocol-contracts/pull/468
- fix: improve error handling and messages (#205, #206) by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/473
- refactor: renaming
originandsenderinMessageContextby @lumtis in https://github.com/zeta-chain/protocol-contracts/pull/474 - chore: mainnet gatewayzevm v29 deployment info by @lumtis in https://github.com/zeta-chain/protocol-contracts/pull/472
- fix: slither action by @skosito in https://github.com/zeta-chain/protocol-contracts/pull/479
- fix: typescript generated files errors - #475 by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/477
- chore: add Uniswap v3 router & factory to addresses by @fadeev in https://github.com/zeta-chain/protocol-contracts/pull/470
- refactor: increase payload zevm to 2048 by @lumtis in https://github.com/zeta-chain/protocol-contracts/pull/486
New Contributors
- @s2imonovic made their first contribution in https://github.com/zeta-chain/protocol-contracts/pull/473
Full Changelog: zeta-chain/protocol-contracts@v12.0.0...v13.0.0
v13.0.0-rc1
What's Changed
- feat: deploy Arbitrum Sepolia and AVAX Testnet contracts by @julianrubino in https://github.com/zeta-chain/protocol-contracts/pull/458
- chore: fetch Gateway addresses from HTTP API by @fadeev in https://github.com/zeta-chain/protocol-contracts/pull/462
- chore: update gatewayzevm deployment info for v29 by @lumtis in https://github.com/zeta-chain/protocol-contracts/pull/469
- chore: replace protocol by smart contracts in codeowner by @lumtis in https://github.com/zeta-chain/protocol-contracts/pull/468
- fix: improve error handling and messages (#205, #206) by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/473
- refactor: renaming
originandsenderinMessageContextby @lumtis in https://github.com/zeta-chain/protocol-contracts/pull/474 - chore: mainnet gatewayzevm v29 deployment info by @lumtis in https://github.com/zeta-chain/protocol-contracts/pull/472
- fix: slither action by @skosito in https://github.com/zeta-chain/protocol-contracts/pull/479
- fix: typescript generated files errors - #475 by @s2imonovic in https://github.com/zeta-chain/protocol-contracts/pull/477
New Contributors
- @s2imonovic made their first contribution in https://github.com/zeta-chain/protocol-contracts/pull/473
Full Changelog: zeta-chain/protocol-contracts@v12.0.0...v13.0.0-rc1