turbo-api: add a plug-in mechanism for possible Bloom and other filters (#1229)
* Add a convenience method to replace stages * allow more parameters to the execution function * add a plug-in point for stuff like bloom filters, etc * add comments * fixups
Showing
- cmd/integration/commands/stages.go 10 additions, 1 deletioncmd/integration/commands/stages.go
- cmd/integration/commands/state_stages.go 11 additions, 1 deletioncmd/integration/commands/state_stages.go
- cmd/tg/main.go 1 addition, 0 deletionscmd/tg/main.go
- cmd/tgcustom/main.go 8 additions, 0 deletionscmd/tgcustom/main.go
- eth/downloader/downloader_stagedsync_test.go 1 addition, 0 deletionseth/downloader/downloader_stagedsync_test.go
- eth/handler.go 1 addition, 1 deletioneth/handler.go
- eth/stagedsync/all_stages.go 1 addition, 1 deletioneth/stagedsync/all_stages.go
- eth/stagedsync/stage_execute.go 25 additions, 10 deletionseth/stagedsync/stage_execute.go
- eth/stagedsync/stagebuilder.go 41 additions, 7 deletionseth/stagedsync/stagebuilder.go
- eth/stagedsync/stagedsync.go 36 additions, 17 deletionseth/stagedsync/stagedsync.go
Loading
Please register or sign in to comment