test(remote): publish mainnet golden store + un-gate #843 live rpc read proof - #34
Merged
Merged
Conversation
MichaelTaylor3d
marked this pull request as ready for review
July 22, 2026 00:17
WIP checkpoint (§1.8) before the mainnet init/commit/push spend. Records the placeholder for the REAL published golden store identity, kept alongside the deterministic offline crypto anchor (never overwriting it). Co-Authored-By: Claude <noreply@anthropic.com>
…tore identity (#843) Re-points the rpc_tier_read_proof golden URN at the real mainnet-published store (launcher_id 8c4b47f6…, root ac876a9f…) and confirms DIG_RPC_LIVE=1 cargo test -p digstore-remote rpc_tier_read_proof reads the live index.html capsule from rpc.dig.net, verifies its inclusion proof against the chain-anchored root, and decrypts it to the golden 254B plaintext. The deterministic offline anchor (GOLDEN_STORE_ID_HEX) is untouched. Records the full live identity (store_id/root/retrieval_key/urn/mint+commit coin ids/host_public_key) in tests/fixtures/golden/live_store.json and a non-destructive "live" section in manifest.json, cross-checked by a new offline live_store_manifest_matches_derivation test. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CI format-check caught unformatted lines from the live-store re-point. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
main advanced past 0.19.2 (#1473) while this branch was open; re-bump so the version-increment gate passes against the current base tip. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
MichaelTaylor3d
force-pushed
the
feat/publish-mainnet-golden-store-843
branch
from
July 22, 2026 00:38
1954eb2 to
752ef24
Compare
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.
Task
Publish a canonical golden DIG store on Chia MAINNET (real, sanctioned spend) so the LIVE #843 rpc.dig.net read proof works — the last blocker to a live end-to-end read.
Plan
digstore init→ mint the store singleton on mainnet; capture launcher_id (store_id).digstore committhe 254B golden index.html plaintext (same bytes as the offline anchor).digstore pushto rpc.dig.net.live_store.json(alongside the offline anchor, never overwriting it); addLIVE_STORE_ID_HEXand derive the live rpc proof from it.DIG_RPC_LIVE=1runrpc_tier_read_proof→ green.Status
WIP checkpoint pushed BEFORE the mainnet spend (§1.8 cap-insurance). Draft until the store is live + the read proof is green.
Closes #843 (super-repo tracking).