Skip to content

Releases: desmos-labs/desmos

v0.9.0

22 Jul 08:02
c5f0f17
Compare
Choose a tag to compare

Changes

  • Removed the JSON-style String methods where it was possible, changed the others to not rely on JSON for String representation (#199)
  • Replaced SetupTestInput() with testify test suite (#198)
  • Removed all the internal folders (#197)

v0.8.2

09 Jul 10:18
Compare
Choose a tag to compare

Changes

  • Updated Cosmos to v0.38.5

v0.8.1

09 Jul 04:52
Compare
Choose a tag to compare

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

v0.8.0

06 Jul 07:18
3822f0d
Compare
Choose a tag to compare

Changes

  • Changed the data stored inside the profile objects (#193)
  • Renamed the profile_cov field of MsgSaveProfile to cover_picture
  • Renamed the profile_pic field of MsgSaveProfile to profile_picture
  • Renamed the profile module to profiles (#200)
  • Moved profiles module constants to chain parameters (#171)
  • Moved posts module constants to chain parameters (#172)
  • Added the creation date inside the profile saving event (#210)
  • Changed the way times are serialized inside event attributes (#211)
  • 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)

v0.5.3

03 Jul 06:13
Compare
Choose a tag to compare

Changes

v0.7.0

18 Jun 04:39
faec7d3
Compare
Choose a tag to compare

Changes

  • Implemented benchmarks tests (#126)
  • Implemented posts' reports (#50)
  • Re-introduced the on-chain government module (#173)
  • Fixed reactions registration bug (#187)

v0.6.3

17 Jun 08:53
b83d104
Compare
Choose a tag to compare

Changes

  • Restored evidence module (#189)

v0.6.2

27 May 08:24
Compare
Choose a tag to compare

Changes

  • Updated Cosmos to v0.38.4 (#177)

v0.6.1

26 May 08:47
Compare
Choose a tag to compare

Changes

  • Updated Cosmos to v0.38.4 (#177)
  • Updated the way with which the profiles are created and edited (#170)

Bug fixes

  • Fixed the on-chain events usage (#175)

v0.5.2

26 May 08:40
Compare
Choose a tag to compare

Bug fixes