Versions in this module Expand all Collapse all v0 v0.0.4 Jul 18, 2024 v0.0.3 Jul 18, 2024 Changes in this version + const DefaultAPIAddress + const DefaultConfigTemplate + const DefaultGRPCAddress + const DefaultGRPCMaxRecvMsgSize + const DefaultGRPCMaxSendMsgSize + func SetConfigTemplate(customTemplate string) + func WriteConfigFile(configFilePath string, config interface{}) + type ABCIListenerConfig struct + Keys []string + Plugin string + StopNodeOnErr bool + type APIConfig struct + Address string + Enable bool + EnableUnsafeCORS bool + MaxOpenConnections uint + RPCMaxBodyBytes uint + RPCReadTimeout uint + RPCWriteTimeout uint + Swagger bool + type BaseConfig struct + AppDBBackend string + HaltHeight uint64 + HaltTime uint64 + IAVLCacheSize uint64 + IAVLDisableFastNode bool + IndexEvents []string + InterBlockCache bool + MinGasPrices string + MinRetainBlocks uint64 + Pruning string + PruningInterval string + PruningKeepRecent string + QueryGasLimit uint64 + type Config struct + API APIConfig + GRPC GRPCConfig + GRPCWeb GRPCWebConfig + Mempool MempoolConfig + StateSync StateSyncConfig + Streaming StreamingConfig + Telemetry telemetry.Config + func DefaultConfig() *Config + func GetConfig(v *viper.Viper) (Config, error) + 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 + MaxRecvMsgSize int + MaxSendMsgSize int + type GRPCWebConfig struct + Enable bool + type MempoolConfig struct + MaxTxs int + type StateSyncConfig struct + SnapshotInterval uint64 + SnapshotKeepRecent uint32 + type StreamingConfig struct + ABCI ABCIListenerConfig