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
For true self-sovereignty, and trustless environments, I should be able to easily run my own watch-tower.
Suggested solution
Provide a dappnode package that allows for monitoring one's own set of addresses across specifiable chains.
Alternatives considered
Alternatives would be for users to run directly via CLI, or via docker (both reasonable options). Providing a dappnode package "neatens" this solution, and makes it more accessible.
Acceptance criteria
Revise run-multi configuration to take a mix of RPC and deployment block (ie. chain-config is variadic and remove deploymentBlock option.
address option to filter monitor by a user specified addresses.
Entrypoint script for automatic configuration as much as possible.
Dappnode package defined with CI/CD to push to Pinata.
The text was updated successfully, but these errors were encountered:
# Description
This PR tweaks some configuration options for easing deployment on
dappnode.
# Changes
- [x] `rpc`, `deploymentBlock`, `watchdogTimeout`, and `orderBookApi`
collapsed down into `chain-config`
- [x] Added `ChainConfig` option parser
- [x] Added user-defined `address` filter (only process conditional
orders from specific addresses)
- [x] Fixes a calculation issue with the watchdog
## How to test
1. Follow the readme instructions for quickly running
2. Observe no errors
## Related Issues
Fixes: #72
Problem
For true self-sovereignty, and trustless environments, I should be able to easily run my own watch-tower.
Suggested solution
Provide a dappnode package that allows for monitoring one's own set of addresses across specifiable chains.
Alternatives considered
Alternatives would be for users to run directly via CLI, or via docker (both reasonable options). Providing a dappnode package "neatens" this solution, and makes it more accessible.
Acceptance criteria
run-multi
configuration to take a mix of RPC and deployment block (ie.chain-config
is variadic and removedeploymentBlock
option.address
option to filter monitor by a user specified addresses.The text was updated successfully, but these errors were encountered: