Skip to content

Releases: desmos-labs/desmos

v0.17.1

12 Jul 10:16
Compare
Choose a tag to compare

Changes

  • Improved the x/profiles params structure (#538)
  • Added oracle-related data to x/profiles params (#537)
  • Updated Cosmos to v0.42.7 (#550)

v0.17.0

05 Jul 12:36
93f8514
Compare
Choose a tag to compare

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

v0.16.3

01 Jun 05:40
0d550c9
Compare
Choose a tag to compare

Changes

  • Renamed all OptionalData into AdditionalAttributes and OptionalDataEntry into Attribute (#422)
  • Capped the OptionalDataEntry.Key length (#393])
  • Removed --allows-comments in favor of --disable-comments (#386)
  • Standardized PostID naming convetions (#419)
  • Renamed all events Attribute into AttributeKey (#423)
  • Updated Cosmos to v0.42.5 (#433)
  • Merged x/reports inside x/posts (#429)

Bug fixes

  • Added missing CommunitySpendProposal handler (#421)

v0.16.2

11 May 07:34
Compare
Choose a tag to compare

Changes

  • Renamed profile's moniker into nickname (#413)

Bug fixes

  • Fixed failing transactions performed by a Profile continuously depleting
    funds (#416)
  • Fixed vesting accounts not working properly (#384)

v0.16.1

03 May 07:30
2c8ffcf
Compare
Choose a tag to compare

Changes

  • Added the ability to query all accounts (cosmos#8522)
  • Refactored relationships related CLI commands to make them less implicits (#408)
  • Reintroduced deleted relationships CLI commands' tests (#409)

Bug fixes

  • Removed duplicated vesting CLI commands
  • Fixed the --recover flag of the init command not working (cosmos#9201)
  • Fixed x/mint queries not working (#403)
  • Fixed the not-working delete CLI command for relationships inside x/profiles (#407)

v0.16.0

24 Apr 11:15
85d9482
Compare
Choose a tag to compare

This is the last version before the launch of Morpheus "Apollo", our last testnet before the beta mainnet. For this reason, with this version we have:

  1. Removed all the custom modules, except the x/profiles module.
    This means that you will not be able to create posts or report. All the other modules have been moved inside the x/staging folder and will be integrated with later releases.

  2. Added the x/mint module, to implement inflation.
    This will allow us to test our though inflation module, to see how it might affect our future mainnet.

  3. Enabled the x/ibc transfer module, to allow the transfer of tokens to and from our chain.

v0.15.5

26 Mar 12:11
Compare
Choose a tag to compare

Changes

  • Updated Cosmos to v0.42.3 (#387)

v0.15.4

11 Mar 07:32
e3c89e2
Compare
Choose a tag to compare

Changes

  • Updated Cosmos to v0.42.1 (#378)

Bug fixes

  • Fixed a security vulnerability identified in the app.go file.

v0.15.3

25 Feb 16:06
711b4bd
Compare
Choose a tag to compare

Bug fixes

  • Added missing gRPC gateways (#370)

v0.15.2

25 Feb 14:24
670acf8
Compare
Choose a tag to compare

Changes

  • Updated Cosmos to v0.41.3 (#359)
  • Added Tendermint LD flag (#360)
  • Added ARM-32 support