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

Fix failing EndRole escrow #746

Closed rodolfomiranda closed 7 months ago

rodolfomiranda commented 7 months ago

This is the same as closed (but not merged) PR #738. We are fixing a problem that happens when escrowing replay messages that authorize the EndRole of a multisig, where the EndRole got accepted but the same replay message keeps being escrowed and rejected because the date timestamp is not increasing. Since the authorization event is the same, we are validating that the compared messages are idempotent.