Skip to content

v3.0.0

Compare
Choose a tag to compare
@larry0x larry0x released this 03 Feb 16:25
· 5 commits to main since this release
465ec00

Compared to v2.4.0:

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