• zelig's avatar
    ConfigManager (transitional) · f02602d0
    zelig authored
    - remove clientstring handling from ethutil.Config
    - ReadConfig takes no Identifier argument
    - members Ver, ClientString, ClientIdentifier removed from Config
    - type ConfValue removed
    - expose public type ethutil.ConfigManager
    - Set -> Save(key string, value interface{}) now takes any value to allow for persisting non-string values directly
    - TODO: eliminate all eth specific configs, just a wrapper around globalconf
    f02602d0
config.go 1.57 KB