Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring back ArbitrumLegacy receipt reading for logs
Classic (pre-Nitro) receipts are stored as arbLegacyStoredReceiptRLPs. We had removed reading of them for serving ReadLogs by mistake when merging in upstream geth changes to remove their legacy receipt format. This change adds the code path back in that will trigger ReceiptForStorage.DecodeRLP, which first tries the new stored receipt format and then uses the Arbitrum legacy format, when reading logs.
- Loading branch information