2023 December 14
Action Items
Get Proven Core runningFinish WS API split
Get it compiled
Make a Dockerfile
Migrations Flattening? Or copy-paste old?
Docker env's
Daniel Bluhm changed a year agoEdit mode Like Bookmark
Ubuntu-20.04 upgrade
Finalizing branch comparison work between main/stable
Clean up issues and PRs on Indy repos
https://github.com/hyperledger/indy-node29 issues, 5 open PRs
https://github.com/hyperledger/indy-plenum
20 issues
CharHowland changed 2 years agoView mode Like Bookmark
With respect to revocation in the AnonCreds implementation in ACA-Py
Register a revocation registry definition
Endpoint: rev_reg_def_post
This endpoint calls init_issuer_registry(), which constructs an IssuerRevRegRecord, storing
new_with_id (Boolean)
record_id
cred_def_id
CharHowland changed 2 years agoView mode Like Bookmark
The purpose of this script is to migrate an ACA-Py wallet from the Indy-SDK format to the Aries Askar format. The transition from Indy-SDK to Askar for storage is part of the larger project to eliminate the Indy-SDK in favor of shared components.
Prerequisites
Upgrade PostgreSQL wallet database to >= PostgreSQL 11
Backup data (there are destructive actions in the migration script)
Upgrade Python version to >= v3.9
Install
poetry install
poetry shell
CharHowland changed 2 years agoView mode Like Bookmark
Error: Cannot connect via public DID that has no associated DIDComm services
ACA-Py Branch: https://github.com/Indicio-tech/aries-cloudagent-python/tree/feature/0.7.4-ssl-public-did
Changed the pydid entry in requirements.txt to pydid@git+https://github.com/cjhowland/pydid@fix/oob-invitation-temp3
PyDID Branch: https://github.com/cjhowland/pydid/tree/fix/oob-invitation-temp3
Steps:
Start up Alice and Bob demo agents from ACA-Py
CharHowland changed 3 years agoView mode Like Bookmark