Releases: terra-money/alliance
Game of Alliance
Release for the Game of Alliance.
We are running 4 alliance enabled chains: ordos | corrino | harkonnen | atreides
Run make build-alliance ACC_PREFIX=ordos
to build the binary for ordos. Replace ordos with other prefixes to build for the other chains.
v0.0.1-beta4
What's Changed
- Omnibus by @faddat in #75
- fix: separate tests to improve readability by @javiersuweijie in #80
- use go 1.19 by @faddat in #78
- fix: simulation to register interfaces by @javiersuweijie in #81
- fix: bug fixes due to rounding issues when dealing with small delegations by @javiersuweijie in #79
- Reorder events by @emidev98 in #85
- feat: delete dust delegations by @javiersuweijie in #87
- chore: delete build scripts by @emidev98 in #83
New Contributors
Full Changelog: latest...v0.0.1-beta4
latest
add workflow
v0.0.1-beta3
What's Changed
- feat: amino codecs by @emidev98 in #57
- fix: queue rebalancing event until rewards start by @javiersuweijie in #61
- feat: zero reward weight by @javiersuweijie in #66
- fix: use 7 days as default reward weight delay by @javiersuweijie in #67
- fix: div by zero when take rate is applied by @javiersuweijie in #69
- fix: update alliance through cli by @javiersuweijie in #72
Full Changelog: v0.0.1-beta2...v0.0.1-beta3
v0.0.1-beta2
Release v0.0.1-beta2
This release include three new entry points for Alliance QueryClient AllAlliancesDelegations
, AllianceValidator
and AllAllianceValidators
mapped with the following three LCD queries:
GET:/terra/alliances/delegations
return paginated alliances delegations
GET:/terra/alliances/validators
return paginated alliances by all validators
GET:/terra/alliances/validators/{validator_addr}
return paginated alliances by validator_addr
v0.0.1-beta1.v0.45-sdk
Merge remote-tracking branch 'origin/main' into fix/proto-45sdk
v0.0.1-beta1
Update README.md
v0.0.1-alpha5.v0.45-sdk
Compatible version that should work with cosmos-sdk v0.45.x
v0.0.1-alpha4
Merge pull request #39 from terra-money/feat/genesis-export-import fix: use keeper export function
v0.0.1-alpha3
Merge pull request #36 from terra-money/fix/go-package fix: use fully resolved name for go package