You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (gRPC) [#19049](https://github.com/cosmos/cosmos-sdk/pull/19049) Add debug log prints for each gRPC request.
60
-
* (x/consensus) [#19483](https://github.com/cosmos/cosmos-sdk/pull/19483) Add consensus messages registration to consensus module.
61
60
* (types) [#19759](https://github.com/cosmos/cosmos-sdk/pull/19759) Align SignerExtractionAdapter in PriorityNonceMempool Remove.
62
61
* (client) [#19870](https://github.com/cosmos/cosmos-sdk/pull/19870) Add new query command `wait-tx`. Alias `event-query-tx-for` to `wait-tx` for backward compatibility.
63
62
* (crypto/keyring) [#20212](https://github.com/cosmos/cosmos-sdk/pull/20212) Expose the db keyring used in the keystore.
@@ -144,7 +143,6 @@ Every module contains its own CHANGELOG.md. Please refer to the module you are i
144
143
* The module manager now can do everything that the basic manager was doing.
145
144
* When using runtime, just inject the module manager when needed using your app config.
* (server) [#18303](https://github.com/cosmos/cosmos-sdk/pull/18303)`x/genutil` now handles the application export. `server.AddCommands` does not take an `AppExporter` but instead `genutilcli.Commands` does.
149
147
* (x/gov/testutil) [#17986](https://github.com/cosmos/cosmos-sdk/pull/18036)`MsgDeposit` has been removed because of AutoCLI migration.
150
148
* (x/staking/testutil) [#17986](https://github.com/cosmos/cosmos-sdk/pull/17986)`MsgRedelegateExec`, `MsgUnbondExec` has been removed because of AutoCLI migration.
@@ -174,7 +172,6 @@ Every module contains its own CHANGELOG.md. Please refer to the module you are i
174
172
* (x/staking) [#18257](https://github.com/cosmos/cosmos-sdk/pull/18257) Staking module was moved to its own go.mod `cosmossdk.io/x/staking`
175
173
* (x/authz) [#18265](https://github.com/cosmos/cosmos-sdk/pull/18265) Authz module was moved to its own go.mod `cosmossdk.io/x/authz`
176
174
* (x/mint) [#18283](https://github.com/cosmos/cosmos-sdk/pull/18283) Mint module was moved to its own go.mod `cosmossdk.io/x/mint`
177
-
* (x/consensus) [#18041](https://github.com/cosmos/cosmos-sdk/pull/18041)`ToProtoConsensusParams()` returns an error
178
175
* (x/slashing) [#18115](https://github.com/cosmos/cosmos-sdk/pull/18115)`NewValidatorSigningInfo` takes strings instead of `sdk.AccAddress`
179
176
* (types) [#18268](https://github.com/cosmos/cosmos-sdk/pull/18268) Remove global setting of basedenom. Use the staking module parameter instead
180
177
* (x/auth) [#18351](https://github.com/cosmos/cosmos-sdk/pull/18351) Auth module was moved to its own go.mod `cosmossdk.io/x/auth`
0 commit comments