keripy
keripy copied to clipboard
Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol
### Version 1.2.0-dev2 ### Environment Docker mcr.microsoft.com/devcontainers/python:1-3.12-bullseye, python 3.12.3, Development Container ### Expected behavior The ACDC with 2 edges should be created in a reasonable time. ### Actual behavior The...
logging.debug level logging for exceptions thrown out of processEvent, processCredential, etc.
Matter subclasses support round trippable transformation between the three CESR domains: Text (qb64), Binary (qb2) and Raw (code, raw) tuple. The Matter primitive holds the value as a (code, raw)...
Currently the interface for serializaton requires passing in primitive instance in order to serialize. However when creating the Instance the .klas variable holds the class. So it would be possible...
what to do - [ ] error - [ ] replace
The keripy config file has well known labels for config data but these are not documented anywhere: Suggest label definition in the doc strings of keri.app.configing and documented labels with...
# Registrar Backers Unlike witness backers, registrar backers have associated metadata that specifies the registry or ledger upon which the registrar backer anchors the KEL events. Originally it was proposed...
This issue tracks a question from @rubelhassan, @Arsh-Sandhu , and me. We are looking for an efficient way to discover that a particular issuer has issued or revoked credentials, and...
KERIpy 1.1.0 has a bug in the cloneCreds function where it calls cloneTvtAt. https://github.com/WebOfTrust/keripy/blob/development/src/keri/vdr/viring.py#L405 It should pass the creder.said like grant does: https://github.com/WebOfTrust/keripy/blob/development/src/keri/app/cli/commands/ipex/grant.py#L109 I will submit a PR that include...