Integration: compare to reference_db after all cycles, better cancelation, add to makefile (#733)
* cmp to reference db if --reference_chaindata provided * graceful shutdown * add ./cmd/integration to makefile * add interruption support for different stages * don't compare errors directly
Showing
- Makefile 6 additions, 1 deletionMakefile
- cmd/integration/refetence_db.go 0 additions, 0 deletionscmd/integration/refetence_db.go
- cmd/integration/state_stages.go 16 additions, 9 deletionscmd/integration/state_stages.go
- core/generate_index.go 4 additions, 6 deletionscore/generate_index.go
- core/state/database.go 2 additions, 1 deletioncore/state/database.go
- core/state/db_state_reader.go 10 additions, 10 deletionscore/state/db_state_reader.go
- core/state/plain_state_reader.go 11 additions, 14 deletionscore/state/plain_state_reader.go
- eth/stagedsync/stage.go 1 addition, 1 deletioneth/stagedsync/stage.go
- eth/stagedsync/stage_hashstate.go 0 additions, 4 deletionseth/stagedsync/stage_hashstate.go
- eth/stagedsync/stage_interhashes.go 11 additions, 4 deletionseth/stagedsync/stage_interhashes.go
- eth/stagedsync/stage_senders.go 15 additions, 15 deletionseth/stagedsync/stage_senders.go
- eth/stagedsync/stage_txlookup.go 4 additions, 0 deletionseth/stagedsync/stage_txlookup.go
- eth/stagedsync/stages/stages.go 3 additions, 2 deletionseth/stagedsync/stages/stages.go
- eth/stagedsync/state.go 19 additions, 20 deletionseth/stagedsync/state.go
- eth/stagedsync/state_test.go 1 addition, 1 deletioneth/stagedsync/state_test.go
Loading
Please register or sign in to comment