Skip to content

sylvia-derive-v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 10:52
· 10 commits to main since this release

Added

  • Emit error if contract macro is above entry_points
  • Remove support for , custom(msg=.. ,query=..) in entry_points
  • Add CustomMsg and CustomQuery to ContractApi

Fixed

  • Pass attribute to struct fields

Other

  • (sylvia-derive) Document inner types
  • [breaking] Remove InterfaceApi in favor of InterfaceMessagesApi (#413)
  • Fix duplicated instantiation error
  • Refactor struct message generation
  • Generic cw1-whitelist example (#404)
  • Create fold module
  • Setup new directory structure
  • Update to cosmwasm-std 2.1.1
  • Cleanup in entry_points macro
  • Silence clippy warn about lack of Default (#396)