Module ibc_test_framework::chain::config
source · Expand description
Helper functions for modifying the Gaia chain config in TOML.
Since we do not need to understand the full structure of the CosmosSDK config, we are updating the config as dynamic TOML values instead of serializing them into proper types.
Functions
- Set the
log_level
field in the full node config. - Set the
p2p
field in the full node config. - Set the
pprof_laddr
field in the full node config. - Set the
rpc
field in the full node config. - Set the
consensus.timeout_commit
field in the full node config. - Set the
consensus.timeout_propose
field in the full node config.