-
- Downloads
integration: fix problem with interruption (#743)
* store stageData correctly * integration: use State of sync, use stage data, don't skip persistent steps even if they complete before interruption * reset_state: clear unwind stages info * stage4: stop where previous stage stopped, print to logs digits which represent what exactly is in DB, rename variable 'nextBlockNumber' to 'stateProgress' * rebase to master * simplify chainconfig * try increase sleep time on ci * try increase sleep time on ci * try increase sleep time on ci * try increase sleep time on ci
Showing
- cmd/integration/commands/reset_state.go 30 additions, 3 deletionscmd/integration/commands/reset_state.go
- cmd/integration/commands/stages.go 57 additions, 21 deletionscmd/integration/commands/stages.go
- cmd/integration/commands/state_stages.go 48 additions, 85 deletionscmd/integration/commands/state_stages.go
- eth/downloader/downloader.go 1 addition, 0 deletionseth/downloader/downloader.go
- eth/stagedsync/stage_execute.go 29 additions, 20 deletionseth/stagedsync/stage_execute.go
- eth/stagedsync/stage_interhashes.go 5 additions, 46 deletionseth/stagedsync/stage_interhashes.go
- eth/stagedsync/stage_senders.go 17 additions, 20 deletionseth/stagedsync/stage_senders.go
- eth/stagedsync/stagedsync.go 3 additions, 2 deletionseth/stagedsync/stagedsync.go
- eth/stagedsync/state.go 82 additions, 32 deletionseth/stagedsync/state.go
- eth/stagedsync/unwind.go 17 additions, 5 deletionseth/stagedsync/unwind.go
- eth/stagedsync/unwind_test.go 3 additions, 3 deletionseth/stagedsync/unwind_test.go
Loading
Please register or sign in to comment