Skip to content

Commit cec9228

Browse files
committed
cre-1601: rename plugin to ring
1 parent 0553e74 commit cec9228

16 files changed

+133
-133
lines changed

pkg/types/plugin.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ const (
99
OCR2VRF OCR2PluginType = "ocr2vrf"
1010

1111
// TODO: sc-55296 to rename ocr2keeper to ocr2automation in code
12-
OCR2Keeper OCR2PluginType = "ocr2automation"
13-
Functions OCR2PluginType = "functions"
14-
Mercury OCR2PluginType = "mercury"
15-
LLO OCR2PluginType = "llo"
16-
GenericPlugin OCR2PluginType = "plugin"
17-
OCR3Capability OCR2PluginType = "ocr3-capability"
18-
VaultPlugin OCR2PluginType = "vault-plugin"
19-
DonTimePlugin OCR2PluginType = "dontime"
20-
ShardOrchestratorPlugin OCR2PluginType = "shardorchestrator"
21-
SecureMint OCR2PluginType = "securemint"
12+
OCR2Keeper OCR2PluginType = "ocr2automation"
13+
Functions OCR2PluginType = "functions"
14+
Mercury OCR2PluginType = "mercury"
15+
LLO OCR2PluginType = "llo"
16+
GenericPlugin OCR2PluginType = "plugin"
17+
OCR3Capability OCR2PluginType = "ocr3-capability"
18+
VaultPlugin OCR2PluginType = "vault-plugin"
19+
DonTimePlugin OCR2PluginType = "dontime"
20+
ShardOrchestratorPlugin OCR2PluginType = "ring"
21+
SecureMint OCR2PluginType = "securemint"
2222

2323
CCIPCommit OCR2PluginType = "ccip-commit"
2424
CCIPExecution OCR2PluginType = "ccip-execution"

pkg/workflows/shardorchestrator/factory.go renamed to pkg/workflows/ring/factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package shardorchestrator
1+
package ring
22

33
import (
44
"context"

pkg/workflows/shardorchestrator/pb/arbiter.pb.go renamed to pkg/workflows/ring/pb/arbiter.pb.go

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/workflows/shardorchestrator/pb/arbiter.proto renamed to pkg/workflows/ring/pb/arbiter.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
syntax = "proto3";
22

3-
package shardorchestrator;
3+
package ring;
44

55
import "google/protobuf/empty.proto";
66

7-
option go_package = "github.com/smartcontractkit/chainlink-common/pkg/workflows/shardorchestrator/pb";
7+
option go_package = "github.com/smartcontractkit/chainlink-common/pkg/workflows/ring/pb";
88

99
message ShardStatus {
1010
map<uint32, bool> status = 1; // shard_id -> is_healthy

pkg/workflows/shardorchestrator/pb/arbiter_grpc.pb.go renamed to pkg/workflows/ring/pb/arbiter_grpc.pb.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/workflows/shardorchestrator/pb/consensus.pb.go renamed to pkg/workflows/ring/pb/consensus.pb.go

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/workflows/shardorchestrator/pb/consensus.proto renamed to pkg/workflows/ring/pb/consensus.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
syntax = "proto3";
22

3-
package shardorchestrator;
3+
package ring;
44

55
import "google/protobuf/timestamp.proto";
66

7-
option go_package = "github.com/smartcontractkit/chainlink-common/pkg/workflows/shardorchestrator/pb";
7+
option go_package = "github.com/smartcontractkit/chainlink-common/pkg/workflows/ring/pb";
88

99
message Observation {
1010
map<uint32, bool> status = 1; // shard_id -> is_healthy
File renamed without changes.

0 commit comments

Comments
 (0)