chainlink-common icon indicating copy to clipboard operation
chainlink-common copied to clipboard

CRE-1320

Open mchain0 opened this issue 1 month ago • 1 comments

CRE-1320

mchain0 avatar Nov 12 '25 10:11 mchain0

⚠️ API Diff Results - Breaking changes detected

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

🔴 Breaking Changes (2)

pkg/workflows/wasm/host (2)
  • NewModule — Type changed:
func(
  context.Context, 
  *ModuleConfig, 
  []byte, 
  - ...func(*ModuleConfig)
  + ...func(*ModuleConfig) error
)
(*module, error)
  • WithDeterminism — Type changed:
func(
)
- func(*ModuleConfig)
+ func(*ModuleConfig) error

📄 View full apidiff report

github-actions[bot] avatar Nov 12 '25 10:11 github-actions[bot]