Skip to content

v0.17.0

Compare
Choose a tag to compare
@RiccardoM RiccardoM released this 05 Jul 12:36
· 698 commits to master since this release
93f8514

Changes

  • Added the new x/subspaces module (#392)
  • Made DTags case-insensitive (#492)
  • Added the ability to paginate the relationships of a profile (#467)
  • Added the ability to paginate user blocks (#495)
  • Added the ability to paginate incoming DTag transfer requests (#519)
  • Added the possibility to connect external chain accounts to a Desmos profile (#192)
  • Added the possibility to verify a profile with an external application (#472)
  • Added the ability to edit whether users can comment on a post or not (#446)
  • Added the ability to paginate the registered reactions (#471)
  • Added the ability to paginate the user poll answers (#478)
  • Added the ability to paginate post reactions query (#515)
  • Added the ability to query posts comments (#510)
  • Improved the posts query (#499)
  • Improved the registered reactions query (#515)
  • Removed all the legacy REST endpoints (#447)
  • Removed all the legacy queriers (#496)
  • Added the logging of some interesting operations (#483)
  • Updated Cosmos SDK to v0.42.6 (#509)

Messages

  • Renamed the following messages
    • MsgCancelDTagTransfer -> MsgCancelDTagTransferRequest
    • MsgAcceptDTagTransfer -> MsgAcceptDTagTransferRequest
    • MsgRefuseDTagTransfer -> MsgRefuseDTagTransferRequest

CLI

  • Renamed the following CLI commands
    • profiles tx request-dtag -> profiles tx request-dtag-transfer
    • profiles tx cancel-dtag-transfer -> profiles tx cancel-dtag-transfer-request
    • profiles tx accept-dtag-transfer -> profiles tx accept-dtag-transfer-request
    • profiles tx refuse-dtag-transfer -> profiles tx refuse-dtag-transfer-request
    • profiles query dtag-requests -> profiles query incoming-dtag-transfer-requests
    • profiles query blocklist -> profiles query blocks