Skip to content

Commit

Permalink
Merge pull request #1812 from IntersectMBO/chore/1809-chore-bump-infr…
Browse files Browse the repository at this point in the history
…a-to-use-db-sync-13300

chore(#1809): bump infra to use cardano-db-sync@13.3.0.0
  • Loading branch information
MSzalowski authored Aug 26, 2024
2 parents 4d96812 + 048c885 commit 7070f12
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ changes.

- Bump @intersect.mbo/pdf-ui to v0.3.7
- Decrease level of wallet related sentry reports [Issue 1699](https://github.com/IntersectMBO/govtool/issues/1699)
- Bump cardano-db-sync to 13.3.0.0 [Issue 1809](https://github.com/IntersectMBO/govtool/issues/1809)

## [sancho-v1.0.13](https://github.com/IntersectMBO/govtool/releases/tag/sancho-v1.0.13) 2024-08-22

Expand Down
2 changes: 1 addition & 1 deletion govtool/frontend/src/context/wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ const CardanoProvider = (props: Props) => {
throw new Error(t("errors.walletNoCIP90FunctionsEnabled"));
}
const network = await enabledApi.getNetworkId();
console.log({ network, NETWORK });

if (network !== NETWORK) {
throw new Error(
t("errors.tryingConnectTo", {
Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include config.mk

# image tags
cardano_node_image_tag := 9.0.0-sancho
cardano_db_sync_image_tag := sancho-5.1.0
cardano_db_sync_image_tag := 13.3.0.0

.PHONY: all
all: deploy-stack notify
Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/custom-cardano-db-sync.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/intersectmbo/cardano-db-sync:sancho-5.1.0
FROM ghcr.io/intersectmbo/cardano-db-sync:13.3.0.0

COPY custom-cardano-db-sync.entrypoint.sh /usr/local/bin/custom-cardano-db-sync.entrypoint.sh
RUN chmod +x /usr/local/bin/custom-cardano-db-sync.entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/docker-compose.node+dbsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
retries: 10

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-5.1.0
image: ghcr.io/intersectmbo/cardano-db-sync:13.3.0.0
environment:
- NETWORK=sanchonet
- POSTGRES_HOST=postgres
Expand Down

0 comments on commit 7070f12

Please sign in to comment.