osmosis-labs / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
14 stars 31 forks source link

Pass in updated config/app toml direct without needed to write #581

Open czarcas7ic opened 3 months ago

czarcas7ic commented 3 months ago

Summary

iterceptConfigs https://github.com/osmosis-labs/cosmos-sdk/blob/e60b7235b25986d395b57e1bc063acb9d0a12392/server/util.go#L219

I believe we just need to change the logic here to allow configs to be directly overridden here instead of having to write to file at runtime.