chore(deps): update all non-major dependencies #3883
Annotations
2 errors
|
build-test
Process completed with exit code 1.
|
|
src/__tests__/networks.integration.test.ts > ethrResolver (alt-chains) > eth-networks > resolves on mainnet with versionId:
src/__tests__/networks.integration.test.ts#L89
AssertionError: expected { …(3) } to deeply equal { didDocumentMetadata: { …(2) }, …(2) }
- Expected
+ Received
{
- "didDocument": {
- "@context": Anything,
- "assertionMethod": [
- "did:ethr:0x26bf14321004e770e7a8b080b7a526d8eed8b388#controller",
- ],
- "authentication": [
- "did:ethr:0x26bf14321004e770e7a8b080b7a526d8eed8b388#controller",
- ],
- "id": "did:ethr:0x26bf14321004e770e7a8b080b7a526d8eed8b388",
- "verificationMethod": [
- {
- "blockchainAccountId": "eip155:1:0x26bF14321004e770E7A8b080b7a526d8eed8b388",
- "controller": "did:ethr:0x26bf14321004e770e7a8b080b7a526d8eed8b388",
- "id": "did:ethr:0x26bf14321004e770e7a8b080b7a526d8eed8b388#controller",
- "type": "EcdsaSecp256k1RecoveryMethod2020",
- },
- ],
- },
- "didDocumentMetadata": {
- "nextUpdate": "2021-03-22T18:14:29Z",
- "nextVersionId": "12090175",
- },
+ "didDocument": null,
+ "didDocumentMetadata": {},
"didResolutionMetadata": {
- "contentType": "application/did+ld+json",
+ "error": "notFound",
+ "message": "missing revert data (action=\"call\", data=null, reason=null, transaction={ \"data\": \"0xf96d0f9f00000000000000000000000026bf14321004e770e7a8b080b7a526d8eed8b388\", \"to\": \"0xdCa7EF03e98e0DC2B855bE647C39ABe984fcF21B\" }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.16.0) The RPC node does not have the requested historical state. Use an archive node to resolve historical DID versions (versionId queries).",
},
}
❯ src/__tests__/networks.integration.test.ts:89:22
|