Joel Thorstensson
Joel Thorstensson
@RobertOttSWITCH it does include the caip-2 chain_id! This proposal is active and has an experimental implementation here: https://github.com/ceramicnetwork/nft-did-resolver
@qbig is it possible to get the owner of an NFT at a past moment in time? e.g. given a timestamp?
@qbig In order to validate historical commits that are signed by previous owners of the NFT we need to be able to resolve this owner. Otherwise the event log would...
Big update to reduce complexity of the NFT DID implementation: https://github.com/ceramicnetwork/CIP/pull/126
This seems pretty great! A few questions: Maybe naming the CIP **DocID json-schema definition** or something similar that inlcudes *json-schmea* would be more clear? Why would we want to include...
> Like so: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "title": "IDXKeychain", "properties": { "notes": { "type": "array", "items": { "$ref": "#/definitions/DocID" } } }, "additionalProperties": false, "required": [ "notes" ],...
Yeah, that's simpler. I more meant that it would be easier to understand for someone reading this CIP because it clearly separates what is part of the DocID reference.
`''` should be `''` right?
Schemas always have to be a CommitID afaik. edit: disregard my misunderstanding :)
@PaulLeCam Any blockers for making a PR for this CIP?