add blockhashes stage (#862)
* add blockhashes stage * unwindOrder specified * fixed typo * added common.copybytes * fixed little typo * better progress * better progress * refactoring with etl * added blockhashes to disabled stages in cmd/integration * added migraations * fixed go.mod * better migrations * rename unwind * simplified migrations * added onloadcommit
Showing
- cmd/integration/commands/reset_state.go 1 addition, 1 deletioncmd/integration/commands/reset_state.go
- cmd/integration/commands/state_stages.go 1 addition, 1 deletioncmd/integration/commands/state_stages.go
- eth/downloader/downloader.go 7 additions, 1 deletioneth/downloader/downloader.go
- eth/stagedsync/stage_blockhashes.go 49 additions, 0 deletionseth/stagedsync/stage_blockhashes.go
- eth/stagedsync/stage_blockhashes_test.go 35 additions, 0 deletionseth/stagedsync/stage_blockhashes_test.go
- eth/stagedsync/stage_headers.go 15 additions, 3 deletionseth/stagedsync/stage_headers.go
- eth/stagedsync/stagedsync.go 11 additions, 1 deletioneth/stagedsync/stagedsync.go
- eth/stagedsync/stages/stages.go 2 additions, 0 deletionseth/stagedsync/stages/stages.go
- migrations/migrations.go 3 additions, 0 deletionsmigrations/migrations.go
- migrations/stagedsync_to_use_stage_blockhashes.go 51 additions, 0 deletionsmigrations/stagedsync_to_use_stage_blockhashes.go
- migrations/stagedsync_to_use_stage_blockhashes_test.go 46 additions, 0 deletionsmigrations/stagedsync_to_use_stage_blockhashes_test.go
Loading
Please register or sign in to comment