Skip to content

docs: Z→Q migration sweep (PR 3/3)#15

Merged
moscowchill merged 2 commits into
devfrom
feat/q-migration-docs
Apr 13, 2026
Merged

docs: Z→Q migration sweep (PR 3/3)#15
moscowchill merged 2 commits into
devfrom
feat/q-migration-docs

Conversation

@moscowchill
Copy link
Copy Markdown
Contributor

Summary

Third and final PR of the Z→Q testnet migration. This is a documentation-only sweep — PR #13 (merged) handled code and PR #14 handled infrastructure. This PR rewrites all remaining user-facing documentation to use QRL branding.

Files changed (13)

  • README.md
  • docs/architecture.md
  • infrastructure/README.md
  • infrastructure/docs/ARCHITECTURE.md
  • infrastructure/docs/DEPLOYMENT.md
  • infrastructure/docs/validator-integration.md
  • infrastructure/docs/runbooks/emergency.md
  • infrastructure/docs/runbooks/failover.md
  • infrastructure/docs/runbooks/monitoring.md
  • infrastructure/docs/runbooks/add-validator.md
  • infrastructure/docs/runbooks/update-clients.md
  • monitoring/README.md
  • hyperion/README.md

Total: 94 insertions, 94 deletions.

Rewrites applied

  • Binary: gzondgqrl, GzondGqrl
  • Source repo: go-zondgo-qrl, Go-ZondGo-QRL
  • JSON-RPC namespace: zond_callqrl_call, zond_chainqrl_chain, zond_networkqrl_network, ZOND_QRL_
  • RPC URL path: /api/zond-rpc/testnet/api/qrl-rpc/testnet
  • staking-deposit-cli flags: --zond-seed-file--qrl-seed-file, zond-testnetv1qrl-testnetv1
  • Data dirs: zonddataqrldata
  • Addresses: Z-prefixed 40-hex → Q-prefixed (same hex)
  • Discord channel: #zond#qrl
  • Prose: QRL Zond dedup → QRL; Zond testnetQRL v2 testnet; Zond validator/beacon/RPC/staking/network/nativeQRL ...; catch-all ZondQRL

Preserved

  • https://test-zond.theqrl.org/ — still the upstream QRL install-guide URL
  • zondscan.com reference — external block explorer product name

Test plan

  • Render each updated runbook on GitHub and visually verify headings/code fences
  • Confirm no broken internal links or malformed markdown
  • Spot-check replaced command examples (gqrl, qrl_call, RPC URL) compile/run as documented

Third and final PR of the Z→Q testnet migration. Rewrites all
user-facing documentation to use QRL branding: README, architecture
docs, deployment guide, validator-integration guide, and all runbooks
(emergency, failover, monitoring, add-validator, update-clients).

Updates binary names (gzond→gqrl), the go-qrl source repo, JSON-RPC
namespace references (zond_call→qrl_call), Z-prefixed example
addresses (Z...→Q...), the prod RPC URL path (/api/qrl-rpc/testnet),
and prose references to "Zond testnet"→"QRL v2 testnet".

The canonical QRL install-guide URL (test-zond.theqrl.org) is
preserved unchanged since it's still the upstream project's own URL.
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request performs a comprehensive renaming and migration from 'Zond' and 'gzond' to 'QRL' and 'gqrl' across the project's documentation, infrastructure scripts, and configuration files. Key updates include changing binary names, repository URLs, directory paths, and contract address prefixes to reflect the new naming convention. A review comment suggests simplifying a redundant heading in the validator integration documentation to improve clarity.

## Resources

### QRL/Zond Documentation
### QRL/QRL Documentation
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The heading ### QRL/QRL Documentation is redundant after the migration. It should be simplified to ### QRL Documentation to maintain clarity.

Suggested change
### QRL/QRL Documentation
### QRL Documentation

@moscowchill moscowchill merged commit fb6cd3c into dev Apr 13, 2026
2 checks passed
@moscowchill moscowchill deleted the feat/q-migration-docs branch April 13, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant