Skip to content

Commit 30f7a8e

Browse files
committed
temp
1 parent 7c1d51f commit 30f7a8e

36 files changed

+1358
-2660
lines changed

pkg/capabilities/v2/protoc/pkg/evm/evmsdk.proto

Whitespace-only changes.

pkg/loop/internal/pb/codec.pb.go

+70-124
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/loop/internal/pb/codec.proto

+4-7
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@ option go_package = "github.com/smartcontractkit/chainlink-common/pkg/loop/inter
44

55
package loop;
66

7+
import "loop/pb/types.proto";
8+
79
service Codec {
810
rpc GetEncoding(GetEncodingRequest) returns (GetEncodingResponse);
911
rpc GetDecoding(GetDecodingRequest) returns (GetDecodingResponse);
1012
rpc GetMaxSize(GetMaxSizeRequest) returns (GetMaxSizeResponse);
1113
}
1214

13-
message VersionedBytes {
14-
uint32 version = 1;
15-
bytes data = 2;
16-
}
17-
1815
message GetEncodingRequest {
19-
VersionedBytes params = 1;
16+
pb.VersionedBytes params = 1;
2017
string itemType = 2;
2118
}
2219

@@ -31,7 +28,7 @@ message GetDecodingRequest {
3128
}
3229

3330
message GetDecodingResponse {
34-
VersionedBytes retVal = 1;
31+
pb.VersionedBytes retVal = 1;
3532
}
3633

3734
message GetMaxSizeRequest {

pkg/loop/internal/pb/codec_grpc.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)