Skip to content

Commit

Permalink
[#1538] Update Cardano DB Sync and Node versions
Browse files Browse the repository at this point in the history
Upgraded the Cardano Node to version 9.0.0-sancho and Cardano DB Sync to
sancho-5.1.0 in the `scripts/govtool/Makefile`. This adjustment ensures
compatibility with the latest network protocols and incorporates recent
fixes and features. This change is essential for maintaining
synchronicity with the updated Cardano protocol and supports upcoming
governance functionalities. This commit paves the way for further
testing in staging environments, aiming to confirm stability and prevent
any major issues or downtime in the beta environment.
  • Loading branch information
placek authored and MSzalowski committed Jul 16, 2024
1 parent bd911e1 commit a842bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/govtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ include config.mk
.DEFAULT_GOAL := info

# image tags
cardano_node_image_tag := 8.11.0-sancho
cardano_db_sync_image_tag := sancho-4-3-0-docker
cardano_node_image_tag := 9.0.0-sancho
cardano_db_sync_image_tag := sancho-5.1.0

.PHONY: all
all: deploy-stack notify
Expand Down

0 comments on commit a842bd2

Please sign in to comment.