Skip to content

Conversation

krikera
Copy link

@krikera krikera commented Jun 28, 2025

Description

Adds optional timestamp property to Log type to support Geth v1.16.0+ eth_getLogs responses that now include block timestamps.

Changes

  • Added timestamp?: number to LogParams interface
  • Updated log formatters to handle timestamp field
  • Updated Log class with timestamp property and JSON serialization

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend Log type with optional timestamp property ( from Geth eth_getLogs )
1 participant