keripy
keripy copied to clipboard
Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol
# TriatCodex Need to be consistent. Backers go away in Registrars. But vdr/eventing is using the TraitCodex but it means something else entirely in a TEL Registry versus a KEL....
## Description Basically what's in the title. If I run the `test_scripts.sh` file according to the `README.md` file in the demo directory I get weird oobi type errors for the...
I believe we need to change the verification code for ACDCs in KERIpy ASAP because what we do now is not adequate. For example, it does not persist a credential...
When we run a scan with `trivy` on the images: - gleif/did-webs-resolver-service:latest - gleif/did-keri-resolver-service:latest we get a long list of security issues mostly related to `alpine 3.16.0` and a few...
How to reproduce the error: Try to run multiple witnesses on the same port.
Use the LICENSE.md file from WebOfTrust/ietf-keri as a basis for a file here (removing references to IETF) to add clarity to the LICENSE file here.
Every kli command needs a --verbose (or similar) option that can increase the output of logging. We should consider adding a global configuration file (perhaps for Agent too) that allows...
In order to support TLS termination at the witness we need to expose the following options on the `kli witness start` command: - `--keypath` - `--certpath` - `--cafilepath` As these...
Currently `curls` are set-up in a config file that is read only once at the initial creation of the agent. We need a method to update those endpoints later on.
When `keri.db.basing` is imported, I get the following error message. `ImportError: cannot import name 'KeyStateRecord' from partially initialized module 'keri.db.basing' (most likely due to a circular import) (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/keri/db/basing.py)` This is...