Skip to content

Commit

Permalink
fix status verification
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <[email protected]>
  • Loading branch information
F-Node-Karlsruhe committed Jun 13, 2024
1 parent 6f2168c commit f1dac81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ VC Verifier Changelog
WIP
---

- fix status verification for SD


1.7.7 (2023-11-21)
---
Expand Down
3 changes: 3 additions & 0 deletions api/src/services/verifier/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ function getSuites(proof: Proof | Proof[]): unknown[] {
suites = [getSuite(proof)]
}

// always for status verification
suites.push(new Ed25519Signature2020())

return suites;

}
Expand Down

0 comments on commit f1dac81

Please sign in to comment.