-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: skipped events in historical to realtime handoff (#1421)
* remove refetch finalized block * remove extra cache logic * fix: skipped events in historical to realtime handoff * rename * Revert "remove refetch finalized block" This reverts commit c41c502. * Revert "remove extra cache logic" This reverts commit da0204e. * Update index.ts * lint --------- Co-authored-by: Kevin <[email protected]>
- Loading branch information
1 parent
85c9b32
commit de4b398
Showing
3 changed files
with
82 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"ponder": patch | ||
--- | ||
|
||
Fixed a bug where events between the historical backfill and live indexing were skipped. This does not affect the rpc cache. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters