Versions in this module Expand all Collapse all v8 v8.0.3 Jan 27, 2022 v8.0.2 Jan 27, 2022 Changes in this version + const DefaultConfigTemplate + const DefaultGRPCAddress + const DefaultGRPCWebAddress + func SetConfigTemplate(customTemplate string) + func WriteConfigFile(configFilePath string, config interface{}) + type APIConfig struct + Address string + Enable bool + EnableUnsafeCORS bool + MaxOpenConnections uint + RPCMaxBodyBytes uint + RPCReadTimeout uint + RPCWriteTimeout uint + Swagger bool + type BaseConfig struct + HaltHeight uint64 + HaltTime uint64 + IndexEvents []string + InterBlockCache bool + MinGasPrices string + MinRetainBlocks uint64 + Pruning string + PruningInterval string + PruningKeepEvery string + PruningKeepRecent string + type Config struct + API APIConfig + GRPC GRPCConfig + GRPCWeb GRPCWebConfig + Rosetta RosettaConfig + StateSync StateSyncConfig + Telemetry telemetry.Config + func DefaultConfig() *Config + func GetConfig(v *viper.Viper) Config + func ParseConfig(v *viper.Viper) (*Config, error) + func (c *Config) GetMinGasPrices() sdk.DecCoins + func (c *Config) SetMinGasPrices(gasPrices sdk.DecCoins) + func (c Config) ValidateBasic() error + type GRPCConfig struct + Address string + Enable bool + type GRPCWebConfig struct + Address string + Enable bool + EnableUnsafeCORS bool + type RosettaConfig struct + Address string + Blockchain string + Enable bool + Network string + Offline bool + Retries int + type StateSyncConfig struct + SnapshotInterval uint64 + SnapshotKeepRecent uint32 Other modules containing this package github.com/tpkeeper/cosmos-sdk