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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ Every module contains its own CHANGELOG.md. Please refer to the module you are i
86
86
87
87
### Improvements
88
88
89
+
* (baseapp) [#23951](https://github.com/cosmos/cosmos-sdk/pull/23951) Corrected panic messages in `SetCMS` and `SetCheckTxHandler`, and enforced `sealed` check in `SetStreamingManager` for consistency with other setters.
89
90
*[#23470](https://github.com/cosmos/cosmos-sdk/pull/23470) Converge to use of one single sign mode type and signer data:
90
91
* Use api's signmode throughout the SDK to align with `cosmossdk.io/tx`. This allows developer not to juggle between sign mode types
91
92
* Deprecate `authsigning.SignerData` in favor of txsigning.SignerData and replace its usage
0 commit comments