Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

78 lines (56 loc) · 3.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v4.1.0]

  • Significantly reduce epoch load and events
  • Fix bug in epoch distribution events, used to use raw address, now uses bech32 addr

[v4.0.0]

  • Significantly speedup epoch times
  • Fix bug in the lockup module code that caused it to take a linear amount of gas.
  • Make unbonding tokens from the lockup module get automatically claimed when unbonding is done.
  • Add events for all tx types in the gamm module.
  • Add events for adding LP rewards.
  • Make queries to bank total chain balance account for developer vesting correctly.
  • Embedded seeds in init.go
  • Many SDK performance improvements on the epoch's critical path
  • Many accumulation store performance improvements
  • Disable the accumulation store until v5
  • (Disabled until v5) Add ability for nodes to query the total amount locked for each denomination.

v3.2.0 - 2021-06-28

  • Update the cosmos-sdk version we modify to v0.42.9
  • Fix a bug in the min commission rate code that allows validators to be created with commission rates less than the minimum.
  • Automatically upgrade any validator with less than the minimum comission rate to the minimum at upgrade time.
  • Unbrick on-chain governance, by fixing the deposit parameter to use uosmo instead of osmo.

v1.0.2 - 2021-06-18

This release improves the CLI UX of creating and querying gauges.

v1.0.1 - 2021-06-17

This release fixes a bug in osmosisd version always displaying 0.0.1.

v1.0.0 - 2021-06-16

Initial Release!