move staged sync to tx (#1897)
Showing
- cmd/headers/download/downloader.go 5 additions, 5 deletionscmd/headers/download/downloader.go
- cmd/integration/commands/snapshot_check.go 38 additions, 24 deletionscmd/integration/commands/snapshot_check.go
- cmd/integration/commands/stages.go 32 additions, 69 deletionscmd/integration/commands/stages.go
- cmd/integration/commands/state_stages.go 26 additions, 26 deletionscmd/integration/commands/state_stages.go
- cmd/tgcustom/main.go 6 additions, 6 deletionscmd/tgcustom/main.go
- eth/backend.go 4 additions, 6 deletionseth/backend.go
- eth/downloader/downloader.go 42 additions, 40 deletionseth/downloader/downloader.go
- eth/downloader/downloader_stagedsync.go 1 addition, 1 deletioneth/downloader/downloader_stagedsync.go
- eth/stagedsync/all_stages.go 43 additions, 124 deletionseth/stagedsync/all_stages.go
- eth/stagedsync/replacement_stages.go 35 additions, 137 deletionseth/stagedsync/replacement_stages.go
- eth/stagedsync/stage.go 2 additions, 2 deletionseth/stagedsync/stage.go
- eth/stagedsync/stage_blockhashes.go 15 additions, 3 deletionseth/stagedsync/stage_blockhashes.go
- eth/stagedsync/stage_blockhashes_test.go 5 additions, 8 deletionseth/stagedsync/stage_blockhashes_test.go
- eth/stagedsync/stage_bodies_snapshot.go 1 addition, 1 deletioneth/stagedsync/stage_bodies_snapshot.go
- eth/stagedsync/stage_finish.go 65 additions, 15 deletionseth/stagedsync/stage_finish.go
- eth/stagedsync/stage_headers_new.go 2 additions, 3 deletionseth/stagedsync/stage_headers_new.go
- eth/stagedsync/stage_headers_snapshot.go 40 additions, 6 deletionseth/stagedsync/stage_headers_snapshot.go
- eth/stagedsync/stage_interhashes.go 1 addition, 1 deletioneth/stagedsync/stage_interhashes.go
- eth/stagedsync/stage_state_snapshot.go 25 additions, 2 deletionseth/stagedsync/stage_state_snapshot.go
- eth/stagedsync/stagebuilder.go 96 additions, 162 deletionseth/stagedsync/stagebuilder.go
Loading
Please register or sign in to comment