Commit 179d9f6
authored
feat: add Cardano VDR implementation to the prism-node (#884)
* feat: add VDR_SIGNING_KEY to the DIDOperations
Signed-off-by: Yurii Shynbuiev <[email protected]>
* style: format the code
Signed-off-by: Yurii Shynbuiev <[email protected]>
* feat: extend the gRPC API for the VDR
Signed-off-by: Yurii Shynbuiev <[email protected]>
* feat: add VDR storage operations with gRPC endpoints and tests
Signed-off-by: Yurii Shynbuiev <[email protected]>
* ci: switch to the Docker Hub and eclipse-temurin docker base image
Signed-off-by: Yurii Shynbuiev <[email protected]>
* feat: add VDR entry DAO tests, document VDR storage
Signed-off-by: Yurii Shynbuiev <[email protected]>
* feat: add VDR storage integration tests and gRPC coverage
Signed-off-by: Yurii Shynbuiev <[email protected]>
* test: add prism-test docker stack for cardano testnet
Signed-off-by: Yurii Shynbuiev <[email protected]>
* test: add PRISM_NODE_VERSION env variable for the compose.yml file
Signed-off-by: Yurii Shynbuiev <[email protected]>
* test: add e2e subproject and script to run it
Signed-off-by: Yurii Shynbuiev <[email protected]>
* test: add e2e crud tests
Signed-off-by: Yurii Shynbuiev <[email protected]>
* test: add VDR gRPC e2e test suite and scripts
Signed-off-by: Yurii Shynbuiev <[email protected]>
* chore: rename VDR signing key to VDR_KEY across prism-node
Signed-off-by: Yurii Shynbuiev <[email protected]>
* chore: make the GITHUB_TOKEN optional
Signed-off-by: Yurii Shynbuiev <[email protected]>
* chore: make the GITHUB_TOKEN optional (second try)
Signed-off-by: Yurii Shynbuiev <[email protected]>
* test: add full-check script and expand VDR e2e edge-case coverage
Signed-off-by: Yurii Shynbuiev <[email protected]>
* test: stabilize full-check.sh and expand VDR e2e coverage
Signed-off-by: Yurii Shynbuiev <[email protected]>
* test: stabilize VDR e2e coverage
Signed-off-by: Yurii Shynbuiev <[email protected]>
* refactor: VDR e2e tests
Signed-off-by: Yurii Shynbuiev <[email protected]>
* test: refine VDR e2e coverage and stabilize test harness
Signed-off-by: Yurii Shynbuiev <[email protected]>
* ci: add docker-publish.yml and e2e tests to the CI actions
Signed-off-by: Yurii Shynbuiev <[email protected]>
* ci: fix GitHub actions
Signed-off-by: Yurii Shynbuiev <[email protected]>
* ci: upgrade docker/login-action to v3
Signed-off-by: Yurii Shynbuiev <[email protected]>
* style: apply megalinter formatting
Signed-off-by: Yurii Shynbuiev <[email protected]>
* ci: fix e2e tests and prism-node docker image
Signed-off-by: Yurii Shynbuiev <[email protected]>
* test: build the local image of the prism-node for e2e tests
Signed-off-by: Yurii Shynbuiev <[email protected]>
* ci: fix TLS error in GitHub actions
Signed-off-by: Yurii Shynbuiev <[email protected]>
* ci: fix the image version resolution
Signed-off-by: Yurii Shynbuiev <[email protected]>
* ci: add metadata to the docker image
Signed-off-by: Yurii Shynbuiev <[email protected]>
* ci: upgrade megalinter GitHub action to 7.13.0
Signed-off-by: Yurii Shynbuiev <[email protected]>
* ci: disable megalinter REPOSITORY_GRYPE linter
Signed-off-by: Yurii Shynbuiev <[email protected]>
---------
Signed-off-by: Yurii Shynbuiev <[email protected]>1 parent 301093e commit 179d9f6
File tree
48 files changed
+3848
-27
lines changed- .github/workflows
- docker/prism-test
- docs/cardano
- e2e/src/it/scala/io/iohk/atala/prism/e2e
- project
- src
- main
- protobuf
- resources/db/migration
- scala/io/iohk/atala/prism/node
- grpc
- metrics
- models
- operations
- repositories
- daos
- services
- logs
- models
- test/scala/io/iohk/atala/prism/node
- operations
- repositories/daos
- services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+3848
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 14 | + | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
| |||
163 | 160 | | |
164 | 161 | | |
165 | 162 | | |
166 | | - | |
167 | 163 | | |
168 | 164 | | |
169 | 165 | | |
| |||
219 | 215 | | |
220 | 216 | | |
221 | 217 | | |
222 | | - | |
223 | | - | |
| 218 | + | |
| 219 | + | |
224 | 220 | | |
225 | 221 | | |
226 | | - | |
| 222 | + | |
| 223 | + | |
227 | 224 | | |
228 | 225 | | |
229 | 226 | | |
| |||
253 | 250 | | |
254 | 251 | | |
255 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
256 | 272 | | |
257 | 273 | | |
258 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
0 commit comments