Releases: terra-money/alliance
v0.3.2
What's Changed
- fix: upgrade v0.3.0 by @emidev98 in #256
- fix: delete validator 0.3.x by @emidev98 in #250
- Merge 'main' into 'release/v0.2.x' by @emidev98 in #217
- feat: buf by @emidev98 in #236
- Params store upgrade by @javiersuweijie in #245
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
⚠️ DO NOT USE ⚠️
USE THE FOLLOWING VERSION: https://github.com/terra-money/alliance/releases/tag/v0.3.2
v0.3.0
⚠️ DO NOT USE ⚠️
USE THE FOLLOWING VERSION: https://github.com/terra-money/alliance/releases/tag/v0.3.2
v0.3.0-rc.2
⚠️ DO NOT USE ⚠️
USE THE FOLLOWING VERSION: https://github.com/terra-money/alliance/releases/tag/v0.3.2
v0.3.0-rc.1
⚠️ DO NOT USE ⚠️
USE THE FOLLOWING VERSION: https://github.com/terra-money/alliance/releases/tag/v0.3.2
v0.2.3
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
Fixes
- 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
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
- feat: query redelegations by @emidev98 in #208
- feat: query unbondings that are in progress by @emidev98 in #206
Full Changelog: v0.2.1...v0.2.2
v0.2.1
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
- fix: lint version by @emidev98 in #210
- fix: bank migration v3 to v4 by @emidev98 in #209
- fix: bank module subspace migration by @emidev98 in #211
- feat: rosetta v1 by @emidev98 in #202
- Feat/sdk/ibc by @emidev98 in #216
- chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #203
- chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #204
- chore(deps): bump github.com/cosmos/ibc-go/v7 from 7.0.1 to 7.1.0 by @dependabot in #215
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
- Fix/readme by @evanorti in #150
- chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #153
- fix: linting simulation by @emidev98 in #158
- fix: use a reasonable take rate for simulation by @javiersuweijie in #157
- chore(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3 by @dependabot in #146
- chore(deps): bump cosmossdk.io/math from 1.0.0-beta.6 to 1.0.0 by @dependabot in #160
- 47ified alliance by @faddat in #148
- chore(deps): bump github.com/cosmos/gogoproto from 1.4.6 to 1.4.7 by @dependabot in #166
- chore(deps): bump github.com/cosmos/ibc-go/v7 from 7.0.0-rc1 to 7.0.0 by @dependabot in #163
- chore(deps): bump cosmossdk.io/math from 1.0.0-rc.0 to 1.0.0 by @dependabot in #162
- chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #169
- bump & key type by @faddat in #170
- fix: skip reward distribution when there are no delegators by @javiersuweijie in #172
- feat: wasm bindings by @javiersuweijie in #167
- chore(deps): bump github.com/cosmos/gogoproto from 1.4.7 to 1.4.8 by @dependabot in #171
- fix amino interfaces by @emidev98 in #173
- fix amino interfaces by @emidev98 in #178
- fix: query special characters by @emidev98 in #181
- fix: query special characters by @emidev98 in #183
- fix: simulation redelegate to the same validator by @emidev98 in #184
- chore(deps): bump github.com/cosmos/gogoproto from 1.4.8 to 1.4.9 by @dependabot in #182
- chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 by @dependabot in #186
- fix: simulation redelegate to the same validator by @emidev98 in #187
- Standardize CLI wording and compatibility matrix by @emidev98 in #190
- bumps for cosmos eco libs by @faddat in #191
- feat: buf registry by @emidev98 in #196
- Simulations and Benchmark by @emidev98 in #198
- update: deps for cosmos 47 by @javiersuweijie in #199
- chore(deps): bump cosmossdk.io/math from 1.0.0 to 1.0.1 by @dependabot in #195
- chore(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 by @dependabot in #194
- chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #197
New Contributors
Full Changelog: v0.1.0...v0.2.0