Problem
geth 1.16.0 updated eth_getLogs and other methods to return receipt for logs containing the blockTimestamp info, as proposed by this PR.
Solution
- Upgrade the relay to comply with the new logs receipt format
Affected methods:
- eth_getLogs
- eth_getTransactionReceipt
- eth_getBlockReceipt
- eth_getFilterLogs
- eth_getFilterChanges
Alternatives
No response