Skip to content

Commit

Permalink
remove v1 and v2 blocksync protocol impementations (tendermint#9146)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters authored Aug 2, 2022
1 parent eb762cf commit 4206a0e
Show file tree
Hide file tree
Showing 38 changed files with 78 additions and 9,718 deletions.
42 changes: 0 additions & 42 deletions behavior/doc.go

This file was deleted.

49 changes: 0 additions & 49 deletions behavior/peer_behavior.go

This file was deleted.

86 changes: 0 additions & 86 deletions behavior/reporter.go

This file was deleted.

205 changes: 0 additions & 205 deletions behavior/reporter_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion blockchain/v0/pool.go → blockchain/pool.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v0
package blockchain

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion blockchain/v0/pool_test.go → blockchain/pool_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v0
package blockchain

import (
"fmt"
Expand Down
Loading

0 comments on commit 4206a0e

Please sign in to comment.