Releases: openwallet-foundation/acapy-endorser-service
Releases · openwallet-foundation/acapy-endorser-service
1.0.0
This is the first official release of the acapy-endorser-service
. The only released artifact is the image for the endorser controller
, however to deploy the service it is required to also have a database, ACA-Py agent and wallet - see the docker/docker-compose.yml
file for a reference of the services and how they are wired-up together.
Features
The first release of the acapy-endorser-service
supports the following features:
- Accepting connections and configuring endorsement rules on a per-connection basis to reject, auto approve or wait for input when an endorsement request is received. Connections must be accepted by an admin using the API.
- Approval/rejection of transaction endorsement based on a transaction id.
- Configuring rules to handle endorsement requests automatically based on configurations. Configurations can be set individually, or using configuration files containing allow lists for public DIDs, schemas and credential definitions. Please refer to the readme for details on configuration settings and more.
Contributors
Thank you to all the contributors who worked to make this first release possible