docs(bridge): #202 · ADR 0006 localhost transport + fix stale browser-bridge doc#220
Merged
Conversation
…-bridge doc - ADR 0006: accept the shipped 127.0.0.1:8765 loopback bridge as the alpha transport (temporary/experimental); native messaging stays the post-audit target; priority is the two ends (core + extension). Resolves the #202 decision. - browser-bridge.md: correct two stale claims — the bridge forwards the full EIP-1193 set (personal_sign / eth_signTypedData_v4 / eth_sendTransaction / EIP-5792), not 'only 3 methods', and those are no longer 'not implemented' (#139/#141/#146/#148, attributed via #198).
3 tasks
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.
Part of the demo-wave triage pass. Docs-only.
What
127.0.0.1:8765loopback bridge as the alpha transport, explicitly temporary/experimental. Native messaging stays the post-audit target; we don't over-invest in hardening localhost; priority is the two ends (deckard-core signing + the browser extension) working and tested. Resolves the Decision: shipped localhost bridge vs ADR-0001 native messaging — re-scope #49/#50 and write the missing ADR #202 decision.personal_sign,eth_signTypedData_v4,eth_sendTransaction, EIP-5792wallet_*), not "onlyeth_chainId/eth_accounts/eth_requestAccounts".Why
Part of a triage that re-verified the demo-wave issue specs against the code (four cross-checks + a codex adversarial pass) and found several specs stale. Companion work: 9 issue bodies corrected (#199, #201, #202, #203, #205, #207, #32, #34) and a demo-wave roadmap board (users/hellno/projects/2).
Scope
Docs only — no code touched. Follow-up (tracked in #202): update #49/#50 bodies to reference ADR 0006.