Skip to content

v3.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@larry0x larry0x released this 02 Feb 16:10
· 6 commits to main since this release
b1ba69f

This is a preview for cw-asset v3.

Major changes

  • Remove support for cw1155 which is no longer maintained
  • Implement PrimaryKey and KeyDeserialize traits for &AssetInfo; delete AddressInfoKey
  • Implement a custom error type AssetError instead of using StdError everywhere
  • Use cw_address_like::AddressLike trait to enforce that the generic T in AssetInfo<T> can only be String or Addr

Minor changes

  • Bump cosmwasm-std to 1.2
  • Bump cw20 and cw-storage-plus to v1.0
  • Improve Github CI
  • Improve formatter settings
  • Fix all clippy warnings