Skip to content

Commit

Permalink
Merge branch 'release-ersn' into 'master'
Browse files Browse the repository at this point in the history
Release ersn

See merge request ergo/rosen-bridge/watcher!299
  • Loading branch information
vorujack committed Sep 16, 2024
2 parents 5c78ad5 + 264d838 commit 013ffd9
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 186 deletions.
File renamed without changes.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rosen-bridge/watcher

## 3.2.2

### Patch Changes

- Fix ogmios parallel connections issue
- Fix issue in health check health history cleanup threshold value

## 3.2.1

### Patch Changes
Expand Down
96 changes: 47 additions & 49 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/watcher",
"version": "3.2.1",
"version": "3.2.2",
"description": "Rosen bridge Watcher service",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -76,22 +76,22 @@
"dependencies": {
"@emurgo/cip14-js": "^3.0.1",
"@rosen-bridge/address-extractor": "^5.0.7",
"@rosen-bridge/asset-check": "^1.0.2",
"@rosen-bridge/asset-check": "^1.0.4",
"@rosen-bridge/bitcoin-esplora-scanner": "^0.1.14",
"@rosen-bridge/bitcoin-observation-extractor": "^4.0.7",
"@rosen-bridge/bitcoin-rpc-scanner": "^0.2.8",
"@rosen-bridge/discord-notification": "^0.1.2",
"@rosen-bridge/health-check": "6.0.1",
"@rosen-bridge/log-level-check": "^1.0.1",
"@rosen-bridge/discord-notification": "^0.1.3",
"@rosen-bridge/health-check": "6.0.3",
"@rosen-bridge/log-level-check": "^1.0.3",
"@rosen-bridge/minimum-fee": "^2.1.0",
"@rosen-bridge/node-sync-check": "^1.0.1",
"@rosen-bridge/node-sync-check": "^1.0.3",
"@rosen-bridge/observation-extractor": "^5.0.7",
"@rosen-bridge/permit-check": "^1.0.1",
"@rosen-bridge/permit-check": "^1.0.3",
"@rosen-bridge/scanner": "^4.1.3",
"@rosen-bridge/scanner-sync-check": "^1.0.1",
"@rosen-bridge/scanner-sync-check": "^1.0.3",
"@rosen-bridge/tokens": "^1.2.1",
"@rosen-bridge/watcher-data-extractor": "^8.0.2",
"@rosen-bridge/wid-check": "^1.0.1",
"@rosen-bridge/wid-check": "^1.0.3",
"@rosen-bridge/winston-logger": "0.2.1",
"@rosen-clients/cardano-koios": "^2.0.3",
"axios": "^0.26.1",
Expand Down
58 changes: 0 additions & 58 deletions patches/@rosen-bridge+discord-notification+0.1.2.patch

This file was deleted.

70 changes: 0 additions & 70 deletions patches/@rosen-bridge+health-check+6.0.1.patch

This file was deleted.

0 comments on commit 013ffd9

Please sign in to comment.