Skip to content

Commit

Permalink
chore: add orb did
Browse files Browse the repository at this point in the history
list of did samples:

- did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYKiFmpf85YFswAovxTxI_y4Q (interim did, local cas, V1 CID, P-256 JsonWebKey2020, empty service)
- did:orb:bafkreiazah4qrybzyapmrmk2dhldz24vfmavethcrgcoq7qhic63zz55ru:EiAag4cmgxAE2isL5HG3mxjS7WRq4l-xyyTgULCAcEHQQQ (canonical did, local cas, V1 CID, P-256 JsonWebKey2020, empty service)
- did:orb:bafkreihp4inweep4py7gw4j7hej5mqlbwa7br4u7mtrfxr5khfwpu3qu3m:EiB2tmdM_oWwjXj6AmVLm0RFa_8XKZHipOpNGpEODIVN8Q (canonical did, local cas, V1 CID, ed25519 Ed25519VerificationKey2018, DIDComm v1 service)
- did:orb:bafkreibcsubh3ifub7gletz27hcdyhwvrhlh5mwfth2m5fbasqua6yalay:EiA2ZtZqXjKZt-yf19ersmaCYm-gJEnlixrfk0Mi61ETTg (canonical did, local cas, V1 CID, P-256 JsonWebKey2020, DIDComm v2 service)
- did:orb:webcas:testnet.orb.local:bafkreihdnftiso5b7bzmhhi65nzsutbcuv6mtrmuquzoqlrk7joyer45uq:EiARiEOCLK3GnRVHA_yF92tX3aoSJAVqW1bh7Enre1iDXw (webcas did, local cas, V1 CID, P-256 JsonWebKey2020, DIDComm v2 service)
- did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6vvgn9PVecJ5nFUGh9hXgOxQ (interim did, ipfs, V1 CID, P-256 JsonWebKey2020, DIDComm v2 service)
- did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5mz4uvgld7yedutgcssvnmql44o6rc7yy:EiB2k0ytmo-qi_M7jGocxvj4P9D6VQJGl6gRy4f6-UUpTw (ipfs did, ipfs, V1 CID, P-256 JsonWebKey2020, DIDComm v2 service)
- did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7kJeAn3ewWZxEcqur2wE:EiCnmXoUEEP-04kELpPiF7Ss5GesCCedfTgRPA30SJO5KQ (ipfs did, ipfs, V0 CID, P-256 JsonWebKey2020, DIDComm v2 service)
- did:orb:ipfs:QmX13HDUkfcbR2Tes5VqXeypKmDC9B2bkqKsx6pNSeVPFw:EiDBMrOVrw71NGSDxw8LyTt5ulTJo2Xr9fPHfSSDD7wBlw (ipfs did, ipfs, V0 CID, BLS12381G2 Bls12381G2Key2020, DIDComm v2 service)

Result: 14 failed, 15 todo, 1824 passed, 1853 total

1 failure related to this issue trustbloc/orb#419
4 failure related to this issue w3c#116
9 failure related to this issue w3c#112

Signed-off-by: Firas Qutishat <[email protected]>
  • Loading branch information
fqutishat committed May 21, 2021
1 parent 262f6dc commit bdfde73
Show file tree
Hide file tree
Showing 5 changed files with 589 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
require('../implementations/did-v1-vof.json'),
require('../implementations/did-monid.json'),
require('../implementations/did-unisot.json'),
require('../implementations/did-vaa.json')
require('../implementations/did-vaa.json'),
require('../implementations/did-orb.json')
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
require('../implementations/did-v1-vof.json'),
require('../implementations/did-monid.json'),
require('../implementations/did-unisot.json'),
require('../implementations/did-vaa.json')
require('../implementations/did-vaa.json'),
require('../implementations/did-orb.json')
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
require('../implementations/did-v1-vof.json'),
require('../implementations/did-monid.json'),
require('../implementations/did-unisot.json'),
require('../implementations/did-vaa.json')
require('../implementations/did-vaa.json'),
require('../implementations/did-orb.json')
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
require('../implementations/did-v1-vof.json'),
require('../implementations/did-monid.json'),
require('../implementations/did-unisot.json'),
require('../implementations/did-vaa.json')
require('../implementations/did-vaa.json'),
require('../implementations/did-orb.json')
]
}
Loading

0 comments on commit bdfde73

Please sign in to comment.