We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug severity 2
The veramo CLI did resolution doesn't print the entire JSON tree.
veramo did resolve did:ethr:rinkeby:0x02cfd019a2fc0cb0967ce9d86db63abe762d0ab886d39a7392239016e89557b5e3
prints a truncated output for verificationMethod:
verificationMethod
{ didDocumentMetadata: {}, didResolutionMetadata: { contentType: 'application/did+ld+json' }, didDocument: { '@context': [ 'https://www.w3.org/ns/did/v1', 'https://identity.foundation/EcdsaSecp256k1RecoverySignature2020/lds-ecdsa-secp256k1-recovery2020-0.0.jsonld' ], id: 'did:ethr:rinkeby:0x02cfd019a2fc0cb0967ce9d86db63abe762d0ab886d39a7392239016e89557b5e3', verificationMethod: [ [Object], [Object] ], authentication: [ 'did:ethr:rinkeby:0x02cfd019a2fc0cb0967ce9d86db63abe762d0ab886d39a7392239016e89557b5e3#controller', 'did:ethr:rinkeby:0x02cfd019a2fc0cb0967ce9d86db63abe762d0ab886d39a7392239016e89557b5e3#controllerKey' ], assertionMethod: [ 'did:ethr:rinkeby:0x02cfd019a2fc0cb0967ce9d86db63abe762d0ab886d39a7392239016e89557b5e3#controller', 'did:ethr:rinkeby:0x02cfd019a2fc0cb0967ce9d86db63abe762d0ab886d39a7392239016e89557b5e3#controllerKey' ] } }
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered:
fix(cli): print entire JSON tree resulting from DID resolution
cbb8533
fixes #523
e83d33c
mirceanis
Successfully merging a pull request may close this issue.
Bug severity
2
The veramo CLI did resolution doesn't print the entire JSON tree.
prints a truncated output for
verificationMethod
:Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: