keripy
keripy copied to clipboard
Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol
### Feature request description/rationale New delegation logic places events that require delegation approval by a local AID into the new delegables escrow. We need a `processDelegablesEscrow` method to loop over...
### Feature request description/rationale Writing a keripy listener to support HealthKERI plugin functionality. - Unlock a local hab and return true or false - List identifiers in a given, unlocked...
Currently the `.qnfs` sub db uses the "legacy" 😬 approach of creating a `Baser` property and adding methods to `Baser` The sub db created here: https://github.com/WebOfTrust/keripy/blob/ce3c235faf9aa99580ee49dcd3c6b36f27c5fdd7/src/keri/db/basing.py#L997 The additional functionality added...
Updated usages and removed db specific methods. Added test_query_not_found_escrow to test_querying.py
### Feature request description/rationale Events in .evts may be in escrow or may be duplicitous etc. In other words they are not guaranteed to have been validated and accepted as...
### Feature request description/rationale [It has been reported that witnesses for an identifier can become unresponsive to OOBI requests](https://github.com/WebOfTrust/keria/issues/235) if the witness is missing the delegator KEL information. [KERIpy has...
### Feature request description/rationale Currently source seal couples can be used to percolate the less expensive validation of an event that is bound or anchored in some KEL. The two...
### Update Kevery API to Include Optional Timeout Values for Escrows
My last issue (#825) was marked as completed here as it could have been linked to the did:webs implementation, and I cannot reopen and add to it. After more research...
For example, right now we have `1.2.0-dev11` for x86/x64 but `1.2.0-dev11-arm64` for arm. It would be better if we can have the same tag name for all architectures. I believe...