Skip to content

Commit

Permalink
Added CHANGELOG entry
Browse files Browse the repository at this point in the history
Signed-off-by: riccardo.montagnin <riccardo.montagnin@gmail.com>
  • Loading branch information
RiccardoM committed May 6, 2021
1 parent 2723b23 commit 8193ac7
Showing 1 changed file with 10 additions and 83 deletions.
93 changes: 10 additions & 83 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,89 +1,75 @@
# Version 0.16.1
# Unreleased
## Bug fixes
- Fixed failing transactions performed by a `Profile` continuously depleting
funds ([\#416](https://github.com/desmos-labs/desmos/issues/416))

# Version 0.16.1
## Changes
- Added the ability to query all accounts ([cosmos#8522](https://github.com/cosmos/cosmos-sdk/pull/8522))
- Refactored relationships related CLI commands to make them less implicits ([#408](https://github.com/desmos-labs/desmos/issues/408))
- Refactored relationships related CLI commands to make them less
implicits ([#408](https://github.com/desmos-labs/desmos/issues/408))
- Reintroduced deleted relationships CLI commands' tests ([#409](https://github.com/desmos-labs/desmos/issues/409))

## Bug fixes
- Removed duplicated `vesting` CLI commands
- Fixed the `--recover` flag of the `init` command not working ([cosmos#9201](https://github.com/cosmos/cosmos-sdk/pull/9201))
- Fixed the `--recover` flag of the `init` command not
working ([cosmos#9201](https://github.com/cosmos/cosmos-sdk/pull/9201))
- Fixed `x/mint` queries not working ([\#403](https://github.com/desmos-labs/desmos/issues/403))
- Fixed the not-working `delete` CLI command for relationships inside `x/profiles` ([#407](https://github.com/desmos-labs/desmos/issues/407))

# Version 0.16.0

## Changes

- Updated Cosmos to `v0.42.4`
- Disabled all the modules, except the `x/profiles` module
- Changed how data are stored inside the `x/profiles`
modules ([\#261](https://github.com/desmos-labs/desmos/issues/261))
- Enabled the `x/ibc` transfer module ([\#382](https://github.com/desmos-labs/desmos/issues/382))

# Version 0.15.5

- Updated Cosmos to `v0.42.3` ([\#387](https://github.com/desmos-labs/desmos/issues/387))

# Version 0.15.4

## Changes

- Updated Cosmos to `v0.42.1` ([\#378](https://github.com/desmos-labs/desmos/issues/378))

## Bug fixes

- Fixed a security vulnerability identified in the `app.go` file.

# Version 0.15.3

## Bug fixes

- Added missing gRPC gateways ([\#370](https://github.com/desmos-labs/desmos/issues/370))

# Version 0.15.2

## Changes

- Updated Cosmos to v0.41.3 ([\#359](https://github.com/desmos-labs/desmos/issues/359))
- Added Tendermint LD flag ([\#360](https://github.com/desmos-labs/desmos/issues/360))
- Added ARM-32 support

# Version 0.15.1

## Changes

- Replaced `gogoproto.jsontag` usages to be coherent with Proto field names
- Removed usage of `json` inside genesis-related methods ([\#348](https://github.com/desmos-labs/desmos/issues/348))
- Updated Cosmos to `v0.40.1` ([\#345](https://github.com/desmos-labs/desmos/issues/345))

## Bug fixes

- Fixed some buys inside the `verify-genesis` command that did not detect some errors

# Version 0.15.0

## Changes

- Updated Cosmos to v0.40.0 ([\#313](https://github.com/desmos-labs/desmos/issues/313))
- Updated validators documentation ([\#333](https://github.com/desmos-labs/desmos/issues/333))
- Renamed binary from `desmosd` to `desmos` ([\#342](https://github.com/desmos-labs/desmos/issues/342))

# Version 0.14.0

## Changes

- Implemented blocked users checks ([\#298](https://github.com/desmos-labs/desmos/issues/298))
- Implemented the possibility to set a minimum messages fee ([\#230](https://github.com/desmos-labs/desmos/issues/230))

## Bug fixes

- Fixed height not working in REST queries ([\#299](https://github.com/desmos-labs/desmos/issues/299))

# Version 0.13.0

## Changes

- Removed the relationship event attribute key prefix ([\#300](https://github.com/desmos-labs/desmos/issues/300))
- Removed the user_block event attribute key prefix ([\#291](https://github.com/desmos-labs/desmos/issues/291))
- Changed posts' optional data representation ([\#272](https://github.com/desmos-labs/desmos/issues/272))
Expand All @@ -92,52 +78,39 @@
- Implemented the possibility to refuse and cancel DTag requests from both receiver and sender side ([\#297](https://github.com/desmos-labs/desmos/issues/297))

## Bug fixes

- Fixed the possibility of requesting a transfer of an empty DTag ([\#292](https://github.com/desmos-labs/desmos/issues/292))
- Fixed the impossibility of querying all the relationships on chain ([\#306](https://github.com/desmos-labs/desmos/issues/306))

# Version 0.12.3

## Changes

- Renamed the `accept-dtag-transfer` CLI command to remove the `.md`
suffix ([\#282](https://github.com/desmos-labs/desmos/issues/282))

# Version 0.12.2

## Changes

- Added the migration command from v0.10.0 to v0.12.0

# Version 0.12.1

## Bug fixes

- Fixed an upgrade migration bug

# Version 0.12.0

## Changes

- Changed `relationships`' implementation adding a `subspace` field to identify in which app users make relationships ([\#266](https://github.com/desmos-labs/desmos/issues/266))
- Implemented the possibility to (un)block a specific user ([\#169](https://github.com/desmos-labs/desmos/issues/169))
- Allow users to edit their DTag ([\#226](https://github.com/desmos-labs/desmos/issues/226))
- Allow users to give their DTag away ([\#225](https://github.com/desmos-labs/desmos/issues/225))

# Version 0.11.0

## Changes

- Allowed the possibility to edit a post's attachments and poll data using the `MsgEditPost`
type ([\#202](https://github.com/desmos-labs/desmos/issues/202))
- Removed the `Open` field from within the `PollData` object. Now you should rely on the `CloseDate` field to determine
whether a poll is close or open. ([\#252](https://github.com/desmos-labs/desmos/issues/252))
- Implemented users `Relationships` ([\#168](https://github.com/desmos-labs/desmos/issues/168))

# Version 0.10.0

## Changes

- Changed application errors to make them more clear ([\#237](https://github.com/desmos-labs/desmos/issues/237))
- Implemented the `x/upgrade` module ([\#174](https://github.com/desmos-labs/desmos/issues/174))
- Removed user specified post's `CreationDate` and `LastEdited` in favor of block time usage ([\#215](https://github.com/desmos-labs/desmos/issues/215))
Expand All @@ -146,40 +119,30 @@
- Updated Cosmos to `v.0.39.1` ([\#257](https://github.com/desmos-labs/desmos/issues/257))

## Bug fixes

- Fixed a bug that caused valid URIs to be considered invalid ([\#233](https://github.com/desmos-labs/desmos/issues/233))
- Fixed a bug that didn't allow querying `x/profile` parameters from REST API ([\#244](https://github.com/desmos-labs/desmos/issues/244))

# Version 0.9.0

## Changes

- Removed the JSON-style `String` methods where it was possible, changed the others to not rely on JSON for `String`
representation ([\#199](https://github.com/desmos-labs/desmos/issues/199))
- Replaced `SetupTestInput()` with testify test suite ([\#198](https://github.com/desmos-labs/desmos/issues/198))
- Removed all the `internal` folders ([\#197](https://github.com/desmos-labs/desmos/issues/197))

# Version 0.8.2

## Changes

- Updated Cosmos to v0.38.5

# Version 0.8.1

## Changes

- Added the removal of invalid registered reactions during `v0.8.0` migration

## Bug fixes

- Fixed a bug inside the post validation method that did not consider poll-only posts valid
- Added the registration of new modules when migrating towards `v0.8.0`

# Version 0.8.0

## Changes

- Changed the data stored inside the profile objects ([\#193](https://github.com/desmos-labs/desmos/issues/193))
- Renamed the `profile_cov` field of `MsgSaveProfile` to `cover_picture`
- Renamed the `profile_pic` field of `MsgSaveProfile` to `profile_picture`
Expand All @@ -191,78 +154,58 @@
- Updated Cosmos to `v0.38.5`

## Bug fixes

- Fixed a bug inside the `Equals` method of the `Pictures` object
- Changed the `tx profiles save` flags names (fixes #207)

# Version 0.7.0

## Changes

- Implemented benchmarks tests ([\#126](https://github.com/desmos-labs/desmos/issues/126))
- Implemented posts' reports ([\#50](https://github.com/desmos-labs/desmos/issues/50))
- Re-introduced the on-chain government module ([\#173](https://github.com/desmos-labs/desmos/issues/173))
- Fixed reactions registration bug ([\#187](https://github.com/desmos-labs/desmos/issues/187))

# Version 0.6.3

## Changes

- Restored evidence module ([\#189](https://github.com/desmos-labs/desmos/issues/189))

# Version 0.6.2

## Changes

- Updated Cosmos to v0.38.4 ([\#177](https://github.com/desmos-labs/desmos/issues/177))

# Version 0.6.1

## Changes

- Updated the way with which the profiles are created and edited ([\#170](https://github.com/desmos-labs/desmos/issues/170))

## Bug fixes

- Fixed the on-chain events usage ([\#175](https://github.com/desmos-labs/desmos/issues/175))

# Version 0.6.0

## Changes

- Added the option to use [RocksDB](https://github.com/facebook/rocksdb) as both Tendermint and/or Cosmos database
backend ([\#111](https://github.com/desmos-labs/desmos/issues/111))
- Implemented tags in post medias ([\#118](https://github.com/desmos-labs/desmos/issues/118))
- Edited PostReaction struct to allow a better integration with middle layer applications ([\#157](https://github.com/desmos-labs/desmos/issues/157))

## Bug fixes

- Fixed the account query CLI command ([\#155](https://github.com/desmos-labs/desmos/issues/155))
- Fixed the profile deletion CLI command ([\#166](https://github.com/desmos-labs/desmos/issues/166))

# Version 0.5.3

## Changes

- Updated Cosmos to [v0.38.5](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.38.5)

# Version 0.5.2

## Bug fixes

- Fixed a bug that caused the state export to fail due
to [cosmos/cosmos-sdk#6280](https://github.com/cosmos/cosmos-sdk/issues/6280)

# Version 0.5.1

## Bug fixes

- Fixed a bug that caused users to be unable to add more than one reaction to the same post

# Version 0.5.0

## Changes

- Implemented invariants for posts and profile modules ([\#90](https://github.com/desmos-labs/desmos/issues/90))
- Added YAML support for types ([\#124](https://github.com/desmos-labs/desmos/issues/124))
- Improved reactions events ([\#144](https://github.com/desmos-labs/desmos/issues/144))
Expand All @@ -271,9 +214,7 @@
- Allow for empty message posts when they contain a poll ([\#148](https://github.com/desmos-labs/desmos/issues/148))

# Version 0.4.0

## Changes

- Improved the generation of post ids ([\#131](https://github.com/desmos-labs/desmos/issues/131))
- Improved `alias.go` files ([\#103](https://github.com/desmos-labs/desmos/issues/103))
- Added the support for posting empty-message posts with medias ([\#110](https://github.com/desmos-labs/desmos/issues/110))
Expand All @@ -285,22 +226,17 @@
- Removed the `gov` and `upgrade` modules as they are currently not used ([\#142](https://github.com/desmos-labs/desmos/issues/142))

## Bug fixes

- Fixed a bug inside the migration procedure of the `magpie`
module ([\#106](https://github.com/desmos-labs/desmos/issues/106))

# Version 0.3.2

- Fixed a bug that should allow to properly export the state of the chain

# Version 0.3.1

- Updated Cosmos SDK to `v0.38.3` and Tendermint to `v0.33.3` to solve security issues.

# Version 0.3.0

## Changes

- Implemented the support for media posts ([\#36](https://github.com/desmos-labs/desmos/issues/36))
- Implemented the support for poll posts ([\#14](https://github.com/desmos-labs/desmos/issues/14))
- Added the support for posts sorting ([\#78](https://github.com/desmos-labs/desmos/issues/78))
Expand All @@ -309,22 +245,18 @@
- Bumped Cosmos to `v0.38.0` ([\#10](https://github.com/desmos-labs/desmos/issues/10))

## Bug fixes

- Fixed the posts REST endpoint not working properly ([\#77](https://github.com/desmos-labs/desmos/issues/77))
- Fixed a bug that allowed to create multiple posts with the exact same contents ([\#92](https://github.com/desmos-labs/desmos/issues/92))

## Migration

In order to migrate the chain state from version `v0.2.0` to `v0.3.0`, please run the following command:

```bash
desmos migrate v0.3.0 <path-to-genesis-file>
```

# Version 0.2.0

## Changes

- Implemented the support for arbitrary data inside a post ([\#52](https://github.com/desmos-labs/desmos/issues/52)
, [\#66](https://github.com/desmos-labs/desmos/issues/66))
- Implemented the support for posts reactions ([\#47](https://github.com/desmos-labs/desmos/issues/47))
Expand All @@ -334,24 +266,19 @@ desmos migrate v0.3.0 <path-to-genesis-file>
- Capped the post message length to 500 characters ([\#67](https://github.com/desmos-labs/desmos/issues/67))

## Migration

In order to migrate the chain state from version `v0.1.0` or `v0.1.1` to `v0.2.0`, please run the following command:

```bash
desmos migrate v0.2.0 <path-to-genesis-file>
```

# Version 0.1.1

## Bug fixes

- Fixed double children IDs insertion upon post edit ([\#63](https://github.com/desmos-labs/desmos/issues/63))
- Fixed a bug that made impossible to create a new post upon a post edit due to the `Post with ID X already exists` ([\#64](https://github.com/desmos-labs/desmos/issues/64))

# Version 0.1.0

## Features

## Changes
- Create a session to associate an external chain address to a Desmos address.
- Create a post using a `MsgCreatePost` and providing a message. You can also decide whether other users can comment on
such post or not.
Expand Down

0 comments on commit 8193ac7

Please sign in to comment.