Skip to content

docs: note the privacy boundary of remote / delegated proving - #370

Open
kutluhaneth46 wants to merge 1 commit into
0xMiden:mainfrom
kutluhaneth46:docs/remote-proving-privacy-boundary
Open

docs: note the privacy boundary of remote / delegated proving#370
kutluhaneth46 wants to merge 1 commit into
0xMiden:mainfrom
kutluhaneth46:docs/remote-proving-privacy-boundary

Conversation

@kutluhaneth46

Copy link
Copy Markdown

Summary

Remote / delegated proving is documented mainly as a performance option today. These pages now also state the trust trade-off: the prover receives the transaction witness (serialized transaction inputs), which can include private account / note / advice data.

Updated:

  • docs/builder/tools/clients/web-client/setup.md
  • docs/builder/tools/clients/web-client/transactions.md
  • docs/builder/tools/network.md
  • docs/builder/faq.md

Fixes #360

Test plan

  • Reviewed wording against the RemoteTransactionProver / TransactionInputs behavior described in the issue
  • Docs preview / MDX render check in CI

Remote provers receive transaction witness data (serialized inputs), not
just a digest. Call that out on the web-client setup/transactions pages,
the network tools overview, and the delegated-proving FAQ answer.
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.

docs: clarify the privacy boundary of remote transaction proving

2 participants