PyDentity
PyDentity copied to clipboard
A repository for leveraging Self-Sovereign Identity in applications
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
I tried to setup the project as described. It's a clean Ubuntu 20.4.0 machine. The whole installation process had worked fine (no errors) When I start with `./manage start` it...
## What? This is a big task. Development of the controller progressed through @lohanspies and DIDx. Code is here https://github.com/didx-xyz/aries-cloudcontroller-python Pip package is here: https://pypi.org/project/aries-cloudcontroller/ I would live to see...
## Description Fixes typo: Tutorial 1, Part 2: cred_ex_id is mistakenly wrapped in quotes, it should be a variable ## Affected Dependencies N/A ## How has this been tested? -...
## Description The aries-basic-controller library has now been extracted into it's own repo and is being developed under DIDx (@lohanspies ). The aim is to turn this into production ready...
## Description The yml files are confusing and do not allow for flexible configuration of ACA-Py startup parameters. Defining a .env file for each agent is a preferable solution. We...
## Question I was worried about the security in the AcaPy aiohttp instances and asyncio calls with the API endpoints. ## Further Information Maybe I missed it , but following...
## Description If we are working towards container implementation (docker, Kubernetes, Openshift etc.) for a good design we would need to create a class that properly kills the PODs, since...
## Description A presentation of a proof once received is left to the application to parse, checking it's status and retrieving the presented attributes. Currently, this involves having knowledge of...
## Release pipeline We currently don't really have a process for this. Whenever new features are added to the aries-basic-controller I bump the versioning as needed. We have no process...