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/guard-service!430
  • Loading branch information
vorujack committed Dec 24, 2024
2 parents f6da091 + 6aea616 commit 568f63e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/loud-bags-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'guard-service': patch
---

Use @rosen-bridge/extended-typeorm to prevent db transaction conflicts
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 @@ -46,6 +46,7 @@
"@rosen-bridge/discord-notification": "^0.1.3",
"@rosen-bridge/evm-address-tx-extractor": "^1.0.4",
"@rosen-bridge/evm-rpc-scanner": "^1.0.4",
"@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
2 changes: 1 addition & 1 deletion src/db/dataSource.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DataSource } from 'typeorm';
import { DataSource } from '@rosen-bridge/extended-typeorm';
import Configs from '../configs/Configs';

import {
Expand Down

0 comments on commit 568f63e

Please sign in to comment.