docs(website): harmonize the DMQ beta status across the documentation - #3476
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Mithril website documentation to consistently reflect the DMQ node’s beta status and aligns the operator guides’ examples and parameters to the release-mainnet network (including updating referenced minimum Cardano node versions).
Changes:
- Harmonize DMQ maturity wording across network matrix, operate guides, and dev blog posts (moving away from “unstable” where applicable).
- Switch operate-guide example values/endpoints from
release-preprod/preprodtorelease-mainnet/mainnet, and fix DMQ bootstrap/service examples. - Update release notes/blog program updates to reflect the DMQ beta rollout on release networks.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/website/versioned_docs/version-maintained/networks-matrix.md | Marks DMQ status as Beta for testing-preview in the maintained docs. |
| docs/website/versioned_docs/version-maintained/manual/operate/run-signer-node.md | Updates DMQ beta wording and switches examples to release-mainnet parameters (maintained docs). |
| docs/website/versioned_docs/version-maintained/manual/operate/run-aggregator-node.md | Updates DMQ beta wording, switches examples to release-mainnet, and adjusts DMQ/systemd examples (maintained docs). |
| docs/website/root/networks-matrix.md | Marks DMQ status as Beta for testing-preview in the root docs. |
| docs/website/root/manual/operate/run-signer-node.md | Updates DMQ beta wording and switches examples to release-mainnet parameters (root docs). |
| docs/website/root/manual/operate/run-aggregator-node.md | Updates DMQ beta wording, switches examples to release-mainnet, and adjusts DMQ/systemd examples (root docs). |
| docs/website/blog/2026-08-04-dmq-beta-release.md | Aligns wording to “beta” (removes “stable (beta)”) and references updated setup anchor. |
| docs/website/blog/2026-08-03-distribution-2630.md | Aligns distribution notes to “Promoted … to beta”. |
| docs/website/blog/2026-01-06-multiple-aggregators-testing-program.md | Adds a 2026/08/04 update and clarifies rollout plan wording/scope. |
| docs/website/blog/2026-01-06-dmq-testing-program.md | Updates 2026/08/04 update content and fixes the DMQ setup guide anchor reference. |
Suppressed comments (2)
docs/website/root/manual/operate/run-aggregator-node.md:430
- The
/opt/mithril/mithril-aggregator.envexample setsNETWORK_MAGICeven though the guide states it’s only required for non-default networks. Consider removing it from the mainnet example env file snippet to match the documented behavior.
STORE_RETENTION_LIMIT=5
NETWORK=mainnet
NETWORK_MAGIC=764824073
CARDANO_NODE_SOCKET_PATH=/cardano/ipc/node.socket
docs/website/versioned_docs/version-maintained/manual/operate/run-aggregator-node.md:430
- The
/opt/mithril/mithril-aggregator.envexample setsNETWORK_MAGICeven though the guide states it’s only required for non-default networks. Consider removing it from the mainnet example env file snippet to match the documented behavior.
STORE_RETENTION_LIMIT=5
NETWORK=mainnet
NETWORK_MAGIC=764824073
CARDANO_NODE_SOCKET_PATH=/cardano/ipc/node.socket
jpraynaud
temporarily deployed
to
testing-preview
August 7, 2026 07:54 — with
GitHub Actions
Inactive
jpraynaud
temporarily deployed
to
testing-2-preview
August 7, 2026 07:54 — with
GitHub Actions
Inactive
Alenar
approved these changes
Aug 7, 2026
Align the `testing-preview` DMQ status with the other Mithril networks, which all run the DMQ node version `0.7.0.0`.
The aggregator guide still announced an unstable DMQ protocol and the signer guide referred to a warning that no longer exists.
…ides The DMQ node is now available on the release networks and uses the same binary version everywhere.
…guide Use the bootstrap peer port of the networks matrix and restore the blank line missing before the systemd install section.
Replace the ambiguous 'stable (beta)' wording with 'beta' and fix the outdated anchor of the DMQ node setup guide.
Add the DMQ beta release update and clarify that the rollout plan is the one of the multiple aggregators feature.
Use the `release-mainnet` parameters in all the example sets, including the DMQ node setup which illustrated the `pre-release-preview` network.
…guide Use the minimum version supported on mainnet declared in `networks.json`.
Replace the `Debug` trace severity with `Info` in the DMQ node configuration examples.
jpraynaud
force-pushed
the
jpraynaud/fix-dmq-status-pages
branch
from
August 7, 2026 09:31
21d258d to
697f3d5
Compare
jpraynaud
temporarily deployed
to
testing-preview
August 7, 2026 10:02 — with
GitHub Actions
Inactive
jpraynaud
temporarily deployed
to
testing-2-preview
August 7, 2026 10:02 — with
GitHub Actions
Inactive
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.
Content
This PR includes fixes for the inconsistencies about the beta status of the DMQ node across the website, and aligns the operate guides examples on the
release-mainnetnetwork:Betafor thetesting-previewnetwork in the networks matrixpre-release-previewrelease-mainnetparametersnetworks.json.Pre-submit checklist