Fix and refactore app options passing #8915
Labels
C:server
Issues related to server with github.com/cosmos/cosmos-sdk
T: API Breaking
Breaking changes that impact APIs and the SDK only (not state machine).
T: Dev UX
UX for SDK developers (i.e. how to call our code)
Type: Code Hygiene
General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
Summary
We don't have a clear way how to pass app configuration down to packages and modules. Currently this is done through Context, globals and a global config.
Problem Definition
Context
obfuscates the parameters flowRef: https://github.com/cosmos/cosmos-sdk/pull/8825/files#r595494865
Proposal
Consider:
types
)For Admin Use
The text was updated successfully, but these errors were encountered: