Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ packages:
github.com/smartcontractkit/chainlink-common/pkg/workflows/wasm/host:
interfaces:
ModuleV1: {}
ModuleV2: {}
github.com/smartcontractkit/chainlink-common/pkg/workflows/host:
interfaces:
Module: {}
ExecutionHelper:
config:
inpackage: true
filename: "mock_{{.InterfaceName | snakecase}}_test.go"
mockname: "Mock{{.InterfaceName}}"
dir: "{{.InterfaceDir}}"
mockname: "Mock{{.InterfaceName}}"
github.com/smartcontractkit/chainlink-common/pkg/custmsg:
interfaces:
MessageEmitter:
Expand All @@ -64,4 +63,4 @@ packages:
dir: "{{.InterfaceDir}}/limits"
outpkg: limits
interfaces:
Getter:
Getter:
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ require (
github.com/smartcontractkit/chain-selectors v1.0.89
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10
github.com/smartcontractkit/chainlink-protos/billing/go v0.0.0-20251024234028-0988426d98f4
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260420204255-a3f3bdd56877
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260504161322-7061fbfd5189
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b
github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260205130626-db2a2aab956b
github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/capabilities/v2/actions/confidentialhttp/client.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 97 additions & 27 deletions pkg/capabilities/v2/actions/confidentialworkflow/client.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading