Skip to content

Commit

Permalink
Merge branch 'feature/erigon-live-tracer-hook-port' into feat/firehos…
Browse files Browse the repository at this point in the history
…e-live-tracer-hook
  • Loading branch information
dhyaniarun1993 committed May 9, 2024
2 parents 2c0fdc3 + 01c4579 commit 31d261f
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 22 deletions.
2 changes: 1 addition & 1 deletion cmd/silkworm_api/snapshot_idx.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func FindIf(segments []snaptype.FileInfo, predicate func(snaptype.FileInfo) bool
}

func buildIndex(cliCtx *cli.Context, dataDir string, snapshotPaths []string, minBlock uint64) error {
logger, _, _, err := debug.Setup(cliCtx, true /* rootLogger */)
logger, _, _, _, err := debug.Setup(cliCtx, true /* rootLogger */)
if err != nil {
return err
}
Expand Down
287 changes: 266 additions & 21 deletions consensus/chain_header_reader_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31d261f

Please sign in to comment.