CIP: Canton Imported Names — Decentralized DNS Name Importer - #249
Open
pdomenighetti wants to merge 2 commits into
Open
CIP: Canton Imported Names — Decentralized DNS Name Importer#249pdomenighetti wants to merge 2 commits into
pdomenighetti wants to merge 2 commits into
Conversation
Companion CIP to canton-foundation#171 (Canton Party Name Resolution Standard), split out per review feedback — one PR per CIP. Defines how names from external naming systems are imported into Canton as on-ledger credentials referenceable by Daml code (import model per the July 9 WG direction). The DNS-verified importer is specified in full (DNSSEC + _canton TXT record, 7-day re-verification, attestor-based operation) and serves as the blueprint for follow-up importer CIPs (LEI/vLEI, ENS, email, cross-chain). Depends on canton-foundation#171 for the FQPN format, resolver interface, and display conventions, and on the CN Credentials Standard (canton-foundation#204) for the credential registry. Complementary to the .canton CIP (canton-foundation#209). Note: the advanced verification draft (cprp-verification.md) is intentionally not part of any PR — parked as future work per the June 25 CNS 2.0 next-steps proposal. Signed-off-by: Paolo Domenighetti <p.domenighetti@gmail.com>
Signed-off-by: Paolo Domenighetti <p.domenighetti@gmail.com>
pdomenighetti
requested review from
hythloda,
isegall-da,
omaiko-intellecteu,
stas-sbi,
tkatrichenko and
waynecollier-da
September 3, 2026 11:40
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.
Companion CIP to #171 (Canton Party Name Resolution Standard), split out per review feedback — one PR per CIP.
Defines how names from external naming systems are imported into Canton as on-ledger credentials referenceable by Daml code. The DNS-verified importer is specified in full (DNSSEC + _canton TXT record, 7-day re-verification, attestor-based operation) and serves as the blueprint for follow-up importer CIPs (LEI/vLEI, ENS, email, cross-chain).
Depends on #171 for the FQPN format, resolver interface, and rendering conventions, and on the CN Credentials Standard (#204) for the credential registry. Complementary to the .canton CIP (#209).