Releases: desmos-labs/desmos
Releases · desmos-labs/desmos
v4.4.0
v4.3.0
v4.2.0
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 ofnil
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
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
Bug fixes
- Fixed how the
v4.0.0
upgrade is handled
Checksum-Sha256:
d2248d238928991fdf4579716300eaf5d4a34c0de91bbfae458c32b96a1eed1a desmos-4.0.1-linux-amd64
v4.0.0
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
Checksum-Sha256:
bd80ecda829f1979d254216d1c54ddf47d39c7c5f7dfe678b302a449989ab677 desmos-4.0.0-linux-amd64
v3.2.0
v3.1.0
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 todtag-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
Checksum-Sha256:
bafc7d7adb3474dfbebb94b15e9beaadbe7b7bf353251f4a461fa5a84f5e0b39 desmos-3.1.0-linux-amd64
v3.0.1
v3.0.0
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 wasdesmos/profiles/v1beta1
) - relationships and user blocks models and queries have been moved to the
desmos/relationships/v1
package (it wasdesmos/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
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
Checksum-Sha256:
5e77bd7265ade38f545831af56ffdae6d069420a7ddcb781a5f3169e8fa87b32 desmos-3.0.0-linux-amd64