mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-09 22:25:44 +00:00
e17d8ddbeb
Added PutBlockReceipts; storing receipts by blocks. Eventually this will require pruning during some cleanup cycle. During forks the receipts by block are used to get the new canonical receipts and transactions. This PR fixes #1473 by rewriting transactions and receipts from the point of where the fork occured.