From 96d306234161dd424288e34557b3f54d260fc388 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 25 Jun 2024 21:13:40 +1000 Subject: [PATCH] chore: docs: add changelog upgrade warning for events db migration (#12145) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f951c15f3..b247713b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ # UNRELEASED +## ☢️ Upgrade Warnings ☢️ + +- This Lotus release includes some correctness improvements to the events subsystem, impacting RPC APIs including `GetActorEventsRaw`, `SubscribeActorEventsRaw`, `eth_getLogs` and the `eth` filter APIs. Part of these improvements involve an events database migration that may take some time to complete on nodes with extensive event databases. See [filecoin-project/lotus#12080](https://github.com/filecoin-project/lotus/pull/12080) for details. + ## New features + - feat: Add trace transaction API supporting RPC method `trace_transaction` ([filecoin-project/lotus#12068](https://github.com/filecoin-project/lotus/pull/12068)) ## Improvements