pindexer::block
panics on timestamp
#4761
Labels
needs-refinement
unclear, incomplete, or stub issue that needs work
pindexer::block
panics on timestamp
#4761
Describe the bug
As it stands, the custom app view introduced by #4713 for tracking block timestamps throws a hard error whenever it tries to extract a timestamp from a
EventBlockRoot
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should correctly extract and index timestamp events for
EventBlockRoot
events without immediately killing pindexer.Screenshots
basic stack trace with
RUST_LOG=debug
Additional context
I encountered this while finishing up changes to #4752 and have commented it out in my PR given that it will make pindexer immediately fail for anyone trying to use it or build their own indexers.
The text was updated successfully, but these errors were encountered: