-
Notifications
You must be signed in to change notification settings - Fork 9
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
[#1538] Chore: Bump DB-Sync to version sancho-5-1-0
#1577
Merged
placek
merged 3 commits into
develop
from
chore/1538-chore-bump-db-sync-to-version-sancho-5-1-0
Jul 16, 2024
Merged
[#1538] Chore: Bump DB-Sync to version sancho-5-1-0
#1577
placek
merged 3 commits into
develop
from
chore/1538-chore-bump-db-sync-to-version-sancho-5-1-0
Jul 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 tasks
Lets pass to that PR also backend and frontend required changes - so to update the GovTool with the new versions all at once. |
I've converted this to draft until Backend and Frontend is done |
Bumped the versions of Cardano Node and Cardano DB Sync in the development environment to ensure compatibility with the latest features and fixes. Updated the `docker-compose.node+dbsync.yml` file to use `cardano-node:9.0.0-sancho` and `cardano-db-sync:sancho-5.1.0`. This change addresses the need to stay current with upstream improvements and ensures that our development environment remains in line with the latest network protocols.
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.
Added new inputs and environment variables to the resync workflow to reflect the configuration used in the deployment workflow. This includes enabling the proposal discussion forum, forcing rebuild of Docker images, and additional environment variables for Grafana, Google Analytics, and Sentry integrations. This ensures consistency between workflows and supports a smooth update process for Cardano Node and DB Sync versions in various environments.
MSzalowski
force-pushed
the
chore/1538-chore-bump-db-sync-to-version-sancho-5-1-0
branch
from
July 16, 2024 09:44
f475fa1
to
e2e17d9
Compare
Upon deeper inspection, I do not expect any backend and frontend work, meaning that we can just merge this PR and validate it's working after resync |
MSzalowski
approved these changes
Jul 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The purpose of these changes is to update the versions of the Cardano Node and Cardano DB Sync used in our GovTool application to ensure compatibility with version 9.0.0 of the node and version sancho-5.1.0 of DB Sync. This aligns our development and staging environments with the latest network protocols and includes recent fixes and features. By doing this, we aim to maintain synchronization with the updated Cardano protocol, which is crucial for supporting upcoming governance functionalities on the Preview network.
The outcome of these changes is reflected in two main updates: - The
scripts/govtool/Makefile
was modified to upgrade Cardano Node to version 9.0.0-sancho and Cardano DB Sync to sancho-5.1.0. This ensures our application is compatible with the latest network protocols. - Thedocker-compose.node+dbsync.yml
file in the development environment was updated to usecardano-node:9.0.0-sancho
andcardano-db-sync:sancho-5.1.0
. This keeps our development environment aligned with the latest features and fixes, necessary for validating stability before deployment to staging and beta environments.These updates help confirm stability through testing in SanchoNet and PreProd environments, ensure successful deployment in the beta environment, and maintain the application's synchronicity with the latest Cardano protocol.