Skip to content

Commit

Permalink
Merge branch 'extended-typeorm' into 'dev'
Browse files Browse the repository at this point in the history
Use extended-typeorm to prevent db transaction conflicts

See merge request ergo/rosen-bridge/watcher!322
  • Loading branch information
vorujack committed Dec 24, 2024
2 parents a91614f + 4de7a02 commit 9d71ff5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rich-yaks-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rosen-bridge/watcher': patch
---

Use @rosen-bridge/extended-typeorm to prevent db transaction conflicts
2 changes: 1 addition & 1 deletion config/dataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
PermitEntity,
CollateralEntity,
} from '@rosen-bridge/watcher-data-extractor';
import { DataSource } from 'typeorm';
import { DataSource } from '@rosen-bridge/extended-typeorm';
import { getConfig } from '../src/config/config';

import { ObservationStatusEntity } from '../src/database/entities/observationStatusEntity';
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"@rosen-bridge/discord-notification": "^0.1.3",
"@rosen-bridge/evm-observation-extractor": "3.1.2",
"@rosen-bridge/evm-rpc-scanner": "^2.0.0",
"@rosen-bridge/extended-typeorm": "^0.0.3",
"@rosen-bridge/health-check": "6.0.4",
"@rosen-bridge/log-level-check": "^1.0.4",
"@rosen-bridge/minimum-fee": "^2.2.2",
Expand Down

0 comments on commit 9d71ff5

Please sign in to comment.