You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: 'eth-rpc: skip receipt extraction for finalized blocks already processed as
2
+
best'
3
+
doc:
4
+
- audience: Runtime Dev
5
+
description: |-
6
+
### Motivation
7
+
Both the best and finalized block subscriptions extract receipts independently, so every block is processed twice. This skips redundant extraction on the finalized path when the block was already handled by the best block subscription.
8
+
9
+
### Summary
10
+
- Skip redundant receipt extraction on finalized blocks already processed by the best block subscription
11
+
- Read logs from DB for skipped blocks only when log subscribers exist
0 commit comments