Skip to content

Commit

Permalink
Merge branch 'main' into feature/did-peer-2-did-exchange-tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsyro authored Dec 22, 2023
2 parents 5632fbb + 6d7a1ba commit f6742ae
Show file tree
Hide file tree
Showing 3 changed files with 1,852 additions and 472 deletions.
13 changes: 13 additions & 0 deletions aries_cloudagent/anoncreds/tests/mock_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,16 @@
"rev_reg": None,
"witness": None,
}

MOCK_REV_REG_DEF = {
"issuerId": "did:web:example.org",
"revocDefType": "CL_ACCUM",
"credDefId": "Gs6cQcvrtWoZKsbBhD3dQJ:3:CL:140384:mctc",
"tag": "MyCustomCredentialDefinition",
"value": {
"publicKeys": {"accumKey": {"z": "1 0BB...386"}},
"maxCredNum": 666,
"tailsLocation": "https://my.revocations.tails/tailsfile.txt",
"tailsHash": "91zvq2cFmBZmHCcLqFyzv7bfehHH5rMhdAG5wTjqy2PE",
},
}
Loading

0 comments on commit f6742ae

Please sign in to comment.