Skip to content

v0.2.0

Compare
Choose a tag to compare
@srdtrk srdtrk released this 09 Nov 17:53
· 66 commits to main since this release
2fdc401

Description

In this release, this contract became usable in production since all the logic needed for testing was moved to a secondary testing contract. This is not to say that this contract should be used in production since it is not yet audited.

Changes:

  • External contract callbacks were added: Now contracts can be registered during instantiation to receive callbacks upon channel creation and packet lifecycle events.
  • Removed the predefined action execute message: This was for testing and is now moved to our new testing ica-owner contract.
  • Library feature was removed: Now, external contracts that want to use this contract as a library don't need to import it with the library feature. They just need to disable the default features.