From 2031a410e7208d5a74516ea838b9aa2fa14db55b Mon Sep 17 00:00:00 2001 From: Aarsh Shah Date: Fri, 11 Oct 2024 11:29:58 +0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Rod Vagg --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f032417097..d935047237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,7 @@ # UNRELEASED -- https://github.com/filecoin-project/lotus/pull/12585 - - Event APIs(ETH Events API and Actor Events API) should only return reverted events if client queries by block hash. - - Both event Subscibr APIs should always return reverted events to enable accurate observation of real time changes. +- Event APIs (Eth events and actor events) should only return reverted events if client queries by specific block hash / tipset. Eth and actor event subscription APIs should always return reverted events to enable accurate observation of real-time changes. ([filecoin-project/lotus#12585](https://github.com/filecoin-project/lotus/pull/12585)) ## New features