Skip to content

Releases: open-ibc/ibc-app-solidity-template

v1.0.1

23 Apr 14:36
8ec8bb8
Compare
Choose a tag to compare

What's Changed

  • bug: fix sanity check for universal channels by @tmsdkeys in #83

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Apr 16:05
80a2927
Compare
Choose a tag to compare

This release introduces changes to be compatible with the new major version (v2) of https://github.com/open-ibc/vibc-core-smart-contracts which introduces breaking changes to the channel creation API as well as new deployed (proxy) contracts for dispatcher and UCH. It uses the https://github.com/polymerdao/polymer-registry repo to fetch all contract and channel information.

A version compatibility matrix has been added to the documentation to reflect supported versions.

What's Changed

  • feat: add polymer registry by @tmsdkeys in #73
  • update to vibc v2 with polymer regsitry refactor by @tmsdkeys in #78
  • doc: update readme to correct version compatibility matrix by @tmsdkeys in #82

Full Changelog: v0.1.0...v1.0.0

Many thanks to @kenobijon for testing out the refactor to vibc-core v2! 💪

0.2.0

15 Apr 12:37
eaefc30
Compare
Choose a tag to compare

This release involves a refactor to enable more seamless support for multiple chains, rather than only the testnet networks of optimism and base sepolia.

This is meant to be a temporary release before releasing a more significant major version later this week.

What's Changed

Full Changelog: v0.1.0...v0.2.0

0.1.0

12 Apr 13:11
d284e48
Compare
Choose a tag to compare

This marks the first release of ibc-app-solidity-template. It is compatible with vibc-core-smart-contracts v1, which was used throughout Polymer's Polyverse Testnet Phase 1.

We thank all contributors to the code! 🚀

What's Changed

New Contributors

Full Changelog: https://github.com/open-ibc/ibc-app-solidity-template/commits/v0.1.0