Skip to content

Conversation

@ettec
Copy link
Contributor

@ettec ettec commented Nov 21, 2025

No description provided.

@github-actions
Copy link

github-actions bot commented Nov 21, 2025

⚠️ API Diff Results - Breaking changes detected

📦 Module: github-com-smartcontractkit-chainlink-common

🔴 Breaking Changes (14)

pkg/capabilities (12)
  • IsRemoteReportableErrorMessage — 🗑️ Removed

  • IsReportableUserErrorMessage — 🗑️ Removed

  • NewRemoteReportableError — 🗑️ Removed

  • NewReportableUserError — 🗑️ Removed

  • PrePendRemoteReportableErrorIdentifier — 🗑️ Removed

  • PrePendRemoteUnreportableErrorIdentifier — 🗑️ Removed

  • PrePendReportableUserErrorIdentifier — 🗑️ Removed

  • RemoteReportableError — 🗑️ Removed

  • RemoveRemoteReportableErrorIdentifier — 🗑️ Removed

  • RemoveRemoteUnreportableErrorIdentifier — 🗑️ Removed

  • RemoveReportableUserErrorIdentifier — 🗑️ Removed

  • ReportableUserError — 🗑️ Removed

pkg/capabilities/v2/consensus/server.ConsensusCapability (2)
  • Report — Type changed:
func(
  context.Context, 
  github.com/smartcontractkit/chainlink-common/pkg/capabilities.RequestMetadata, 
  *github.com/smartcontractkit/chainlink-protos/cre/go/sdk.ReportRequest
)
- (*github.com/smartcontractkit/chainlink-common/pkg/capabilities.ResponseAndMetadata[*github.com/smartcontractkit/chainlink-protos/cre/go/sdk.ReportResponse], error)
+ (*github.com/smartcontractkit/chainlink-common/pkg/capabilities.ResponseAndMetadata[*github.com/smartcontractkit/chainlink-protos/cre/go/sdk.ReportResponse], github.com/smartcontractkit/chainlink-common/pkg/capabilities/errors.Error)
  • Simple — Type changed:
func(
  context.Context, 
  github.com/smartcontractkit/chainlink-common/pkg/capabilities.RequestMetadata, 
  *github.com/smartcontractkit/chainlink-protos/cre/go/sdk.SimpleConsensusInputs
)
- (*github.com/smartcontractkit/chainlink-common/pkg/capabilities.ResponseAndMetadata[*github.com/smartcontractkit/chainlink-protos/cre/go/values/pb.Value], error)
+ (*github.com/smartcontractkit/chainlink-common/pkg/capabilities.ResponseAndMetadata[*github.com/smartcontractkit/chainlink-protos/cre/go/values/pb.Value], github.com/smartcontractkit/chainlink-common/pkg/capabilities/errors.Error)

📄 View full apidiff report


"github.com/smartcontractkit/chainlink-common/pkg/types/core"
"github.com/smartcontractkit/chainlink-common/pkg/capabilities"
caperrors "github.com/smartcontractkit/chainlink-common/pkg/capabilities/errors"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only regenerated consensus capability wrappers, the rest will follow once we have consensus on the approach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant