Skip to content

test(remote): publish mainnet golden store + un-gate #843 live rpc read proof - #34

Merged
MichaelTaylor3d merged 4 commits into
mainfrom
feat/publish-mainnet-golden-store-843
Jul 22, 2026
Merged

test(remote): publish mainnet golden store + un-gate #843 live rpc read proof#34
MichaelTaylor3d merged 4 commits into
mainfrom
feat/publish-mainnet-golden-store-843

Conversation

@MichaelTaylor3d

Copy link
Copy Markdown
Contributor

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

  1. Guest wasm built + CLI built (done).
  2. Import funded mainnet seed (secret-safe, never printed), verify XCH funding.
  3. digstore init → mint the store singleton on mainnet; capture launcher_id (store_id).
  4. digstore commit the 254B golden index.html plaintext (same bytes as the offline anchor).
  5. digstore push to rpc.dig.net.
  6. Record the REAL live identity in a live_store.json (alongside the offline anchor, never overwriting it); add LIVE_STORE_ID_HEX and derive the live rpc proof from it.
  7. DIG_RPC_LIVE=1 run rpc_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).

@MichaelTaylor3d
MichaelTaylor3d marked this pull request as ready for review July 22, 2026 00:17
MichaelTaylor3d and others added 4 commits July 21, 2026 17:38
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
MichaelTaylor3d force-pushed the feat/publish-mainnet-golden-store-843 branch from 1954eb2 to 752ef24 Compare July 22, 2026 00:38
@MichaelTaylor3d
MichaelTaylor3d merged commit f6f09b4 into main Jul 22, 2026
10 checks passed
@MichaelTaylor3d
MichaelTaylor3d deleted the feat/publish-mainnet-golden-store-843 branch July 22, 2026 01:00
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