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
refactor: provide a helper for baseapp options (backport #14175) (#14177)
* refactor: provide a helper for baseapp options (#14175)
* provide a helper for baseapp options
* rename
* changelog entry
* fix spelling
(cherry picked from commit 1b6192f)
# Conflicts:
# CHANGELOG.md
# simapp/simd/cmd/root.go
* conflicts
Co-authored-by: Marko <marbar3778@yahoo.com>
*[#13802](https://github.com/cosmos/cosmos-sdk/pull/13802) Add --output-document flag to the export CLI command to allow writing genesis state to a file.
129
129
*[#13794](https://github.com/cosmos/cosmos-sdk/pull/13794)`types/module.Manager` now supports the
130
130
`cosmossdk.io/core/appmodule.AppModule` API via the new `NewManagerFromMap` constructor.
131
+
*[#14019](https://github.com/cosmos/cosmos-sdk/issues/14019) Remove the interface casting to allow other implementations of a `CommitMultiStore`.
132
+
*[#14175](https://github.com/cosmos/cosmos-sdk/pull/14175) Add `server.DefaultBaseappOptions(appopts)` function to reduce boiler plate in root.go.
0 commit comments