erigon-pulse/consensus/ethash
ledgerwatch 0fb37c807e
Introduce intermediate hashes stage (#634)
* Query progress

* Run stage4 offline

* More thorough resetState

* Correct BlockNumber

* Fix formatting

* State loop

* do every 200k blocks

* Shift to 6.6m

* Close dbs in tests

* Stage2 with option of no reset

* every 100k blocks

* Reset state before stage5

* Introduce another stage

* Check compile errors

* Fix linter

* Fix linter

* Disable unreliable test

* Fix test

* Remove unreachable code
2020-06-07 09:56:46 +01:00
..
algorithm_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +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 Prevent slice make and copy in Pushes (#625) 2020-06-05 19:46:34 +03:00
ethash_test.go Refactor mining. Remove a few mining goroutines (#338) 2020-02-03 15:02:26 +03:00
ethash.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
sealer_test.go Introduce intermediate hashes stage (#634) 2020-06-07 09:56:46 +01:00
sealer.go Refactor mining. Remove a few mining goroutines (#338) 2020-02-03 15:02:26 +03:00