Tipset Event Cache should react to chain reorgs
Open
- Dominant language
- Rust
- Stars
- 697
- Forks
- 200
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 65
Description
> These differences between Valid (Forest) and Rejected (Lotus) are likely due to the lack of proper chain reorg support on our side (we should delete corresponding entries of forest `event_cache` when a chain reorg is happening).
_Originally posted by @elmattic in [#5006](https://github.com/ChainSafe/forest/issues/5006#issuecomment-2548438171)_
Currently, we don't see the issue materialize because of the way we are testing the API using snapshots. However, it will affect us on a live RPC provider node.
Contributor guide
Assessment
This issue has not been assessed yet.