Results 28 comments of Troy Ronda

FYI JSON-LD Signatures in Go (makes use of json-gold): https://github.com/hyperledger/aries-framework-go/tree/master/pkg/doc/signature

An urn:multihash namespace would be useful. It would also be good to include the multibase character. ``` urn:multihash: ```

@TimoGlastra > I thought it would look more like the following This makes sense to me as well. The VC and VP proofs are independent properties. > To me it...

@welbertim We haven't tested the build on Windows. You can use Linux or Mac to do the build.

I would have thought that `application/did+ld+json` would return the `@context` in the response? Instead in the above post, it's the opposite - `application/did+json` returns `@context` and `application/did+ld+json` does not. @OR13...

@adn-misa I wonder if this could be an issue for the universal resolver (https://github.com/decentralized-identity/universal-resolver).

We have implemented DIDDoc convention in aries-framework-go using `did-communication`. https://github.com/hyperledger/aries-framework-go/pull/825 (also - I agree it makes more sense to have generic DIDComm names in the DIDComm protocols.)

@csuwildcat @thehenrytsai the test vector for `after deactivate` response is missing the `deactivated` flag. Split into #1052

In did:orb, once published, we return the canonicalId that includes the anchoring information. As in: `did:orb::` Your example is similar in that you are including anchoring information into the identifier....