vcs icon indicating copy to clipboard operation
vcs copied to clipboard

inline public key not found

Open troyronda opened this issue 4 years ago • 1 comments

https://github.com/w3c-ccg/vc-examples/blob/master/test-suite/fixtures/verifiable-credentials/api.neo-flow.com--BillOfLadingCredential.json

https://uniresolver.io/1.0/identifiers/did:v1:test:nym:z6MkfG5HTrBXzsAP8AbayNpG3ZaoyM4PCqNPrdWQRSpHDV6J

vc-verifiers › https://verifier.sandbox.trustbloc.dev/verifier/credentials › should verify BillOfLadingCredential

    expect(received).toEqual(expected) // deep equality

    - Expected  - 1
    + Received  + 4

      Array [
    -   "proof",
    +   Object {
    +     "check": "proof",
    +     "error": "proof validation error : decode new credential: check embedded proof: check linked data proof: public key with KID #z6MkqfvdBsFw4QdGrZrnx7L1EKfY5zh9tT4gumUGsMMEZHY3 is not found for DID did:v1:test:nym:z6MkfG5HTrBXzsAP8AbayNpG3ZaoyM4PCqNPrdWQRSpHDV6J",
    +   },
      ]

troyronda avatar Apr 17 '20 02:04 troyronda

Should be resolved after a fix of https://github.com/hyperledger/aries-framework-go/issues/1662

kdimak avatar Apr 21 '20 19:04 kdimak