Skip to content

v2.0.0

Compare
Choose a tag to compare
@manu0466 manu0466 released this 09 Jun 16:34
· 198 commits to main since this release

Version 2.0.0

Breaking changes

With this version, all the methods now are base on stargate feature. For this reason, the following changes have been made:

  • DepsMut<DesmosQuery> and Deps<DesmosQuery> have to be replaced into DepMut<Empty> and Deps<Empty>
  • Response<DesmosMsg> has to be replaced into Response<Empty>
  • all the modules message builders have to be replace to the new version builders, i.e., ProfilesMsg, PostsMsg and etc.
  • all the modules queriers have to be replace to the new version queriers, i.e., ProfilesQuerier, PostsQuerier and etc.
  • mock_apps library has to be removed since cw_multi_test does not support stargate feature

Features

  • (#116) Added stargate support
  • (#116) Updated subspace from v2 to v3
  • (#213) Added subspace v3 new methods: MsgGrantTreasuryAuthorization, MsgGrantAllowance, MsgRevokeAllowance, QueryUserAllowances and QueryGroupAllowances.

Dependencies

  • (#194) Bumped cosmwasm-std to 1.2.5