-
Notifications
You must be signed in to change notification settings - Fork 0
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
Satoshi audit trail should be part of DID resolution metadata #9
Comments
In #4 (comment) I tried to work out what the audit trail for the simple transaction did:btcr:xg35-jzrx-qtyt-jqr (be5be4b2c4e530b49af139a8448ae2ae8b5882f2e7f5c7908eca0268f72494e9) should be. This version requires a lot more work. @mattcollier suggested we use webledger context, which has some useful things, but is missing a lot as well. We would need to have someone like @dlongley or @msporny help resolve adding generic things that apply to multiple blockchains like audit, burn-fee, chain, network, etc. I suggest we discuss audit trail and schema here in this issue.
|
@peacekeeper What do you think? |
@ChristopherA I know during the BTCR hackathon I said that the Satoshi audit trail should be "resolution metadata" that is separate from the DID Document, and I still feel that's correct, but after reading the thread at #4 as well as @msporny 's comment at #18 (comment) ("take that Satoshi Audit Trail and tack it on to your DID Document proof"), I'm not 100% convinced myself. So I'd like to make this concept of a DID Resolution Result the main topic for tomorrow's DID call, to think this through: https://docs.google.com/document/d/1qYBaXQMUoB86Alquu7WBtWOxsS8SMhp1fioYKEGCabE/ |
The Universal Resolver's BTCR driver currently returns method metadata as follows, e.g. for
This seems quite similar to your structure, except for some different field names and objects and some missing parts. It shouldn't be hard to change this to be aligned. Note that this structure also contains a list of tips that have been followed. OTOH it seems to be missing some of the information that you have in your structure, such as |
In #18 in regards to a P2P-oriented DID method @msporny said:
If we support this type of proof strategy, this puts a higher order requirement on the data formats in the audit trail metadata. -- Christopher Allen |
Satoshi audit trail should be part of DID resolution metadata. How should this be represented?
The text was updated successfully, but these errors were encountered: