This repository was archived by the owner on Nov 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3838 _ common.AppHandler = & network {}
3939)
4040
41- // TODO remove this interface
4241type Network interface {
4342 validators.Connector
4443 common.AppHandler
Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ import (
1212 "testing"
1313 "time"
1414
15- ethcommon "github.com/ethereum/go-ethereum/common"
16- "github.com/prometheus/client_golang/prometheus"
17-
1815 "github.com/ava-labs/avalanchego/network/p2p"
1916 "github.com/ava-labs/avalanchego/snow/engine/common"
2017 "github.com/ava-labs/avalanchego/utils/logging"
2118 "github.com/ava-labs/avalanchego/utils/set"
19+ ethcommon "github.com/ethereum/go-ethereum/common"
20+ "github.com/prometheus/client_golang/prometheus"
2221
2322 "github.com/ava-labs/coreth/plugin/evm/message"
2423
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ import (
1010 "testing"
1111 "time"
1212
13- "github.com/prometheus/client_golang/prometheus"
14- "github.com/stretchr/testify/require"
15-
1613 "github.com/ava-labs/avalanchego/ids"
1714 "github.com/ava-labs/avalanchego/network/p2p"
1815 "github.com/ava-labs/avalanchego/network/p2p/gossip"
@@ -23,6 +20,8 @@ import (
2320 "github.com/ava-labs/avalanchego/utils/crypto/secp256k1"
2421 "github.com/ava-labs/avalanchego/utils/logging"
2522 "github.com/ava-labs/avalanchego/utils/set"
23+ "github.com/prometheus/client_golang/prometheus"
24+ "github.com/stretchr/testify/require"
2625
2726 "google.golang.org/protobuf/proto"
2827
You can’t perform that action at this time.
0 commit comments