Skip to content

Commit dc2d480

Browse files
committed
chore: bump consensus to beta
1 parent d86202b commit dc2d480

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

generator/protoc-gen-cre/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.24.5
44

55
require (
66
github.com/iancoleman/strcase v0.3.0
7-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20250925184124-bda4765895e8
8-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250925182235-71a58988830b
7+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20250925210443-1339f393b46b
8+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250925210039-7a3f7126556e
99
google.golang.org/protobuf v1.36.7
1010
)
1111

generator/protoc-gen-cre/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSAS
44
github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
55
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
66
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
7-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20250925184124-bda4765895e8 h1:e+IQ3NmNEM3ihP/WOyZLbI2dd6XhApfO/Ang9abru+I=
8-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20250925184124-bda4765895e8/go.mod h1:axm1T1s5T3YiMxwYwlfLkZh+pqBJrYw7lymN0Ttldho=
9-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250925182235-71a58988830b h1:89s/X15VPwUw6tOvLktEljy9K4jd8evkt7+ZKbNxycQ=
10-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250925182235-71a58988830b/go.mod h1:jUC52kZzEnWF9tddHh85zolKybmLpbQ1oNA4FjOHt1Q=
7+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20250925210443-1339f393b46b h1:LPA66h38cl8VXwmb+fdVOQc0Awo8KqGNc2QOxbAugv8=
8+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20250925210443-1339f393b46b/go.mod h1:3pXXKChZ8vAIfC8mVQCcvwnGAsy7gveKTPtjhn07/MA=
9+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250925210039-7a3f7126556e h1:BkS4x/ToqYnrkw8fQoFaY2+SEshrqdeqoGi+j4HPomk=
10+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250925210039-7a3f7126556e/go.mod h1:jUC52kZzEnWF9tddHh85zolKybmLpbQ1oNA4FjOHt1Q=
1111
golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc h1:TS73t7x3KarrNd5qAipmspBDS1rkMcgVG/fS1aRb4Rc=
1212
golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc/go.mod h1:A+z0yzpGtvnG90cToK5n2tu8UJVP2XUATh+r+sfOOOc=
1313
golang.org/x/mod v0.26.0 h1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.5
44

55
require (
66
github.com/shopspring/decimal v1.4.0
7-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250925182235-71a58988830b
7+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250925210039-7a3f7126556e
88
github.com/stretchr/testify v1.10.0
99
google.golang.org/protobuf v1.36.7
1010
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
88
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
99
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
1010
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
11-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250925182235-71a58988830b h1:89s/X15VPwUw6tOvLktEljy9K4jd8evkt7+ZKbNxycQ=
12-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250925182235-71a58988830b/go.mod h1:jUC52kZzEnWF9tddHh85zolKybmLpbQ1oNA4FjOHt1Q=
11+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250925210039-7a3f7126556e h1:BkS4x/ToqYnrkw8fQoFaY2+SEshrqdeqoGi+j4HPomk=
12+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20250925210039-7a3f7126556e/go.mod h1:jUC52kZzEnWF9tddHh85zolKybmLpbQ1oNA4FjOHt1Q=
1313
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
1414
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
1515
google.golang.org/protobuf v1.36.7 h1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A=

internal_testing/capabilities/consensus/consensus.pb.go

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

internal_testing/capabilities/consensus/consensus_sdk_gen.go

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

internal_testing/capabilities/consensus/mock/consensus_mock_gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal_testing/capabilities/generate/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func main() {
1919
Category: "internal",
2020
Pkg: "consensus",
2121
MajorVersion: 1,
22-
PreReleaseTag: "alpha",
22+
PreReleaseTag: "beta",
2323
Files: []string{"consensus.proto"},
2424
},
2525
{

0 commit comments

Comments
 (0)