Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 08:58
288bd69

We are excited to announce the release of Version 1.0.0 of our xcall multi-protocol contract, designed to facilitate cross-chain communications via multiple protocol. This release marks a significant milestone for ICON in achieving cross-chain interoperability.

Major Highlights

  • Constant Messaging Fee
  • Send Messages via Multiple Protocol to guarantee safety
  • Ease of Integration of multiple protocols without needing to know its working details

What's Changed

New Features 🎉

  • fix: address validation added by @gcranju in #56
  • fix: removed helper module by @gcranju in #61
  • fix: address validation added by @gcranju in #53
  • fix: reply removed from sendcallmessage and executerollback by @gcranju in #67
  • fix: spelling corrected in error message by @gcranju in #63
  • fix: removed mentioned todo by @gcranju in #54
  • feat: separate xcall module into xcall and xcall-lib by @redlarva in #58
  • fix: not feature library added in instantiate by @gcranju in #74
  • fix: remove unnecessary comments by @ibrizsabin in #72

Bug Fixes 🐛

  • fix: struct naming according to docs by @gcranju in #55
  • fix: array length checked after split by @gcranju in #65
  • fix: null check added before accessing struct by @gcranju in #62
  • fix: xcall connection unnecessary clones by @gcranju in #64
  • fix: address validation on icon address removed by @gcranju in #73
  • fix: reentrancy and callback data override in reply #267 by @ibrizsabin in #59
  • fix: fee check send message by @ibrizsabin in #84

Other Changes 📝

New Contributors

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