You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
Currently each pool op has to rebase their own changes on top of the master defaults.toml whenever it gets changed, assuming they have any currencies not in the master version.
One possible solution (proposed by @crackfoo) is to make a defaults.toml.example - the downside is this requires users to create their own defaults.toml during installation
Another possible solution is to move currencies (and algo?) out to their own config file - resulting in fewer/clearer updates - the main downside there is that it doesn't resolve the core issue, just improves handling of it
The text was updated successfully, but these errors were encountered:
Another possible solution is to allow a separate file that would also be read, but not required, but would override any like settings found in the default.
Currently each pool op has to rebase their own changes on top of the master defaults.toml whenever it gets changed, assuming they have any currencies not in the master version.
One possible solution (proposed by @crackfoo) is to make a defaults.toml.example - the downside is this requires users to create their own defaults.toml during installation
Another possible solution is to move currencies (and algo?) out to their own config file - resulting in fewer/clearer updates - the main downside there is that it doesn't resolve the core issue, just improves handling of it
The text was updated successfully, but these errors were encountered: