Skip to content

Releases: fetchai/cosmos-sdk

v0.15.3

17 Mar 14:17
898ed9c
Compare
Choose a tag to compare
v0.15.3 Pre-release
Pre-release

Changes in this release

  • Fix go 1.15 compatibility issue on keyring dependency.
  • Fix invalid DKG failure slashing amount.
  • Update default values for DKG failure and beacon inactivity to zero.

Ecosystem

Component Version Baseline
Tendermint 0.15.2 0.33.6
SDK - 0.39.1

Pull Requests

  • chores: bump keyring version to v1.1.6 (#78)
  • fix: slashing amount and default values for beacon inactivity and dkg failures (#79)

v0.15.2

03 Mar 20:14
024dd07
Compare
Choose a tag to compare
v0.15.2 Pre-release
Pre-release

Changes in this release

  • Fix issue with managing of incorrect minter state from application cache

Ecosystem

Component Version Baseline
Tendermint 0.15.2 0.33.6
SDK - 0.39.1

v0.15.1

01 Mar 16:43
d90b19a
Compare
Choose a tag to compare
v0.15.1 Pre-release
Pre-release

Changes in this release

  • Update consensus to v0.15.2

Ecosystem

Component Version Baseline
Tendermint 0.15.2 0.33.6
SDK - 0.39.1

v0.15.0

17 Feb 20:30
fe24c09
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

Changes in this release

  • Update consensus to v0.15.1
  • Switch to fixed reward rate

Ecosystem

Component Version Baseline
Tendermint 0.15.1 0.33.6
SDK - 0.39.1

Pull Requests

  • chore: bump consensus version to v0.15.1 (#72)
  • chore: pin ci to golang 1.14 (#73)
  • feat: fixed rate minting rewards (#71)

v0.13.3

11 Feb 13:14
1077ce8
Compare
Choose a tag to compare
v0.13.3 Pre-release
Pre-release

Changes in this release

  • Update consensus to v0.13.2
  • Enable support for importing raw agent keys

Ecosystem

Component Version Baseline
Tendermint 0.13.2 0.33.6
SDK - 0.39.1

Pull Requests

  • chore: bump consensus to v0.13.2 (#70)
  • backport: add support for importing raw agent keys (#69)

v0.13.2

01 Feb 18:41
8ee94b8
Compare
Choose a tag to compare
v0.13.2 Pre-release
Pre-release

Changes in this release

  • Reworked rewards logic to exclude beacon rewards

Ecosystem

Component Version Baseline
Tendermint 0.13.1 0.33.6
SDK - 0.39.1

v0.13.1

21 Jan 15:56
72669d4
Compare
Choose a tag to compare
v0.13.1 Pre-release
Pre-release

Changes in this release (BREAKING)

  • Update consensus to v0.13.1

Ecosystem

Component Version Baseline
Tendermint 0.13.1 0.33.6
SDK - 0.39.1

Pull Requests

  • bump consensus to v0.13.1 (#67)

v0.14.0

09 Nov 09:54
5bff988
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

Changes in this release (BREAKING)

This PR switches to the combined signatures implementation fully

  • Introduce combined sigs commit (#63)

Ecosystem

Component Version Baseline
Tendermint 0.13.0 0.33.6
SDK - 0.39.1

Pull Requests

  • Introduce combined sigs commit (#63)

v0.13.0

14 Oct 13:43
7d893f4
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

Changes in this release (BREAKING)

  • Update consensus to v0.12.0
  • Add rewards for DKG/DRB
  • Handling for DKG/DRB evidence

Ecosystem

Component Version Baseline
Tendermint 0.13.0 0.33.6
SDK - 0.39.1

Pull Requests

  • Handling of dkg evidence (#62)
  • Add rewards for DKG/DRB (#60)
  • Update consensus version (#59)
  • Beacon evidence handling (#58)
  • Update consensus version (#57)
  • Update cosmos consensus (#56)
  • Update consensus version (#55)

V0.10.0

30 Sep 13:16
811112f
Compare
Choose a tag to compare
V0.10.0 Pre-release
Pre-release

Changes in this release (BREAKING)

  • Update consensus to v0.8.0
  • Add a lower bound for min self delegation
  • Adds a breaking change to consensus for calculating validator weights

Ecosystem

Component Version Baseline
Tendermint 0.8.0 0.33.6
SDK - 0.39.1

Pull Requests

  • Upgrade to consensus v0.8.0 (#52)
  • Add min self delegation for creating validators (#50)