Skip to content

Commit

Permalink
Merge pull request #2715 from filecoin-project/schomatis/blocksync/re…
Browse files Browse the repository at this point in the history
…view

Rewrite internal logic of block sync client
  • Loading branch information
magik6k authored Aug 6, 2020
2 parents 9842075 + 7216363 commit e2d5451
Show file tree
Hide file tree
Showing 15 changed files with 1,445 additions and 1,205 deletions.
2 changes: 1 addition & 1 deletion build/clock.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import "github.com/raulk/clock"
// we use a real-time clock, which maps to the `time` package.
//
// Tests that need control of time can replace this variable with
// clock.NewMock().
// clock.NewMock(). Always use real time for socket/stream deadlines.
var Clock = clock.New()
276 changes: 0 additions & 276 deletions chain/blocksync/blocksync.go

This file was deleted.

Loading

0 comments on commit e2d5451

Please sign in to comment.