[Bug] block timestamp is None
in logs from TransactionReceipt
s
#945
Labels
bug
Something isn't working
None
in logs from TransactionReceipt
s
#945
Component
rpc
What version of Alloy are you on?
v0.1.1
Operating System
None
Describe the bug
#429 could be some related prior effort.
The
TransactionReceipt
containsLog
which has an optional u64block_timestamp
. In practice, this value has always appeared to beNone
. Is this expected?Note that the block timestamp is available within the block header.
Demo:
The text was updated successfully, but these errors were encountered: