build(dashmate): update Tenderdash image to v1.6.0#3940
Draft
Claudius-Maginificent wants to merge 3 commits into
Draft
build(dashmate): update Tenderdash image to v1.6.0#3940Claudius-Maginificent wants to merge 3 commits into
Claudius-Maginificent wants to merge 3 commits into
Conversation
Bump the default Tenderdash docker image in the base config from dashpay/tenderdash:1.6-dev.1 to dashpay/tenderdash:1.6.0-dev.1. Add a config migration entry keyed to 4.0.0-rc.2 so existing user configs pick up the new image on `dashmate update`, not only fresh installs. The entry pulls the image from the base config, matching the established pattern for prior Tenderdash image bumps. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> <sub>🤖 Co-authored by [Claudius the Magnificent](https://github.com/lklimek/claudius) AI Agent</sub>
Bump the default Tenderdash docker image in the base config to dashpay/tenderdash:1.6.0-dev.2. This pin is intentionally ahead of Docker Hub publication: the dev.2 image is not yet pushed. A one-line TODO on the image line tracks the external dependency and should be removed once the image is published. The config migration entry keyed to 4.0.0-rc.2 pulls the image DRY from the base config, so existing user configs pick up the new value on `dashmate update` without a separate edit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> <sub>🤖 Co-authored by [Claudius the Magnificent](https://github.com/lklimek/claudius) AI Agent</sub>
…n Docker Hub dashpay/tenderdash:1.6.0-dev.2 is now published on Docker Hub (multi-arch amd64/arm64), so the temporary pending-publish TODO above the image line no longer applies and is removed. The pinned image is unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> <sub>🤖 Co-authored by [Claudius the Magnificent](https://github.com/lklimek/claudius) AI Agent</sub>
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or 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
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.
Why this PR exists
1.6-dev.1). We are moving dashmate to the Tenderdash 1.6.0 line.1.6.0-dev.2pre-release image so the 1.6.0 line can be tested end-to-end. It will be bumped to the final1.6.0image once that release is cut and testing passes — kept as a draft until then.Issue being fixed or feature implemented
Move dashmate's default Tenderdash image to the 1.6.0 line. The base config previously pinned
dashpay/tenderdash:1.6-dev.1; without this, dashmate-provisioned nodes stay on an outdated Tenderdash build.What was done?
packages/dashmate/configs/defaults/getBaseConfigFactory.jstodashpay/tenderdash:1.6.0-dev.2.4.0.0-rc.2) inpackages/dashmate/configs/getConfigFileMigrationsFactory.jsso existing user configs upgrade to the new image ondashmate update(pulled DRY from the base config, so it tracks whatever the base config pins).How Has This Been Tested?
dashpay/tenderdash:1.6.0-dev.2is published on Docker Hub (multi-arch amd64/arm64).yarn workspace dashmate lint→ 0 errors.Breaking Changes
Checklist:
1.6.0image (pending the final release + testing)For repository code-owners and collaborators only
🤖 Co-authored by Claudius the Magnificent AI Agent