watcher-ts/packages/address-watcher
Nabarun Gogoi 40fd5f8ab8
Add heartbeat checks in relay node to hangup disconnected peers (#314)
* Close connections from relay node to disconnected peers

* Review changes and update libp2p version

* Update package version
2023-02-07 20:04:41 +08:00
..
environments Deprecate postgraphile usage (#122) 2022-06-08 12:13:52 +05:30
src Fix linter warnings and dependencies (#264) 2022-11-25 20:03:58 +05:30
.eslintignore Address watcher package scaffolding (#75) 2021-06-17 17:56:38 +05:30
.eslintrc.json Address watcher package scaffolding (#75) 2021-06-17 17:56:38 +05:30
.gitignore Address watcher package scaffolding (#75) 2021-06-17 17:56:38 +05:30
package.json Add heartbeat checks in relay node to hangup disconnected peers (#314) 2023-02-07 20:04:41 +08:00
README.md moar cli & complete address-watcher README 2023-01-16 07:40:39 -05:00
tsconfig.json Enable source maps for transpiled files (#242) 2021-09-07 16:01:15 +05:30

Address Watcher

Setup

First try the stack orchestrator to quickly get started. Advanced users can see here for instructions on setting up a local environment by hand.

Build files:

yarn && yarn build

Run

Run the following commands in different terminals:

GraphQL server:

yarn server

Job runner for processing the tracing requests queue:

yarn job-runner

To fill a block range:

yarn fill --start-block 1 --end-block 1000