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
It is frustrating, and error prone to get the configuration for the watch-tower correct given the index-specific configuration.
Details
All network CLI options should be removed and replaced with a mandatory configuration file config option. This should allow multiple networks to be configured so that users may run a sovereign watch-tower.
# Description
Configuration methodology (via CLI options) has been outgrown with the
number of options. This PR removes all chain / network related
configuration and moves to a configuration file.
# Changes
- [x] Move all configuration for chains to a dedicated file
- [x] Remove unused features (replay tx / replay block)
- [x] Eliminates dynamic download of filter policies (now within
configuration file)
- [x] Update `README.md`
## How to test
1. Adjust the `config.json.example` for suitable configuration
2. Run and verify sync process completes warmup
## Related Issues
Fixes#129
---------
Co-authored-by: Leandro <[email protected]>
Background
It is frustrating, and error prone to get the configuration for the watch-tower correct given the index-specific configuration.
Details
All network CLI options should be removed and replaced with a mandatory configuration file config option. This should allow multiple networks to be configured so that users may run a sovereign watch-tower.
Acceptance criteria
The text was updated successfully, but these errors were encountered: