Skip to content

Configuration and default parameters need rework #127

@bitromortac

Description

@bitromortac
  • dynamic configuration leaks into the LndNode class which should be avoided
  • instead: create an object that only takes care about configuration and config initialization
  • configuration is anchored to the node object (as it is a singleton per config)
  • default parameters are defined in a separate config class which can be imported
  • get rid of side effects, e.g. in Network

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions