This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Description
What I'm trying to do
As I studied, since 2019, the following fields have been deleted from the DID Document spec.
https://www.w3.org/TR/did-core/#revision-history
- Separation of DID Document metadata, such as created and updated values, from DID Document properties.
- The removal of embedded proofs in the DID Document.
But still, the aries has those field in the Doc struct.
I would like to ask if there is any plan to follow up the latest spec?
Expected result
Actual result
TBD
Sample code / test case
TBD