Skip to content

Releases: desmos-labs/desmos

v4.4.0

02 Sep 10:32
733827d
Compare
Choose a tag to compare

Features

Posts

  • (#998) Allow to set the permission to only comment content

Bug Fixes

Profiles

  • (#986) Added missing WASM support for default external address messages

Dependencies

  • (#988) Updated wasmd to v0.28.0
  • (#1000) Updated Cosmos SDK to v0.45.8
Checksum-Sha256:
f89e76996910c348b5a96257472e9c64ded5c8072fe50f74e2d26192ee9cb41f  desmos-4.4.0-linux-amd64

v4.3.0

30 Jul 12:01
581f6fc
Compare
Choose a tag to compare

Bug Fixes

Profiles

  • (#980) Added missing params migration

Subspaces

  • (#981) Added missing subspaces authorizations migration

Posts

  • (#978) Fixed the REST endpoints version
Checksum-Sha256:
50ba9aac54f99ef9d40c6215e874f666eebc1a61fccb60a607ffa16d40a8f827  desmos-4.3.0-linux-amd64

v4.2.0

25 Jul 11:20
987ec5d
Compare
Choose a tag to compare

Features

Profiles

  • (#723) Added expiration time to application links
  • (#887) Added the ability to specify per-chain default external links
  • (#968) Added the support for EVM-specific chain link signatures

Subspaces

  • (#974) Allow setting initial group members when creating a user group

Bug Fixes

Profiles

  • (#971) QueryProfile now returns an error instead of nil when a profile is not found

Posts

  • (#964) Do not allow to answer a poll after voting period ends
Checksum-Sha256:
20e943c3975cdaf650df8b4b0b47350510b2bdaf62a13673f13b4ad4e051c80e  desmos-4.2.0-linux-amd64

v4.1.0

05 Jul 07:41
409581e
Compare
Choose a tag to compare

Features

Posts

  • (#941) Allow to specify start and end indexes of tags and post references even when a post text is stored outside the chain
  • (#942) Allow to specify a post tags for content categorization

Bug Fixes

Profiles

  • (#954) Added missing unlink messages WASM parsers

Subspaces

  • (#945) Allow to specify the section id inside user permissions query

Reactions

  • (#940) Fixed wrong event types and missing attributes

Reports

  • (#955) Fixed wrong CLI commands naming
  • (#961) Fixed the JSON fields used to deserialize report create and delete report messages received from CosmWASM

Dependencies

  • (#946) Updated WASM parser to be compatible with cosmwasm-std v1.0.0
Checksum-Sha256:
7e128f960bc528c29ee1ee1235305895efc81a824d4bb84d23141e63a11085cc  desmos-4.1.0-linux-amd64

v4.0.1

29 Jun 16:14
Compare
Choose a tag to compare

Bug fixes

  • Fixed how the v4.0.0 upgrade is handled
Checksum-Sha256:
d2248d238928991fdf4579716300eaf5d4a34c0de91bbfae458c32b96a1eed1a  desmos-4.0.1-linux-amd64

v4.0.0

27 Jun 07:31
8adb7c9
Compare
Choose a tag to compare

Features

Subspaces

  • (#866) Added support for subspaces sections
  • (#886) Improved how permissions are managed
  • (#919) Added the ability to create a GenericSubspaceAuthorization to authorize operations only inside a specific subspace

Posts

  • (#847) Added the new x/posts module

Reactions

  • (#898) Added the new x/reactions module

Reports

  • (#860) Added the new x/reports module

Other

  • (#822) Added CosmWASM messages and queries parsers for all modules
  • (#919) Added proper support for x/authz

Dependencies

  • (#875) Updated Cosmos SDK to v0.45.5
  • (#875) Updated ibc-go to v3.0.0 and wasmd to v0.27.0
Checksum-Sha256:
bd80ecda829f1979d254216d1c54ddf47d39c7c5f7dfe678b302a449989ab677  desmos-4.0.0-linux-amd64

v3.2.0

31 May 07:42
Compare
Choose a tag to compare

Bug Fixes

Supply

  • (#883) Removed a wrongfully added supply store key
Checksum-Sha256:
cc7dd4324fc082bb7e48f58a7014bda5c67c0e1978713160fd1e26d56e478209  desmos-3.2.0-linux-amd64

v3.1.0

17 May 06:11
4286420
Compare
Choose a tag to compare

Features

Profiles

  • (#793) Added the ability to reverse search application links and chain links

Fees

  • (#796) Added the new x/fees module

Supply

  • (#782) Added the new x/supply module

Bug Fixes

Profiles

  • (#831) Renamed the dtag_transfer_requests REST endpoint to dtag-transfer-requests
  • (#832) Fixed the CLI commands expected number of arguments
  • (#840) Added missing profiles query commands

Subspaces

  • (#801) Added permissions sanitization
  • (#802) Made it not possible for users to set their own permissions
  • (#805) Added missing required permission when creating user groups
  • (#815) Fixed wrong Proto files notations and added missing CLI commands
  • (#849) Added correct Amino encoding support

Relationships

  • (#838) Replaced store keys to use less disk space

Other

  • (#829) Added missing events and events attributes

Dependencies

  • (#812) Updated CosmWASM to v1.0.0-beta10
  • (#844) Updated Cosmos SDK to v0.45.5
Checksum-Sha256:
bafc7d7adb3474dfbebb94b15e9beaadbe7b7bf353251f4a461fa5a84f5e0b39  desmos-3.1.0-linux-amd64

v3.0.1

03 May 06:53
Compare
Choose a tag to compare

Bug Fixes

Other

  • (#843) Fixed the default home path inside the export command

v3.0.0

22 Mar 14:01
Compare
Choose a tag to compare

Notes

This version introduces breaking changes to the x/profiles Protobuf definitions. Particularly:

  • all profiles types are now inside the desmos/profiles/v2 package (it was desmos/profiles/v1beta1)
  • relationships and user blocks models and queries have been moved to the desmos/relationships/v1 package (it was desmos/profiles/v1beta1)

This requires all the clients to re-generate the Protobuf implementations in order to be compatible with the new version of the chain. Using previously generated models will result in errors when broadcasting messages and reading data from the chain itself.

Features

Profiles

  • (#688) Added support for hex addresses inside chain links
  • (#708) Added support for multisig chain links
  • (#785) Added keeper hooks

Subspaces

  • (#728) Added the new x/subspaces module

Relationships

  • (#750) Split relationships and user blocks into the new x/relationships module

Other

  • (#717) Added IBC AnteHandler
  • (#720) Added CosmWasm module

Bug Fixes

Profiles

  • (#759) Added the emission of missing events
  • (#784) Fixed how the profiles data are deleted (DTag transfer requests, chain links and application links)

Other

  • (#693) Added missing server version

Dependencies

  • (#716) Updated IBC to v2.0.2
  • (#769) Updated Cosmos SDK to v0.45.1
Checksum-Sha256:
5e77bd7265ade38f545831af56ffdae6d069420a7ddcb781a5f3169e8fa87b32  desmos-3.0.0-linux-amd64