erigon-pulse/consensus/ethash
gary rong 7b664b8c51 core, miner: remove PostChainEvents (#19396)
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.
2019-12-09 12:17:48 +01:00
..
algorithm_test.go consensus/ethash: refactor remote sealer (#20335) 2019-12-09 12:12:12 +01:00
algorithm.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
api.go consensus/ethash: refactor remote sealer (#20335) 2019-12-09 12:12:12 +01:00
consensus_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
consensus.go consensus: fix possessives in comments. (#20209) 2019-12-03 13:02:57 +01:00
ethash_test.go travis: enable test suite on ARM64 (#20219) 2019-12-03 13:24:34 +01:00
ethash.go core, miner: remove PostChainEvents (#19396) 2019-12-09 12:17:48 +01:00
sealer_test.go consensus/ethash: refactor remote sealer (#20335) 2019-12-09 12:12:12 +01:00
sealer.go consensus/ethash: refactor remote sealer (#20335) 2019-12-09 12:12:12 +01:00