Skip to content

Releases: terra-money/alliance

v0.3.2

14 Sep 09:45
1d2086d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.3.1

Upgrade Notes

Refer to this sample PR: https://github.com/terra-money/core/pull/171/files

Important: This line in app.go under initParamsKeeper needs to be added for the migration to not fail

paramsKeeper.Subspace(alliancetypes.ModuleName).WithKeyTable(alliancetypes.ParamKeyTable())

v0.3.1

08 Sep 01:52
0be00a9
Compare
Choose a tag to compare

⚠️ DO NOT USE ⚠️

USE THE FOLLOWING VERSION: https://github.com/terra-money/alliance/releases/tag/v0.3.2

v0.3.0

08 Sep 01:41
d67aaaa
Compare
Choose a tag to compare

⚠️ DO NOT USE ⚠️

USE THE FOLLOWING VERSION: https://github.com/terra-money/alliance/releases/tag/v0.3.2

v0.3.0-rc.2

08 Sep 01:13
Compare
Choose a tag to compare
v0.3.0-rc.2 Pre-release
Pre-release

⚠️ DO NOT USE ⚠️

USE THE FOLLOWING VERSION: https://github.com/terra-money/alliance/releases/tag/v0.3.2

v0.3.0-rc.1

07 Sep 09:49
Compare
Choose a tag to compare
v0.3.0-rc.1 Pre-release
Pre-release

⚠️ DO NOT USE ⚠️

USE THE FOLLOWING VERSION: https://github.com/terra-money/alliance/releases/tag/v0.3.2

v0.2.3

12 Jul 06:47
7ed42eb
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/cosmos/cosmos-sdk from 0.47.2 to 0.47.3 by @dependabot in #218
  • feat: add support for user-provided fee collector module account by @madrezaz in #226
  • chore(deps): bump github.com/cometbft/cometbft from 0.37.1 to 0.37.2 by @dependabot in #219
  • feat: emit event on asset take rate deduction by @madrezaz in #228

NOTE: This patch is consensus breaking as it requires to provide the fee collector module account

Full Changelog: v0.2.2...v0.2.3

v0.1.2

05 Jul 04:23
Compare
Choose a tag to compare

Fixes

  1. Reward distribution panics when there are no delegations for a validator.

NOTE: This patch is consensus breaking as it changes the error handling of reward claiming.

Full Changelog: v0.1.1...v0.1.2

v0.2.2

12 Jun 08:44
d08cd0c
Compare
Choose a tag to compare

This release include three new endpoints:

  • GET: /terra/alliances/unbondings/{denom}/{delegator_addr}: request all in-progress unbondings for a denom and delegator address,
  • GET: /terra/alliances/unbondings/{denom}/{delegator_addr}/{validator_addr}: request all in-progress unbondings for a denom, delegator address and validator address,
  • GET: /terra/alliances/redelegations/{denom}/{delegator_addr}: request all in-progress redelegations by denom and delegator address.

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

12 Jun 07:37
8a1984b
Compare
Choose a tag to compare

This version of Alliance uses CosmosSDK 0.47.3, ibc v7.1.0, Rosetta 1.0.0 and fixes a bug with the bank module migrations

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 May 05:31
adea6ab
Compare
Choose a tag to compare

Summary

Upgrade the alliance module for cosmos-sdk v0.47.x.

❗️Note

This contains a consensus breaking change due to the introduction of proper handling of amino messages for ledger support.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0