hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
240 stars 161 forks source link

DID implementation is outdated #3526

Open youngjoon-lee opened 1 year ago

youngjoon-lee commented 1 year ago

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