Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(#2310): bump cardano node (10.1.2) and cardano-db-sync (13.6.0.1) #2364

Merged
Merged
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
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ changes.

### Changed

- Bumped Cardano node version to `10.1.0-pre`.
- Bumped Cardano DB Sync version to `13.6.0.0-pre`.
- Bumped Cardano node version to `10.1.2`.
- Bumped Cardano DB Sync version to `13.6.0.1`.
- Make calculation of a DRep voting power on the backend [Issue 1960](https://github.com/IntersectMBO/govtool/issues/1960)

### Removed
Expand Down
4 changes: 2 additions & 2 deletions scripts/govtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ include config.mk
.DEFAULT_GOAL := info

# image tags
cardano_node_image_tag := 10.1.0-pre
cardano_db_sync_image_tag := 13.6.0.0-pre
cardano_node_image_tag := 10.1.2
cardano_db_sync_image_tag := 13.6.0.1

.PHONY: all
all: deploy-stack notify
Expand Down
4 changes: 2 additions & 2 deletions scripts/govtool/docker-compose.node+dbsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
retries: 5

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:10.1.0-pre
image: ghcr.io/intersectmbo/cardano-node:10.1.2
environment:
- NETWORK=sanchonet
volumes:
Expand All @@ -65,7 +65,7 @@ services:
retries: 10

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0-pre
image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.1
environment:
- NETWORK=sanchonet
- POSTGRES_HOST=postgres
Expand Down
Loading