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
I think the easiest way to fix this is to tweak the EthereumJSONRPC.Log.entry_to_elixir function to ignore the blockTime field. This should be a loom specific tweak, so maybe need to put this override in apps\ethereum_jsonrpc\lib\ethereum_jsonrpc\loom\logs.ex and then figure out how to get use it instead of the default implementation.
The text was updated successfully, but these errors were encountered:
Loom chains have a non-standard
blockTime
field on the logs returned byeth_getLogs
(and in receipts), this seems to trip up the indexer:I think the easiest way to fix this is to tweak the
EthereumJSONRPC.Log.entry_to_elixir
function to ignore theblockTime
field. This should be a loom specific tweak, so maybe need to put this override inapps\ethereum_jsonrpc\lib\ethereum_jsonrpc\loom\logs.ex
and then figure out how to get use it instead of the default implementation.The text was updated successfully, but these errors were encountered: