Skip to content

Commit 56c681b

Browse files
committed
Added TODOs
1 parent 3ed1c84 commit 56c681b

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

capabilities/writetarget/beholder/monitor/balance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
"github.com/smartcontractkit/chainlink-common/pkg/utils"
1313
)
1414

15+
// TODO: Move this package to a more appropriate location
1516
// ChainInfo contains the chain information (used as execution context)
1617
type ChainInfo struct {
1718
ChainFamilyName string

capabilities/writetarget/beholder/monitor/metrics.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
"github.com/smartcontractkit/chainlink-common/pkg/beholder/utils"
1313
)
1414

15+
// TODO: move to another directory / repo
1516
// Define a new gauge metric for account balance
1617
type GaugeAccBalance struct {
1718
// account_balance

capabilities/writetarget/beholder/monitor/schema.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import (
1111
"google.golang.org/protobuf/runtime/protoimpl"
1212
)
1313

14+
// TODO: move to another directory / repo
15+
1416
const (
1517
AttrKeyBeholderDataSchema = "beholder_data_schema"
1618
AttrKeyBeholderEntity = "beholder_entity"

capabilities/writetarget/beholder/monitor/schema_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func TestToSchemaPath(t *testing.T) {
3838
},
3939
{
4040
input: &registry.FeedUpdated{},
41-
expected: "/<base-path>/data-feeds/on-chain/registry/feed_updated.proto",
41+
expected: "/<base-path>/datafeeds/on-chain/registry/feed_updated.proto",
4242
},
4343
}
4444

0 commit comments

Comments
 (0)