Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: configuration file #129

Closed
2 of 3 tasks
mfw78 opened this issue Jan 15, 2024 · 0 comments · Fixed by #131
Closed
2 of 3 tasks

chore: configuration file #129

mfw78 opened this issue Jan 15, 2024 · 0 comments · Fixed by #131
Assignees
Labels
enhancement New feature or request

Comments

@mfw78
Copy link
Contributor

mfw78 commented Jan 15, 2024

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

@mfw78 mfw78 added the enhancement New feature or request label Jan 15, 2024
@mfw78 mfw78 self-assigned this Jan 15, 2024
@mfw78 mfw78 mentioned this issue Jan 17, 2024
4 tasks
mfw78 added a commit that referenced this issue Jan 18, 2024
# 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant