mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-15 08:17:02 +00:00
This change: - removes the PostChainEvents method on core.BlockChain. - sorts 'removed log' events by block number. - fire the NewChainHead event if we inject a canonical block into the chain even if the entire insertion is not successful. - guarantees correct event ordering in all cases.