mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-09 22:25:44 +00:00
29e2fb38f8
* Miners do now verify their own header, not their state. * Changed old putTx and putReceipts to be exported * Moved writing of transactions and receipts out of the block processer in to the chain manager. Closes #1386 * Miner post ChainHeadEvent & ChainEvent. Closes #1388