Add Account Attestation Registry MRC (draft) - #72
Open
mr-ma wants to merge 7 commits into
Open
Conversation
Minimal, generic on-chain registry where an account self-attests facts about itself it cannot prove on-chain (key-management scheme: MPC/TSS/TEE/off-chain-multisig, operator, security-contact), authorized by proof-of-control. Single verbatim `data` field keyed by (account, topic, index). Placed in MRCs/ as a draft; the MIP/MRC number is left for an editor to assign. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
mr-ma
requested review from
Baltoli,
QEDK,
keone,
kjcamann and
pdobacz
as code owners
July 31, 2026 13:02
Collaborator
|
Assigned MRC-14. |
QEDK
requested changes
Aug 3, 2026
mr-ma
commented
Aug 3, 2026
mr-ma
commented
Aug 3, 2026
mr-ma
commented
Aug 3, 2026
mr-ma
commented
Aug 3, 2026
Number assigned, so replace the MRC-XX placeholder in the VERSION string (Overview, interface NatSpec, Read Semantics, and test case 8). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Trim the Subject, MetadataUpdated, and setMetadata doc comments; the full reasoning already lives in Metadata identity, Events, Authorization, Write Preconditions, and Field Semantics. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
mr-ma
commented
Aug 3, 2026
mr-ma
commented
Aug 3, 2026
mr-ma
commented
Aug 3, 2026
mr-ma
commented
Aug 3, 2026
mr-ma
commented
Aug 3, 2026
Co-authored-by: mr-ma <4548085+mr-ma@users.noreply.github.com>
Co-authored-by: mr-ma <4548085+mr-ma@users.noreply.github.com>
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.
Adds a new MRC: Account Attestation Registry.
A minimal, generic on-chain registry where an account self-attests facts about itself that cannot be read from the chain: the key-management scheme behind an EOA-looking address (MPC, TSS, TEE, off-chain multisig), who operates it, and a security contact. Writes are authorized purely by proof-of-control (
msg.sender == subject.account). One verbatimdatafield per entry, keyed by(account, topic, index); the registry parses nothing and grades nothing.MRCs/MRC-draft_eoa-registry.mdMRC-draft_*convention frommip-template.md).discussions-tois a placeholder; forum thread to followBase:
main.