raiden icon indicating copy to clipboard operation
raiden copied to clipboard

Store all default parameters into settings table

Open lullis opened this issue 6 years ago • 1 comments

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.

lullis avatar Oct 10 '19 16:10 lullis

This PR/issue depends on:

github-actions[bot] avatar Dec 26 '21 00:12 github-actions[bot]