-
Notifications
You must be signed in to change notification settings - Fork 182
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
Sanchonet testnet deployemnt #1700
Conversation
Adds ability to deploy configuration files for sanchonet testnet network using guild-deploy. It does **NOT**: - Deploy sanchonet compatible binaries. - Update script commands to utilize the new format of cardano-cli pre-release.
## Description <!--- Describe your changes --> - [x] Move /scripts/gnode-helper-scripts/dbscripts folder to koios-artifacts repo (v1.1.0 tag), as it only contains SQL files. Accordingly update setup-grest.sh references. - [x] Some left-over hard-coded entries (other than documentation ones) for `cardano-community` replaced by `${G_ACCOUNT}` - [x] Update dbsync.sh to also pre-fill conway genesis hash - [x] Install cron job for asset_txo_cache_update - [x] Bump setup-grest.sh tag reference to v1.1.0 ## How has this been tested? <!--- Describe how you tested changes --> Tested on v1 instance
13e3c24
to
0d4717d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I notice that apparently we havent introduced the CLI breaking changes on this branch yet, the current state is compatible with 8.1.x node - hence, going ahead with the merge (which helps avoid compile actions re-running everytime there's a commit irrelevant to the guild-deploy/cabal-build-all scripts)
Description
It does NOT: