cardano-foundation / cf-cardano-ballot

Cardano Ballot is a user-friendly, hybrid on- and off-chain voting system developed by the Cardano Foundation. Cardano Ballot leverages a set of backend services combined with frontend applications to facilitate voting within the Cardano Ecosystem.
Mozilla Public License 2.0
19 stars 1 forks source link

feat: cleaner GET interface for KERI verifier service #546

Closed iFergal closed 4 months ago

iFergal commented 4 months ago

Removes bodies from GET interfaces in place of path and query params. The OOBI should be URI encoded before passing as a param.

Also added missing unit tests for the key state update endpoints (for key rotation).

https://cardanofoundation.atlassian.net/browse/DTIS-961 https://cardanofoundation.atlassian.net/browse/DTIS-1014