From fe3950c62f4d8ca738c7f4e2ff77b53700e3f1c2 Mon Sep 17 00:00:00 2001 From: yingying Date: Tue, 13 Aug 2024 18:29:37 +0800 Subject: [PATCH] Update event.md --- docs/architecture/event.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/architecture/event.md b/docs/architecture/event.md index 47f327b1..86ed7a97 100644 --- a/docs/architecture/event.md +++ b/docs/architecture/event.md @@ -77,7 +77,8 @@ contractTopics: contract topics list ``` !!! note - Historical data query is not supported. + 1. Historical data query is not supported. + 2. When subscribing to non-solidified events, be sure to use the two parameters `blockNumber` and `blockHash` as the criteria to verify that the received events are valid. In special cases such as unstable network connections causing chain reorg, event reorg may occur as well, resulting in stale events. ### New Features