- [ ] 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`