-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for setting custom Verification Method IDs #226
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #226 +/- ##
==========================================
+ Coverage 51.59% 51.91% +0.32%
==========================================
Files 32 32
Lines 2791 2816 +25
==========================================
+ Hits 1440 1462 +22
- Misses 1205 1207 +2
- Partials 146 147 +1 ☔ View full report in Codecov by Sentry. |
@@ -337,18 +338,25 @@ as a `_kN._did.` record where `N` is the zero-indexed positional index of a give | |||
indicating a Text record. | |||
|
|||
- Each [Verification Method](https://www.w3.org/TR/did-core/#verification-methods) record's **rdata** is represented by the form |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting bits here
@@ -538,14 +548,19 @@ To read a `did:dht` document, the process is as follows: | |||
|
|||
2. Decode the resulting [[ref:BEP44]] response's `v` value using [[ref:bencode]]. | |||
|
|||
3. Uncompress the DNS packet according to [[spec:RFC1035]] section 4.1.4. | |||
3. Uncompress the DNS packet according to [[spec:RFC1035]] [section 4.1.4](https://datatracker.ietf.org/doc/html/rfc1035#section-4.1.4). | |||
|
|||
4. Reverse the DNS [property mapping](#property-mapping) process and re-construct a conformant [[ref:DID Document]]. | |||
|
|||
a. Identify the [[ref:Identity Key]] using the [[ref:suffix]] of the `did:dht` identifier, with record name `_k0._did`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here
Fix #224
Also: