Consolidate configs, fix URL handling, improve docs and developer tooling#102
Draft
Consolidate configs, fix URL handling, improve docs and developer tooling#102
Conversation
Co-authored-by: numbers-official <181934381+numbers-official@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Consolidate configurations and improve documentation consistency
Consolidate configs, fix URL handling, improve docs and developer tooling
Feb 28, 2026
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.
Thirteen medium-priority maintenance gaps across configuration consistency, documentation accuracy, and developer onboarding. Changes address all items from the linked issue.
Configuration
versions.env— single source of truth forAVALANCHEGO_VERSION=1.14.1andSUBNET_EVM_VERSION=0.8.0; bothupdate-validator-*.shscripts now source it instead of hardcoding stale versions127.0.0.1:9650now sourceapi/env.sh; fixed/ext/P→/ext/bc/Pinplatform.getBlockchains.shandplatform.getBlockchainStatus.shapi/env.sh— fixed permissions to+x(was the only non-executable.shfile)genesis/(exact copy ofchains/testnet/); updatedsubnet-cli-wizard.shto referencechains/testnet/as canonicalavalanchego/configs/chains/**/*.jsonreformatted withjq .(eliminated tab/space mix)Documentation
--http-host,SUBNET_MAINNET→SUBNET_TESTNETin testnet example, removed internal Asana linkavalanchego/configs/README.md— added human-readable timestamp reference table for allupgrade.jsonUnix timestamps (e.g.1767789000→2026-01-07 12:30:00 UTC)Infrastructure & Developer Experience
rpc/mainnet/…/default— added mainnet Nginx config mirroring the existing testnet config (proxies to2PDRxzc6…/rpcand/ws)requirements.txt— pinsrequests==2.32.3andwebsockets==13.1for Python RPC testsCONTRIBUTING.md— setup steps, repo structure map, API script usage, JSON formatting guideMakefile— targets:setup,test-rpc,test-ws,fmt(runsjq .across all configs),check-versionsOriginal prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.