erigon-pulse/eth/downloader
ledgerwatch a09547e822
Truncate history index after reorgs (#492)
* Refactor RewindData

* Add cpu profile

* Index truncation

* Fix compile

* Fix linter

* Fix linter

* Fix tests

* Create test

* Remove Remove

* Clarifying comment
2020-04-28 06:36:33 +01:00
..
api.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
downloader_test.go Add "execute blocks" stage to the staged sync. (#486) 2020-04-26 17:02:38 +01:00
downloader.go Add "execute blocks" stage to the staged sync. (#486) 2020-04-26 17:02:38 +01:00
events.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
fakepeer.go FakePeer - reduce interface size 2019-12-13 09:56:30 +06:00
metrics.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
modes.go Introduce staged sync (#482) 2020-04-24 17:57:43 +01:00
peer.go core, eth: implement eth/65 transaction fetcher 2020-02-27 17:21:20 +03:00
queue.go Fix canonical hashes in staged bodies sync (#487) 2020-04-26 22:58:26 +01:00
stagedsync_downloader.go Staged Sync: check trie root hash stage (#490) 2020-04-27 16:27:37 +03:00
stagedsync_stage_bodies.go Fix canonical hashes in staged bodies sync (#487) 2020-04-26 22:58:26 +01:00
stagedsync_stage_execute.go Truncate history index after reorgs (#492) 2020-04-28 06:36:33 +01:00
stagedsync_stage_hashcheck.go Staged Sync: check trie root hash stage (#490) 2020-04-27 16:27:37 +03:00
stagedsync_stages.go Staged Sync: check trie root hash stage (#490) 2020-04-27 16:27:37 +03:00
testchain_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
types.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00