Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add processing method for delegables escrow in Kevery #786

Merged
merged 1 commit into from
May 21, 2024

Conversation

pfeairheller
Copy link
Member

This PR adds new method Kevery.processEscrowDelegables for attempting to re-process events that require delegation. This closes #785

Signed-off-by: pfeairheller <pfeairheller@gmail.com>
@pfeairheller pfeairheller merged commit feff666 into WebOfTrust:main May 21, 2024
6 checks passed
@pfeairheller pfeairheller deleted the feat-delegables branch May 21, 2024 19:19
self.processEvent(serder=eserder, sigers=sigers, wigers=wigers, delseqner=seqner,
delsaider=saider, local=esr.local)
else:
raise MissingDelegableApprovalError()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No arguments supplied for this exception but the log messages below are expecting one argument which causes the process to crash (seen in a KERIA crash while testing WebOfTrust/keria#246).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a processing loop for delegables escrow
2 participants