Skip to content

Commit

Permalink
refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
NagaTulasi committed Sep 23, 2024
1 parent b6dd4a0 commit 4873ef7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 179 deletions.
40 changes: 0 additions & 40 deletions keeper/collections.go

This file was deleted.

18 changes: 0 additions & 18 deletions relayer/availclient.go

This file was deleted.

61 changes: 0 additions & 61 deletions relayer/init_test.go

This file was deleted.

52 changes: 0 additions & 52 deletions relayer/process.go

This file was deleted.

10 changes: 2 additions & 8 deletions relayer/relayer.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package relayer

import (
"time"

"cosmossdk.io/log"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/codec"
Expand All @@ -15,13 +13,9 @@ import (
type Relayer struct {
Logger log.Logger

provenHeights chan int64
latestProvenHeight int64

commitHeights chan int64
latestCommitHeight int64
provenHeights chan int64

pollInterval time.Duration
commitHeights chan int64

submittedBlocksCache map[int64]bool

Expand Down

0 comments on commit 4873ef7

Please sign in to comment.