m-ld / m-ld-js

m-ld Javascript engine
https://js.m-ld.org
MIT License
37 stars 2 forks source link

Op concurrent with agreement may fail signature verification #132

Closed gsvarovsky closed 1 year ago

gsvarovsky commented 1 year ago

If an operation arrives for which the principal has been removed from the domain by agreement, the correct behaviour is to ignore the message in the same way as for any other op concurrent with an agreement.

At present, the signature validation fails, causing the clone to shut down (normal behaviour to avoid divergence).