From e3aa6bba4dbe72e08afbf62e4e27fd0010f2469c Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Wed, 29 Nov 2023 14:00:44 +0300 Subject: [PATCH] docs: add ordering guarantees for notary request events Signed-off-by: Anna Shaleva --- docs/notifications.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/notifications.md b/docs/notifications.md index dc31cbd12..41f2ada90 100644 --- a/docs/notifications.md +++ b/docs/notifications.md @@ -41,6 +41,10 @@ Filters use conjunctional logic. they're in the block. After all in-block transactions announcements PostPersist script execution is announced followed by notifications generated during the script execution. Finally, block announcement is followed. + * notary request events announcements are not bound to the chain processing. + Trigger for notary request notifications is notary request mempool content + change, thus, notary request event is announced every time notary request + enters or leaves notary pool. * unsubscription may not cancel pending, but not yet sent events ## Subscription management