Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduce holder capabilities (#113)
* feat init agetn_holder * feat: add `HolderState` * feat: add Holder functionality to `agent_store` and `agent_api_rest` * feat: add Holder functionality to Event Publisher * feat: add `SendCredentialOffer` to `agent_verification` * feat: add `/offers/send` issuance endpoint to `agent_api_rest` * fix: remove incorrect Content Type * feat: add `Status` enum * feat: add REST API for Holder * feat: add `AllOffersView` * feat: add Holder views to `init.sql` * fix: fix `OfferView` update * feat: add credentials endpoint for Holder * refactor: refactor Router * test: refactor test framework * refactor: deprecate `path` closure * refactor: remove unused dependencies * style: add clippy exception * build: bump oid4vc dependencies * refactor: move all `CustomQuery` logic to `agent_shared` * fix: add Into<SubjectSyntaxType> for SupportedDidMethod * fix: return 200 OK when list is empty * refactor: clean up code * fix: Fix error handling for the Offer aggregate * fix: add error handling for to Offer aggregate * refactor: apply clippy suggestion * test: update Postman Collection * feat: add Events to `config.rs` * docs: add new Holder events to `agent_event_publisher_http` documentation * style: use consistent nameing for `View` variables * style: sort dependencies * fix: fix typo's * refactor: rephrase comment * fix: add `warn` log message instead of returning Error
- Loading branch information