v3.0.0-rc1
Pre-release
Pre-release
This is a preview for cw-asset v3.
Major changes
- Remove support for cw1155 which is no longer maintained
- Implement
PrimaryKey
andKeyDeserialize
traits for&AssetInfo
; deleteAddressInfoKey
- Implement a custom error type
AssetError
instead of usingStdError
everywhere - Use
cw_address_like::AddressLike
trait to enforce that the genericT
inAssetInfo<T>
can only beString
orAddr
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