Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update changelog, release notes, and upgrading instr. for v15.0.0 #2943

Merged
merged 17 commits into from
Feb 14, 2024
Prev Previous commit
Next Next commit
fix typos in changelog
mpoke committed Feb 14, 2024
commit 5ff789b1c9814fa15103d15d917176100c5a9fa3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Migrate min commission rate migration rate staking parameter to 5%
- Set min commission rate staking parameter to `5%`
([prop 826](https://www.mintscan.io/cosmos/proposals/826))
and updates the commission rate for all validators that have a commission
rate less than 5% ([\#2855](https://github.com/cosmos/gaia/pull/2855))
and update the commission rate for all validators that have a commission
rate less than `5%`. ([\#2855](https://github.com/cosmos/gaia/pull/2855))



Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Migrate the signing infos of validators for which the consensus address is missing.
- Migrate the signing infos of validators for which the consensus address is missing.
([\#2866](https://github.com/cosmos/gaia/pull/2866))


Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Migrate vesting funds from "cosmos145hytrc49m0hn6fphp8d5h4xspwkawcuzmx498"
to community pool according to signal prop [860](https://www.mintscan.io/cosmos/proposals/860)
- Migrate vesting funds from "cosmos145hytrc49m0hn6fphp8d5h4xspwkawcuzmx498"
to community pool according to signal prop [860](https://www.mintscan.io/cosmos/proposals/860).
([\#2891](https://github.com/cosmos/gaia/pull/2891))
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -68,17 +68,17 @@
- Bump [CometBFT](https://github.com/cometbft/cometbft)
to [v0.37.4](https://github.com/cometbft/cometbft/releases/tag/v0.37.4)
([\#2852](https://github.com/cosmos/gaia/pull/2852))
Migrate min commission rate migration rate staking parameter to 5%
- Set min commission rate staking parameter to `5%`
([prop 826](https://www.mintscan.io/cosmos/proposals/826))
and updates the commission rate for all validators that have a commission
rate less than 5% ([\#2855](https://github.com/cosmos/gaia/pull/2855))
Migrate the signing infos of validators for which the consensus address is missing.
and update the commission rate for all validators that have a commission
rate less than `5%`. ([\#2855](https://github.com/cosmos/gaia/pull/2855))
- Migrate the signing infos of validators for which the consensus address is missing.
([\#2866](https://github.com/cosmos/gaia/pull/2866))
- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v3.3.1-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.1-lsm)
([\#2919](https://github.com/cosmos/gaia/pull/2919))
Migrate vesting funds from "cosmos145hytrc49m0hn6fphp8d5h4xspwkawcuzmx498"
to community pool according to signal prop [860](https://www.mintscan.io/cosmos/proposals/860)
- Migrate vesting funds from "cosmos145hytrc49m0hn6fphp8d5h4xspwkawcuzmx498"
to community pool according to signal prop [860](https://www.mintscan.io/cosmos/proposals/860).
([\#2891](https://github.com/cosmos/gaia/pull/2891))
- Add ante handler that only allows `MsgVote` messages from accounts with at least
1 atom staked. ([\#2912](https://github.com/cosmos/gaia/pull/2912))