Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/silver-suns-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rosen-bridge/watcher': minor
---

Integrate Handshake watcher
10 changes: 10 additions & 0 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ firo:
timeout: 10 # rpc request timeout (in seconds)
# username: '' # rpc username for authentication required instances
# password: '' # rpc password for authentication required instances
handshake:
type: 'rpc' # options: rpc
initial:
height: -1 # initial height of scanning
interval: 180 # scanning interval (in seconds)
rpc:
url: '' # rpc url
timeout: 10 # rpc request timeout (in seconds)
# username: '' # rpc username for authentication required instances
# password: '' # rpc password for authentication required instances
ergo:
network: 'Mainnet' # ergo network type. testnet or mainnet
type: 'node' # ergo scanner type. options: node, explorer
Expand Down
4 changes: 4 additions & 0 deletions docker/custom-environment-variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ firo:
rpc:
username: 'FIRO_RPC_USERNAME'
password: 'FIRO_RPC_PASSWORD'
handshake:
rpc:
username: 'HANDSHAKE_RPC_USERNAME'
password: 'HANDSHAKE_RPC_PASSWORD'
overrideLokiBasicAuth: 'OVERRIDE_LOKI_BASIC_AUTH'
279 changes: 279 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
"@rosen-bridge/extended-typeorm": "1.1.0",
"@rosen-bridge/firo-observation-extractor": "^1.0.0",
"@rosen-bridge/firo-scanner": "^0.1.2",
"@rosen-bridge/handshake-observation-extractor": "^0.1.1",
"@rosen-bridge/handshake-scanner": "^0.1.2",
"@rosen-bridge/health-check": "^8.0.0",
"@rosen-bridge/json-bigint": "^1.1.0",
"@rosen-bridge/log-level-check": "^4.0.0",
Expand Down
Loading