Remove stage builder and use ID's in unwindOrder (#2381)
Showing
- cmd/hack/hack.go 4 additions, 4 deletionscmd/hack/hack.go
- cmd/integration/commands/snapshot_check.go 3 additions, 5 deletionscmd/integration/commands/snapshot_check.go
- cmd/integration/commands/stages.go 27 additions, 33 deletionscmd/integration/commands/stages.go
- cmd/integration/commands/state_stages.go 18 additions, 20 deletionscmd/integration/commands/state_stages.go
- eth/backend.go 2 additions, 2 deletionseth/backend.go
- eth/fetcher/tx_fetcher.go 5 additions, 5 deletionseth/fetcher/tx_fetcher.go
- eth/integrity/trie.go 3 additions, 1 deletioneth/integrity/trie.go
- eth/stagedsync/default_stages.go 176 additions, 248 deletionseth/stagedsync/default_stages.go
- eth/stagedsync/stage.go 7 additions, 9 deletionseth/stagedsync/stage.go
- eth/stagedsync/stage_bodies_snapshot.go 3 additions, 3 deletionseth/stagedsync/stage_bodies_snapshot.go
- eth/stagedsync/stage_execute.go 4 additions, 2 deletionseth/stagedsync/stage_execute.go
- eth/stagedsync/stage_execute_test.go 13 additions, 9 deletionseth/stagedsync/stage_execute_test.go
- eth/stagedsync/stage_hashstate.go 5 additions, 5 deletionseth/stagedsync/stage_hashstate.go
- eth/stagedsync/stage_headers_snapshot.go 6 additions, 6 deletionseth/stagedsync/stage_headers_snapshot.go
- eth/stagedsync/stage_interhashes.go 4 additions, 2 deletionseth/stagedsync/stage_interhashes.go
- eth/stagedsync/stage_senders.go 2 additions, 1 deletioneth/stagedsync/stage_senders.go
- eth/stagedsync/stage_senders_test.go 3 additions, 1 deletioneth/stagedsync/stage_senders_test.go
- eth/stagedsync/stagebuilder.go 35 additions, 114 deletionseth/stagedsync/stagebuilder.go
- eth/stagedsync/stagedsync.go 14 additions, 50 deletionseth/stagedsync/stagedsync.go
- eth/stagedsync/state.go 14 additions, 14 deletionseth/stagedsync/state.go
Loading
Please register or sign in to comment