Skip to content

Commit 7b691dd

Browse files
committed
Restructured code
1 parent b38a23b commit 7b691dd

38 files changed

+18
-18
lines changed
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import (
66
"github.com/stretchr/testify/assert"
77
"google.golang.org/protobuf/proto"
88

9-
"github.com/smartcontractkit/chainlink-evm/pkg/report/pb/data-feeds/on-chain/registry"
10-
wt "github.com/smartcontractkit/chainlink-evm/pkg/report/pb/platform"
11-
"github.com/smartcontractkit/chainlink-evm/pkg/report/pb/platform/on-chain/forwarder"
9+
"github.com/smartcontractkit/chainlink-evm/pkg/monitoring/pb/data-feeds/on-chain/registry"
10+
wt "github.com/smartcontractkit/chainlink-evm/pkg/monitoring/pb/platform"
11+
"github.com/smartcontractkit/chainlink-evm/pkg/monitoring/pb/platform/on-chain/forwarder"
1212
)
1313

1414
func TestToSchemaPath(t *testing.T) {

pkg/report/pb/data-feeds/on-chain/registry/decode.go renamed to pkg/monitoring/pb/data-feeds/on-chain/registry/decode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"math"
66
"math/big"
77

8-
wt_msg "github.com/smartcontractkit/chainlink-evm/pkg/report/pb/platform"
8+
wt_msg "github.com/smartcontractkit/chainlink-evm/pkg/monitoring/pb/platform"
99
"github.com/smartcontractkit/chainlink-evm/pkg/report/platform"
1010

1111
"github.com/smartcontractkit/chainlink-evm/pkg/report/datafeeds"

pkg/report/pb/data-feeds/on-chain/registry/decode_test.go renamed to pkg/monitoring/pb/data-feeds/on-chain/registry/decode_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88

99
"github.com/stretchr/testify/require"
1010

11+
wt_msg "github.com/smartcontractkit/chainlink-evm/pkg/monitoring/pb/platform"
1112
"github.com/smartcontractkit/chainlink-evm/pkg/report/datafeeds"
12-
wt_msg "github.com/smartcontractkit/chainlink-evm/pkg/report/pb/platform"
1313
"github.com/smartcontractkit/chainlink-evm/pkg/report/platform"
1414
)
1515

pkg/report/pb/data-feeds/on-chain/registry/feed_updated.pb.go renamed to pkg/monitoring/pb/data-feeds/on-chain/registry/feed_updated.pb.go

File renamed without changes.

pkg/report/pb/data-feeds/on-chain/registry/feed_updated.proto renamed to pkg/monitoring/pb/data-feeds/on-chain/registry/feed_updated.proto

File renamed without changes.

0 commit comments

Comments
 (0)