Skip to content

docs(support): document PNA preflight fix + DIG_NETWORK_GENESIS override#31

Merged
MichaelTaylor3d merged 1 commit into
mainfrom
docs/285-pna-genesis-troubleshooting
Jul 11, 2026
Merged

docs(support): document PNA preflight fix + DIG_NETWORK_GENESIS override#31
MichaelTaylor3d merged 1 commit into
mainfrom
docs/285-pna-genesis-troubleshooting

Conversation

@MichaelTaylor3d

Copy link
Copy Markdown
Contributor

Summary

  • Document that dig-node v0.13.0+ sends Access-Control-Allow-Private-Network: true on preflight, fixing Chrome's Private Network Access blocking the browser extension from reaching a local node (new "Node & browser extension" section in support/troubleshooting.md + a matching teaser in audiences/troubleshooting.md).
  • Document the DIG_NETWORK_GENESIS environment-variable override for gossip peer bring-up (network_id) in protocol/peer-network.md, stating plainly that the real mainnet genesis is not yet public/decided and is never hardcoded.
  • Mirror both edits (3 files touched: support/troubleshooting.md, audiences/troubleshooting.md, protocol/peer-network.md) across all 14 locale copies under i18n/*, per this repo's mechanical-duplicate i18n policy. Verified every locale copy is byte-identical to its English source after the change.
    • Side note: audiences/troubleshooting.md and protocol/peer-network.md were already stale in all 13 locales (behind an earlier English-only update) before this PR — the re-copy also catches them up, which is desired per the sync policy. support/troubleshooting.md locales were already in sync.

Version bump

Patch: 0.3.18 -> 0.3.19 — docs-content-only change, no site behavior/feature change (fix-equivalent per SemVer rules for this repo).

Verified

  • npm run typecheck — clean.
  • npm run build — Docusaurus build succeeds for en + all 13 locales, hreflang sitemap generation completes (117 URLs × 15 alternates). Pre-existing id locale plural-form warnings are unrelated to this change.
  • All 39 locale-copy files confirmed byte-identical to their English source post-edit.

Refs DIG-Network/dig_ecosystem#285 (the primary dig-node fix lands in a separate PR that closes that issue).

🤖 Generated with Claude Code

dig-node v0.13.0 now sends Access-Control-Allow-Private-Network on
preflight (fixes Chrome PNA blocking the extension from reaching a
local node) and honors DIG_NETWORK_GENESIS to bring gossip peer
bring-up up under a chosen genesis id ahead of the real mainnet
genesis. Document both in support/troubleshooting.md (+ audiences
index teaser) and protocol/peer-network.md, and mirror the change
across all 14 locale copies per the mechanical-duplicate i18n policy
(this also catches audiences/troubleshooting.md and
protocol/peer-network.md up on pre-existing drift from an earlier
English-only update).

Patch version bump (0.3.18 -> 0.3.19): docs-content-only change, no
site behavior/feature change.

Refs DIG-Network/dig_ecosystem#285

Co-Authored-By: Claude <noreply@anthropic.com>
@MichaelTaylor3d MichaelTaylor3d merged commit 3dd099b into main Jul 11, 2026
7 checks passed
@MichaelTaylor3d MichaelTaylor3d deleted the docs/285-pna-genesis-troubleshooting branch July 11, 2026 01:10
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