Releases: desmos-labs/desmos
Releases · desmos-labs/desmos
v0.17.1
v0.17.0
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
Changes
- Renamed all
OptionalData
intoAdditionalAttributes
andOptionalDataEntry
intoAttribute
(#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
intoAttributeKey
(#423) - Updated Cosmos to
v0.42.5
(#433) - Merged
x/reports
insidex/posts
(#429)
Bug fixes
- Added missing
CommunitySpendProposal
handler (#421)
v0.16.2
v0.16.1
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 theinit
command not working (cosmos#9201) - Fixed
x/mint
queries not working (#403) - Fixed the not-working
delete
CLI command for relationships insidex/profiles
(#407)
v0.16.0
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:
-
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 thex/staging
folder and will be integrated with later releases. -
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. -
Enabled the
x/ibc
transfer module, to allow the transfer of tokens to and from our chain.