Releases: terra-money/alliance
Releases · terra-money/alliance
v0.2.0-rc.1
v0.2.0-rc.0
What's Changed
- CosmosSDK 0.47 combatible
- 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 #178
- fix: query special characters by @emidev98 in #183
- 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
New Contributors
Full Changelog: v0.1.1-rc.0...v0.2.0-rc.0
v0.1.1
What's Changed
- fix amino interfaces by @emidev98 in #173
- fix: query special characters by @emidev98 in #181
- fix: simulation redelegate to the same validator by @emidev98 in #184
- Standardize CLI wording by @emidev98 in #188
- chore: compatibility matrix by @emidev98 in #189
Full Changelog: v0.1.0...v0.1.1
v0.1.1-rc.2
v0.1.1-rc.1
What's Changed
Full Changelog: v0.1.1-rc.0...v0.1.1-rc.1
v0.1.1-rc.0
v0.1.0
First release of the Alliance Module 🤝
The alliance module has completed its testing through
- A three weeks testnet (Details: https://alliance.terra.money/game-of-alliance/overview)
- An independent audit (Report attached in the realease)
What's Changed
- feat: safe slashing by @emidev98 in #141
- chore: adapt the script to use the localnet by @emidev98 in #140
- chore: delete duplicated code by @emidev98 in #138
- fix: optimized accumulate rewards function by @javiersuweijie in #142
- fix: move some function checks inside by @javiersuweijie in #143
- chore: from events to typed events by @emidev98 in #139
- chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #137
- chore(deps): bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 by @dependabot in #126
- faddat/go120 by @faddat in #97
- chore(deps): bump github.com/cosmos/cosmos-proto from 1.0.0-beta.2 to 1.0.0-beta.3 by @dependabot in #147
Full Changelog: v0.1.0-beta1...v0.1.0
v0.1.0-beta1
What's Changed
- fix/validate-denom by @javiersuweijie in #134
- fix: standardize delegation functions by @javiersuweijie in #135
- Fix/reward rate update time by @javiersuweijie in #130
- chore(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #128
- fix: cli params order by @emidev98 in #136
Full Changelog: v0.1.0-beta0...v0.1.0-beta1
Game of Alliance V2
Some bug fixes:
- Mint more tokens for the faucet account
- Fixes with reward claiming
- Added new variable (min max reward weight change) for alliances
v0.1.0-beta0
What's Changed
- run tests with each pr by @faddat in #90
- tendermint v0.34.25 by @faddat in #93
- feat: Set a min and max reward weight by @phamminh0811 in #95
- Add app test by @phamminh0811 in #96
- Use dependabot for automated updates by @faddat in #99
- chore(deps): bump docker/build-push-action from 3 to 4 by @dependabot in #107
- bump math, sdk, tendermint by @faddat in #98
- chore(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 by @dependabot in #111
- fix: update take rate claim time by @javiersuweijie in #102
- fix: remove usage of time.Now() by @javiersuweijie in #115
- chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.53.0 by @dependabot in #114
- fix: dust validator shares by @javiersuweijie in #103
- fix: dusting test arguments by @emidev98 in #116
- fix: rewards not claimed when rebalancing by @javiersuweijie in #117
- feat: alliance sender by @emidev98 in #118
- fix: optimized reward claiming to only for alliance changes by @javiersuweijie in #120
- fix: shadowed err by @javiersuweijie in #121
- fix: validate reward change interval by @javiersuweijie in #122
- chore(deps): bump github.com/cosmos/gogoproto from 1.4.2 to 1.4.4 by @dependabot in #112
- feat: added migration script for min/max reward w by @javiersuweijie in #123
- init: fix rewards before start time tests by @emidev98 in #125
New Contributors
- @phamminh0811 made their first contribution in #95
Full Changelog: v0.0.1-beta4...v0.1.0-beta0