docs: Z→Q migration sweep (PR 3/3)#15
Merged
Merged
Conversation
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.
There was a problem hiding this comment.
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 |
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.
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.mddocs/architecture.mdinfrastructure/README.mdinfrastructure/docs/ARCHITECTURE.mdinfrastructure/docs/DEPLOYMENT.mdinfrastructure/docs/validator-integration.mdinfrastructure/docs/runbooks/emergency.mdinfrastructure/docs/runbooks/failover.mdinfrastructure/docs/runbooks/monitoring.mdinfrastructure/docs/runbooks/add-validator.mdinfrastructure/docs/runbooks/update-clients.mdmonitoring/README.mdhyperion/README.mdTotal: 94 insertions, 94 deletions.
Rewrites applied
gzond→gqrl,Gzond→Gqrlgo-zond→go-qrl,Go-Zond→Go-QRLzond_call→qrl_call,zond_chain→qrl_chain,zond_network→qrl_network,ZOND_→QRL_/api/zond-rpc/testnet→/api/qrl-rpc/testnet--zond-seed-file→--qrl-seed-file,zond-testnetv1→qrl-testnetv1zonddata→qrldataZ-prefixed 40-hex →Q-prefixed (same hex)#zond→#qrlQRL Zonddedup →QRL;Zond testnet→QRL v2 testnet;Zond validator/beacon/RPC/staking/network/native→QRL ...; catch-allZond→QRLPreserved
https://test-zond.theqrl.org/— still the upstream QRL install-guide URLzondscan.comreference — external block explorer product nameTest plan