feat(approach): enshrined private transfers#93
feat(approach): enshrined private transfers#93RogerPodacter wants to merge 3 commits intoethereum:masterfrom
Conversation
|
Thanks for this. The spec and live demo links are a great find. A couple of things before we can merge:
I suggest reverting the approach and adding the native shielding to the current |
|
Thanks for the review, @Meyanis95! A few thoughts: I think this is an approach, not a pattern. Per the repo's taxonomy ( This doc combines four building blocks — an intent-transaction wallet authorization standard, a Privacy RPC server-side proving bridge, a system-contract enshrinement model, and a compliance layer (proof of innocence + issuer viewing keys) — into a phased strategy for achieving native private transfers on the L1.
On the roadmap point — this is a proposal for protocol-layer standardization, not app-layer. The roadmap says "Private L1 / shielded transfers" but doesn't specify how. This is an approach to implementing that roadmap item. Thanks! |
What are you adding?
Description
New approach doc: enshrined private transfers. Describes an intent-transaction standard for wallet-authorized private transfers, a Privacy RPC server-side proving bridge, and an L1 system contract upgradeable only by hard fork. Includes optional compliance layers (proof of innocence, issuer viewing keys). Based on this article, with a live demo and draft spec.
Checklist