Commit a00b5f5
authored
Add anoncreds issuance and presentation format (openwallet-foundation#3331)
* Add anoncreds issuance and presentation formats
Signed-off-by: jamshale <[email protected]>
* Fix unit tests
Signed-off-by: jamshale <[email protected]>
* Fix error in _formats_attach
Signed-off-by: jamshale <[email protected]>
* Fix AnoncredsDID validation pattern
Signed-off-by: jamshale <[email protected]>
* Fix name
Signed-off-by: jamshale <[email protected]>
* Fix scenario test
Signed-off-by: jamshale <[email protected]>
* Update demo with anoncreds format
Signed-off-by: jamshale <[email protected]>
* Fix the scenario test and add better description
Signed-off-by: jamshale <[email protected]>
* Add service_healthy check for indy agent
Signed-off-by: jamshale <[email protected]>
* Fix/update BDD tests
Signed-off-by: jamshale <[email protected]>
* Add issuer askar to holder anoncreds support
Signed-off-by: jamshale <[email protected]>
* Update BDD tests
Signed-off-by: jamshale <[email protected]>
* Remove commented code
Signed-off-by: jamshale <[email protected]>
* Expand scenario test
Signed-off-by: jamshale <[email protected]>
* Add better comments for format compatibilty imports
Signed-off-by: jamshale <[email protected]>
* Add anocnreds compatibilty bdd test to PR workflow
Signed-off-by: jamshale <[email protected]>
---------
Signed-off-by: jamshale <[email protected]>1 parent e27598d commit a00b5f5
File tree
96 files changed
+3917
-1049
lines changed- acapy_agent
- anoncreds
- default
- did_indy
- did_web
- legacy_indy
- tests
- models
- tests
- connections/models
- indy/models
- ledger
- messaging
- credential_definitions
- decorators
- models
- schemas
- tests
- protocols
- basicmessage/v1_0/messages
- connections/v1_0
- messages
- issue_credential
- v1_0
- messages
- v2_0
- formats
- anoncreds
- tests
- indy
- ld_proof/models
- vc_di/tests
- messages
- models/detail
- tests
- present_proof
- anoncreds
- indy
- v1_0/tests
- v2_0
- formats
- anoncreds
- indy
- messages
- tests
- revocation_anoncreds
- tests
- vc/vc_ld/models
- wallet
- demo
- bdd_support
- features
- steps
- runners
- support
- scenarios/examples/anoncreds_issuance_and_revocation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
96 files changed
+3917
-1049
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
Lines changed: 15 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 19 | | |
39 | 20 | | |
40 | 21 | | |
| |||
55 | 36 | | |
56 | 37 | | |
57 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
58 | 54 | | |
59 | 55 | | |
60 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments