raiden
raiden copied to clipboard
Store all default parameters into settings table
Depends on #5069.
Values defined on settings.py should be taken as default values and stored on the database on initialization. Subsequent access to these values should come from the database
Motivation
The settings.py module contains a good number of parameters that can not be easily modified after the node has started. The settings database should be the place to control this information.