Releases: open-ibc/ibc-app-solidity-template
v1.0.1
v1.0.0
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
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
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
- update git submodule to forge by @tmsdkeys in #1
- improve scripts and update config and contracts to match new flow by @tmsdkeys in #2
- fix connectedchannels on close deletion issue by @tmsdkeys in #3
- update vibc-core-smart-contracts dependency by @tmsdkeys in #4
- add base contracts by @tmsdkeys in #5
- small fixes by @tmsdkeys in #8
- add just automation by @tmsdkeys in #9
- quick fix create channel by @tmsdkeys in #10
- update README before public testnet by @tmsdkeys in #11
- add set-contracts-config.js script, add just command and update readme by @tmsdkeys in #13
- update vibc and imports by @tmsdkeys in #14
- test universal channels by @tmsdkeys in #18
- allow custom constructor args while deploying in arguments.js file by @tmsdkeys in #20
- add support for dispatcher event listening by @tmsdkeys in #21
- add sim client support by @tmsdkeys in #23
- fix issue in create channel script (naming) by @tmsdkeys in #24
- minor fixes by @tmsdkeys in #27
- minor revisions to README and adding in clean-all just command by @kenobijon in #25
- add event filters by @tmsdkeys in #28
- freeze for testnet by @tmsdkeys in #29
- Update README.md by @tmsdkeys in #30
- fixing XCounterUC encoding and decoding by @kenobijon in #31
- Update README.md by @tmsdkeys in #33
- fix uc events by @tmsdkeys in #34
- update faulty import in create channel script by @tmsdkeys in #37
- fix function name by @stevenlei in #39
- Prevent unnecessary submodule history downloads by @script-money in #50
- universal in config by @tmsdkeys in #45
- Fix listen to events doesn't stop after sending packet fails by @script-money in #57
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #68
- Add ESLint and Prettier settings by @script-money in #70
- Bump @openzeppelin/contracts from 4.9.5 to 4.9.6 by @dependabot in #69
- Bump undici from 5.28.3 to 5.28.4 by @dependabot in #71
- feat: just command for verifying contracts by @gr4yha7 in #72
- add solidity linter solhint by @tmsdkeys in #75
New Contributors
- @tmsdkeys made their first contribution in #1
- @kenobijon made their first contribution in #25
- @stevenlei made their first contribution in #39
- @script-money made their first contribution in #50
- @dependabot made their first contribution in #68
- @gr4yha7 made their first contribution in #72
Full Changelog: https://github.com/open-ibc/ibc-app-solidity-template/commits/v0.1.0