WebOfTrust / keripy

Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol
https://keripy.readthedocs.io/en/latest/
Apache License 2.0
60 stars 55 forks source link

2 fixes for delegation: #844

Closed pfeairheller closed 3 months ago

pfeairheller commented 3 months ago

These changes close #842 by allowing for a witness to return a KEL for a delegated AID without the AES couple for approved events and without the delegator's KEL.

This is the expected behavior for a witness as it should not be assumed that a witness perform watcher functionality. Any validator will have to be introduced to the delegator or OOBI with the delegator before validating the KEL of the delegate.

SmithSamuelM commented 3 months ago

@pfeairheller With a quick read I don't think this quite fixes everything its close but it may introduce another problem. I will have a closer look.